From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id BCC9E2B92 for ; Thu, 19 Oct 2017 04:19:19 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 18 Oct 2017 19:19:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,399,1503385200"; d="scan'208";a="1232466869" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 18 Oct 2017 19:19:16 -0700 From: "xu,gang" To: dts@dpdk.org Cc: "xu,gang" Date: Thu, 19 Oct 2017 10:20:28 +0800 Message-Id: <1508379628-14279-1-git-send-email-gangx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] prolongation the time for operations to the network interface port 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: , X-List-Received-Date: Thu, 19 Oct 2017 02:19:20 -0000 prolongation the time for operations to the network interface port, to make sure that worked --- tests/TestSuite_pmd_bonded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_pmd_bonded.py b/tests/TestSuite_pmd_bonded.py index 868bfde..f2d0616 100644 --- a/tests/TestSuite_pmd_bonded.py +++ b/tests/TestSuite_pmd_bonded.py @@ -1053,7 +1053,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' else: eth = self.tester.get_interface(local_port) self.tester.admin_ports_linux(eth, status) - time.sleep(5) + time.sleep(10) def verify_round_robin_rx(self, unbound_port, bond_port, **slaves): """ -- 1.9.3