[dts] [PATCH V1] tests/vlan:Increase the default timeout time in the send_pkt method.

Yao, BingX Y bingx.y.yao at intel.com
Thu Oct 24 03:15:26 CEST 2019


Tested-by: Yao, BingX Y <bingx.y.yao at intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhu,shuai
Sent: Thursday, October 24, 2019 9:18 AM
To: dts at dpdk.org
Cc: Zhu, ShuaiX <shuaix.zhu at intel.com>
Subject: [dts] [PATCH V1] tests/vlan:Increase the default timeout time in the send_pkt method.



Signed-off-by: zhu,shuai <shuaix.zhu at intel.com>
---
 tests/TestSuite_vlan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py index 77c33d0..0ade7f0 100644
--- a/tests/TestSuite_vlan.py
+++ b/tests/TestSuite_vlan.py
@@ -116,7 +116,7 @@ class TestVlan(TestCase):
             pkt.config_layer('ether', {'dst': self.dmac, 'src': self.smac})
             pkt.config_layer('vlan', {'vlan': vid})
 
-        pkt.send_pkt(self.tester, tx_port=self.txItf, count=4)
+        pkt.send_pkt(self.tester, tx_port=self.txItf, count=4, 
+ timeout=30)
 
     def set_up(self):
         """
--
2.17.2

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestVlan.log
Type: application/octet-stream
Size: 31648 bytes
Desc: TestVlan.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20191024/37bffb9b/attachment.obj>


More information about the dts mailing list