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 0CDB62A07 for ; Mon, 21 Sep 2015 09:52:36 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 21 Sep 2015 00:52:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,566,1437462000"; d="scan'208";a="793969678" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by fmsmga001.fm.intel.com with ESMTP; 21 Sep 2015 00:52:35 -0700 From: Yongjie To: dts@dpdk.org Date: Mon, 21 Sep 2015 15:48:18 +0800 Message-Id: <1442821698-81198-1-git-send-email-yongjiex.gu@intel.com> X-Mailer: git-send-email 1.9.3 Cc: GuYongjie Subject: [dts] [PATCH] remove 1G nics & freebsd not support judgement from fdir, pmdrssreta, multiprocess 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: Mon, 21 Sep 2015 07:52:37 -0000 From: GuYongjie Fdir & pmdreereta will verify the nic before the check of checklist. Also Fdir & multiprocess will verify whether the os is freebsd at set_up_all.And then the checklist will not work. Remove the verification. Signed-off-by: GuYongjie --- conf/dpdk_test_case_checklist.xls | Bin 31232 -> 31232 bytes tests/TestSuite_fdir.py | 10 +++++----- tests/TestSuite_multiprocess.py | 2 +- tests/TestSuite_pmdrssreta.py | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/conf/dpdk_test_case_checklist.xls b/conf/dpdk_test_case_checklist.xls index 0cb437cbcb62ce389428a77375794c7ecbb96d1e..821f43d2ac3fd7e621c6074ce6da25d25bb56211 100644 GIT binary patch delta 1359 zcmZ|OJxo(k6ae6J-)oC~1z(6r3+3^r2#?ajD?b$wC{#e8g;o+67;quF=%NM}4GW2G z#1ln>L>P>T#zgZ5L;P7_FfmbA;^d?WlaWCNjrZQ3wvWM~ulMIW=biiWmiF1wK6_cG zvT@vS2k@5a{ZH$*TE}OesRn<3kWb{t*0)ALw z`2mrUXVFTXgJt-`RU#9Vq2|uE$}!^3CJkuC5;Kuf#P%0rMYqG*75RBZyp9299cB1i z=Jj}}0E~Nh@%FgqQ>bCCo0kV3n7*{IaLrnVqcASCJUF?fa7x|88d?{z`)u`8P zZ^uHavC|3Acx^xLU39ZX`^4aNg>~2u z6UP)5#TUcFtQ~(1KV=%OjhMzM{^mcR@m*t}^P+M+h4(c4He%{cG!~G;!irJTXrr+T z{yzj}z9({6IPVaZQZ$pOq#REiA}B?OM3BUuLsUu8LZXUkuADeLQKh792>5$ho9xqL}WN+8vIho!)!Vf z*+h|7Qznbyy3|`KQ|DJk>Sn1e{K+$jt0}I7I1U|p^1bZA#wH6w9ET44vPs`UIc_?H zSceX0NQ6mjJA^n69r{Q_NO-3TZxP3#LqCaD5>pN#uAh5*O2^p4+hwK9_(5K28T&Bfd$``cys==Rbfe`09K`U;|v> z<9loHdR0F^6yRz6;K#{Kk}cS4nPsNzW$Z_p3(Ve`*<^QTw%oh(U%L10_cJ~9Y~DV& HQN;cMR6Y6J delta 1368 zcmZ|OO-vI(6ae5i+aF{>Hfn=NyHLQ^E``!AcY6>S*9AuN^vnZpo+cM_POP6_h;D(tyb947%51|U?r)?2aME+o(Ia3xnrSeu1*1B2l zVt#DvYP51)VTZok0g!Y7@i&^T#A=3*7;g?H=qw@1hs6i+ClLl+X$)uNc z;%z<-f$e#W0C>5+fNyE1X!IuMNWpKFD}k2%lwcum=2|iB`n< x=>zw1h-3I#N?FZV$Jtv9ce59jsw^LWR-Vj$bWLnVJU^_B*`7wWVjV7&v48QJ2p9kW diff --git a/tests/TestSuite_fdir.py b/tests/TestSuite_fdir.py index 94c5e0a..1372674 100644 --- a/tests/TestSuite_fdir.py +++ b/tests/TestSuite_fdir.py @@ -150,12 +150,12 @@ class TestFdir(TestCase, IxiaPacketGenerator): PMD prerequisites. """ self.tester.extend_external_packet_generator(TestFdir, self) - self.verify('bsdapp' not in self.target, "FDIR not support freebsd") + #self.verify('bsdapp' not in self.target, "FDIR not support freebsd") # this feature support Fortville, Niantic - self.verify(self.nic in ["kawela_2", "niantic", "bartonhills", "82545EM", - "82540EM", "springfountain", "fortville_eagle", - "fortville_spirit", "fortville_spirit_single"], - "NIC Unsupported: " + str(self.nic)) + #self.verify(self.nic in ["kawela_2", "niantic", "bartonhills", "82545EM", + # "82540EM", "springfountain", "fortville_eagle", + # "fortville_spirit", "fortville_spirit_single"], + # "NIC Unsupported: " + str(self.nic)) # Based on h/w type, choose how many ports to use self.dut_ports = self.dut.get_ports(self.nic) diff --git a/tests/TestSuite_multiprocess.py b/tests/TestSuite_multiprocess.py index a19967c..6365892 100644 --- a/tests/TestSuite_multiprocess.py +++ b/tests/TestSuite_multiprocess.py @@ -53,7 +53,7 @@ class TestMultiprocess(TestCase, IxiaPacketGenerator): DUT core number >= 4 multi_process build pass """ - self.verify('bsdapp' not in self.target, "Multiprocess not support freebsd") + #self.verify('bsdapp' not in self.target, "Multiprocess not support freebsd") self.verify(len(self.dut.get_all_cores()) >= 4, "Not enough Cores") self.tester.extend_external_packet_generator(TestMultiprocess, self) diff --git a/tests/TestSuite_pmdrssreta.py b/tests/TestSuite_pmdrssreta.py index df9c16c..5e2d1b8 100644 --- a/tests/TestSuite_pmdrssreta.py +++ b/tests/TestSuite_pmdrssreta.py @@ -173,9 +173,9 @@ class TestPmdrssreta(TestCase): Run at the start of each test suite. """ - self.verify( - self.nic in ["niantic", "fortville_eagle", "fortville_spirit", "fortville_spirit_single"], - "NIC Unsupported: " + str(self.nic)) + #self.verify( + # self.nic in ["niantic", "fortville_eagle", "fortville_spirit", "fortville_spirit_single"], + # "NIC Unsupported: " + str(self.nic)) ports = self.dut.get_ports(self.nic) self.ports_socket = self.dut.get_numa_id(ports[0]) self.verify(len(ports) >= 1, "Not enough ports available") -- 1.7.4.4