[dts] [PATCH V1] framework/pmd_output: fix issue of start_testpmd

Ma, LihongX lihongx.ma at intel.com
Mon Dec 9 08:36:07 CET 2019


Tested-by: ma,lihong<lihongx.ma at intel.com>

-----Original Message-----
From: Ma, LihongX 
Sent: Monday, December 9, 2019 8:09 AM
To: dts at dpdk.org
Cc: Ma, LihongX <lihongx.ma at intel.com>
Subject: [dts][PATCH V1] framework/pmd_output: fix issue of start_testpmd

Signed-off-by: lihong <lihongx.ma at intel.com>
---
 framework/pmd_output.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/pmd_output.py b/framework/pmd_output.py index 762f335..407b810 100644
--- a/framework/pmd_output.py
+++ b/framework/pmd_output.py
@@ -110,7 +110,7 @@ class PmdOutput():
         :return:
         """
         re_w_pci_str = '\s?-w\\s+.+?:.+?:.+?\\..+?[,.*=\d+]?\s|\s?-w\\s+.+?:.+?\\..+?[,.*=\d+]?\s'
-        re_file_prefix_str = '--file-prefix[=\s+].+\s'
+        re_file_prefix_str = '--file-prefix[\s*=]\S+\s'
         re_b_pci_str = '\s?-b\\s+.+?:.+?:.+?\\..+?[,.*=\d+]?\s|\s?-b\\s+.+?:.+?\\..+?[,.*=\d+]?\s'
         eal_param = eal_param + ' '
         # pci_str_list eg: ['-w   0000:1a:00.0 ', '-w 0000:1a:00.1,queue-num-per-vf=4 ', '-w 0000:aa:bb.1,queue-num-per-vf=4 ']
--
2.7.4

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestGeneric_flow_api.log
Type: application/octet-stream
Size: 76148 bytes
Desc: TestGeneric_flow_api.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20191209/f3339ac9/attachment.obj>


More information about the dts mailing list