[dts] [PATCH]tests: correct test case name

Tu, Lijuan lijuan.tu at intel.com
Wed Jun 5 07:27:05 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Peng Yuan
> Sent: Tuesday, June 4, 2019 4:03 PM
> To: dts at dpdk.org
> Cc: Peng, Yuan <yuan.peng at intel.com>
> Subject: [dts] [PATCH]tests: correct test case name
> 
> Correct the name of test case.
> 
> Signed-off-by: Peng Yuan <yuan.peng at intel.com>
> 
> diff --git a/tests/TestSuite_unit_tests_crc.py
> b/tests/TestSuite_unit_tests_crc.py
> index 2230ebf..334a651 100644
> --- a/tests/TestSuite_unit_tests_crc.py
> +++ b/tests/TestSuite_unit_tests_crc.py
> @@ -32,7 +32,7 @@
>  """
>  DPDK Test suite.
> 
> -Cmdline autotest
> +Crc autotest
> 
>  """
> 
> @@ -65,9 +65,9 @@ class TestUnitTestsCrc(TestCase):
>          """
>          pass
> 
> -    def test_cmdline(self):
> +    def test_crc(self):
>          """
> -        Run cmdline autotests in RTE command line.
> +        Run crc autotests in RTE command line.
>          """
> 
>          self.dut.send_expect("./%s/app/test -n 1 -c %s" % (self.target,
> self.coremask), "R.*T.*E.*>.*>", 60)
> --
> 2.7.4



More information about the dts mailing list