From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2431B38EB for ; Fri, 11 Aug 2017 05:11:57 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Aug 2017 20:11:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,356,1498546800"; d="scan'208";a="122369552" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 10 Aug 2017 20:11:55 -0700 From: "xu,gang" To: dts@dpdk.org Cc: "xu,gang" Date: Fri, 11 Aug 2017 11:13:11 +0800 Message-Id: <1502421192-64073-1-git-send-email-gangx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1 1/2] close 128_queues case 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: Fri, 11 Aug 2017 03:11:58 -0000 testpmd can't support assign queue to received package, so can't test Signed-off-by: xu,gang --- tests/TestSuite_generic_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_filter.py index c42ec5a..be503d9 100644 --- a/tests/TestSuite_generic_filter.py +++ b/tests/TestSuite_generic_filter.py @@ -688,7 +688,7 @@ class TestGeneric_filter(TestCase): self.tester.send_expect("ifconfig %s mtu %s" % (txItf, 1500), "# ") self.tester.send_expect("ifconfig %s mtu %s" % (rxItf, 1500), "# ") - def test_128_queues(self): + def Close_test_128_queues(self): # testpmd can't support assign queue to received package, so can't test self.verify(False, "testpmd not support assign queue 127 received package") if self.nic == "niantic": -- 1.9.3