test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH]tests: correct test case name
@ 2019-06-04  8:02 Peng Yuan
  2019-06-05  5:27 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Yuan @ 2019-06-04  8:02 UTC (permalink / raw)
  To: dts; +Cc: Peng Yuan

Correct the name of test case.

Signed-off-by: Peng Yuan <yuan.peng@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH]tests: correct test case name
  2019-06-04  8:02 [dts] [PATCH]tests: correct test case name Peng Yuan
@ 2019-06-05  5:27 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-06-05  5:27 UTC (permalink / raw)
  To: Peng, Yuan, dts; +Cc: Peng, Yuan

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Yuan
> Sent: Tuesday, June 4, 2019 4:03 PM
> To: dts@dpdk.org
> Cc: Peng, Yuan <yuan.peng@intel.com>
> Subject: [dts] [PATCH]tests: correct test case name
> 
> Correct the name of test case.
> 
> Signed-off-by: Peng Yuan <yuan.peng@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-05  5:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04  8:02 [dts] [PATCH]tests: correct test case name Peng Yuan
2019-06-05  5:27 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).