fix: exportCsvn and import subprocess

This commit is contained in:
Alex Duan 2024-12-25 15:48:46 +08:00
parent 6b8822999a
commit e2dbe4a490
2 changed files with 3 additions and 1 deletions

View File

@ -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):

View File

@ -12,6 +12,8 @@
# -*- coding: utf-8 -*-
import os
import subprocess
import frame
import frame.etool
from frame.log import *