test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/dut:fix profix name error, no need to reset profix file name when restart app
@ 2021-02-04  9:25 Zhou Jun
  2021-02-04  9:29 ` Zhou, JunX W
  0 siblings, 1 reply; 4+ messages in thread
From: Zhou Jun @ 2021-02-04  9:25 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

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

Signed-off-by: Zhou Jun <junx.w.zhou@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-19  7:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  9:25 [dts] [PATCH V1] framework/dut:fix profix name error, no need to reset profix file name when restart app Zhou Jun
2021-02-04  9:29 ` Zhou, JunX W
2021-02-05  1:56   ` Zhao, HaiyangX
2021-02-19  7:59     ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).