[dts] [PATCH V1] framework/dut:fix profix name error, no need to reset profix file name when restart app

Zhou Jun junx.w.zhou at intel.com
Thu Feb 4 10:25:07 CET 2021


fix profix name error, no need to reset profix file name when restart app

Signed-off-by: Zhou Jun <junx.w.zhou at intel.com>
---
 framework/dut.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/dut.py b/framework/dut.py
index 13cabfc..c4301df 100644
--- a/framework/dut.py
+++ b/framework/dut.py
@@ -120,7 +120,6 @@ class Dut(Crb):
         :return: eal_str eg:'-c 0xf -a 0000:88:00.0 -a 0000:88:00.1 --file-prefix=dpdk_1112_20190809143420',
         if dpdk version < 20.11-rc4, eal_str eg: '-c 0xf -w 0000:88:00.0 --file-prefix=dpdk_1112_20190809143420',
         """
-        self.prefix_subfix = str(os.getpid()) + '_' + time.strftime("%Y%m%d%H%M%S", time.localtime())
         default_cores = '1S/2C/1T'
         blank = ' '
         os_type = self.get_os_type()
-- 
1.8.3.1



More information about the dts mailing list