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

zhu,shuai shuaix.zhu at intel.com
Thu Oct 24 03:18:07 CEST 2019



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



More information about the dts mailing list