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