fix: exportCsvn and import subprocess
This commit is contained in:
parent
6b8822999a
commit
e2dbe4a490
|
@ -107,7 +107,7 @@ class TDTestCase(TBase):
|
|||
benchmark = etool.benchMarkFile()
|
||||
|
||||
# do check
|
||||
json = "tools/benchmark/json/exportCsv.json"
|
||||
json = "tools/benchmark/basic/json/exportCsv.json"
|
||||
self.checkExportCsv(benchmark, json)
|
||||
|
||||
def stop(self):
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
import frame
|
||||
import frame.etool
|
||||
from frame.log import *
|
||||
|
|
Loading…
Reference in New Issue