From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A6074A329E for ; Thu, 24 Oct 2019 03:12:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 90E301BF8F; Thu, 24 Oct 2019 03:12:59 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 948051BF8D for ; Thu, 24 Oct 2019 03:12:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2019 18:12:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,222,1569308400"; d="scan'208";a="281786556" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 23 Oct 2019 18:12:55 -0700 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Thu, 24 Oct 2019 09:18:07 +0800 Message-Id: <1571879887-131689-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/vlan:Increase the default timeout time in the send_pkt method. X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" 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