From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B14541BE5D for ; Sat, 22 Dec 2018 02:27:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Dec 2018 17:27:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,383,1539673200"; d="scan'208";a="132033400" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga001.fm.intel.com with ESMTP; 21 Dec 2018 17:27:39 -0800 To: Rami Rosen , dts@dpdk.org References: <20181218061304.4091-1-ramirose@gmail.com> From: Lijuan Tu Message-ID: <4f432612-53ff-5a15-a769-a9974d6dd28a@intel.com> Date: Sat, 22 Dec 2018 17:55:23 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20181218061304.4091-1-ramirose@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH] tests/test_plans: Fix Prerequisites error 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: Sat, 22 Dec 2018 01:27:42 -0000 Applied, thanks On 2018年12月18日 14:13, Rami Rosen wrote: > In several tests and test_plans, the word "Prerequistites" appear. > It should be "Prerequisites", as it appears in the other > DTS tests/test_plans. > > Signed-off-by: Rami Rosen > --- > test_plans/sw_eventdev_pipeline_sample_test_plan.rst | 2 +- > tests/TestSuite_dual_vlan.py | 2 +- > tests/TestSuite_dynamic_config.py | 2 +- > tests/TestSuite_generic_filter.py | 2 +- > tests/TestSuite_hello_world.py | 2 +- > tests/TestSuite_mac_filter.py | 2 +- > tests/TestSuite_queue_region.py | 2 +- > tests/TestSuite_rss_to_rte_flow.py | 2 +- > tests/TestSuite_runtime_queue_number.py | 2 +- > tests/TestSuite_scatter.py | 2 +- > tests/TestSuite_vlan.py | 2 +- > tests/TestSuite_vlan_ethertype_config.py | 2 +- > 12 files changed, 12 insertions(+), 12 deletions(-) > > diff --git a/test_plans/sw_eventdev_pipeline_sample_test_plan.rst b/test_plans/sw_eventdev_pipeline_sample_test_plan.rst > index 1da0dc1..fba6915 100644 > --- a/test_plans/sw_eventdev_pipeline_sample_test_plan.rst > +++ b/test_plans/sw_eventdev_pipeline_sample_test_plan.rst > @@ -34,7 +34,7 @@ > Eventdev Pipeline SW PMD Tests > =============================== > > -Prerequistites > +Prerequisites > ============== > > Test Case 1: Keep the packets order with one ordered stage in single-flow and multi-flow > diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py > index db9d5f5..994ac42 100644 > --- a/tests/TestSuite_dual_vlan.py > +++ b/tests/TestSuite_dual_vlan.py > @@ -79,7 +79,7 @@ class TestDualVlan(TestCase): > """ > Run at the start of each test suite. > > - Vlan Prerequistites > + Vlan Prerequisites > """ > global dutRxPortId > global dutTxPortId > diff --git a/tests/TestSuite_dynamic_config.py b/tests/TestSuite_dynamic_config.py > index 699c303..4df1291 100644 > --- a/tests/TestSuite_dynamic_config.py > +++ b/tests/TestSuite_dynamic_config.py > @@ -60,7 +60,7 @@ class TestDynamicConfig(TestCase): > Run at the start of each test suite. > > > - Dynamic config Prerequistites > + Dynamic config Prerequisites > """ > > # Based on h/w type, choose how many ports to use > diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_filter.py > index 6142c64..61422f8 100644 > --- a/tests/TestSuite_generic_filter.py > +++ b/tests/TestSuite_generic_filter.py > @@ -53,7 +53,7 @@ class TestGeneric_filter(TestCase): > Run at the start of each test suite. > > > - Generic filter Prerequistites > + Generic filter Prerequisites > """ > > # Based on h/w type, choose how many ports to use > diff --git a/tests/TestSuite_hello_world.py b/tests/TestSuite_hello_world.py > index 5b962e2..d199177 100644 > --- a/tests/TestSuite_hello_world.py > +++ b/tests/TestSuite_hello_world.py > @@ -42,7 +42,7 @@ class TestHelloWorld(TestCase): > def set_up_all(self): > """ > Run at the start of each test suite. > - hello_world Prerequistites: > + hello_world Prerequisites: > helloworld build pass > """ > out = self.dut.build_dpdk_apps('examples/helloworld') > diff --git a/tests/TestSuite_mac_filter.py b/tests/TestSuite_mac_filter.py > index 2407208..4b83942 100644 > --- a/tests/TestSuite_mac_filter.py > +++ b/tests/TestSuite_mac_filter.py > @@ -45,7 +45,7 @@ class TestWhitelist(TestCase): > def set_up_all(self): > """ > Run at the start of each test suite. > - Whitelist Prerequistites: > + Whitelist Prerequisites: > Two Ports > testpmd can normally started > """ > diff --git a/tests/TestSuite_queue_region.py b/tests/TestSuite_queue_region.py > index e971c46..6e6dbcd 100644 > --- a/tests/TestSuite_queue_region.py > +++ b/tests/TestSuite_queue_region.py > @@ -55,7 +55,7 @@ class TestQueue_region(TestCase): > def set_up_all(self): > """ > Run at the start of each test suite. > - Queue region Prerequistites > + Queue region Prerequisites > """ > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", > "fortville_spirit_single", "fortpark_TLV"], "NIC Unsupported: " + str(self.nic)) > diff --git a/tests/TestSuite_rss_to_rte_flow.py b/tests/TestSuite_rss_to_rte_flow.py > index bb76b60..123f37c 100644 > --- a/tests/TestSuite_rss_to_rte_flow.py > +++ b/tests/TestSuite_rss_to_rte_flow.py > @@ -55,7 +55,7 @@ class TestRSS_to_Rteflow(TestCase): > def set_up_all(self): > """ > Run at the start of each test suite. > - Move RSS to rte_flow Prerequistites > + Move RSS to rte_flow Prerequisites > """ > # 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_runtime_queue_number.py b/tests/TestSuite_runtime_queue_number.py > index 12263f3..644d2fe 100644 > --- a/tests/TestSuite_runtime_queue_number.py > +++ b/tests/TestSuite_runtime_queue_number.py > @@ -55,7 +55,7 @@ class TestRuntime_Queue_Number(TestCase): > def set_up_all(self): > """ > Run at the start of each test suite. > - Run time Queue Number Prerequistites > + Run time Queue Number Prerequisites > """ > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", > "fortville_spirit_single", "fortpark_TLV"], "NIC Unsupported: " + str(self.nic)) > diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py > index 0d38513..8977e1b 100644 > --- a/tests/TestSuite_scatter.py > +++ b/tests/TestSuite_scatter.py > @@ -53,7 +53,7 @@ class TestScatter(TestCase): > def set_up_all(self): > """ > Run at the start of each test suite. > - Scatter Prerequistites > + Scatter Prerequisites > """ > dutPorts = self.dut.get_ports(self.nic) > # Verify that enough ports are available > diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py > index b2bda71..6aa059c 100644 > --- a/tests/TestSuite_vlan.py > +++ b/tests/TestSuite_vlan.py > @@ -53,7 +53,7 @@ class TestVlan(TestCase): > Run at the start of each test suite. > > > - Vlan Prerequistites > + Vlan Prerequisites > """ > global dutRxPortId > global dutTxPortId > diff --git a/tests/TestSuite_vlan_ethertype_config.py b/tests/TestSuite_vlan_ethertype_config.py > index 8eba49c..684f68a 100644 > --- a/tests/TestSuite_vlan_ethertype_config.py > +++ b/tests/TestSuite_vlan_ethertype_config.py > @@ -61,7 +61,7 @@ class TestVlanEthertypeConfig(TestCase): > Run at the start of each test suite. > > > - Vlan Prerequistites > + Vlan Prerequisites > """ > global dutRxPortId > global dutTxPortId