Tested-by: Yao, BingX Y -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai Sent: Thursday, October 24, 2019 9:18 AM To: dts@dpdk.org Cc: Zhu, ShuaiX Subject: [dts] [PATCH V1] tests/vlan:Increase the default timeout time in the send_pkt method. Signed-off-by: zhu,shuai --- 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