test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/runtime_vf_queue_number_kernel: modify test script case name
@ 2022-06-08  4:52 Yaqi Tang
  2022-06-15  9:02 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Yaqi Tang @ 2022-06-08  4:52 UTC (permalink / raw)
  To: dts; +Cc: Yaqi Tang

The test script case name is not match the test plan, so modify test script case name. 

Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>
---
 tests/TestSuite_runtime_vf_queue_number_kernel.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_runtime_vf_queue_number_kernel.py b/tests/TestSuite_runtime_vf_queue_number_kernel.py
index ba83717a..68639dfa 100644
--- a/tests/TestSuite_runtime_vf_queue_number_kernel.py
+++ b/tests/TestSuite_runtime_vf_queue_number_kernel.py
@@ -155,7 +155,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase):
         self.vm0_testpmd.execute_cmd("quit", "# ")
         time.sleep(3)
 
-    def test_set_valid_vf_queue_num(self):
+    def test_set_valid_vf_queue_num_command_line(self):
         """
         set valid VF queue number in testpmd command-line options
         """
@@ -237,7 +237,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase):
                     "queue number is too big",
                 )
 
-    def test_set_valid_vf_queue_num_with_function(self):
+    def test_set_valid_vf_queue_num_with_testpmd_command(self):
         random_queue = random.randint(2, 15)
         queue_nums = [1, random_queue, self.max_queue]
         self.vm0_testpmd = PmdOutput(self.vm_dut_0)
-- 
2.25.1


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

* [dts][PATCH V1] tests/runtime_vf_queue_number_kernel: modify test script case name
  2022-06-08  4:52 [dts][PATCH V1] tests/runtime_vf_queue_number_kernel: modify test script case name Yaqi Tang
@ 2022-06-15  9:02 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-06-15  9:02 UTC (permalink / raw)
  To: dts, Yaqi Tang; +Cc: Yaqi Tang

On Wed,  8 Jun 2022 04:52:54 +0000, Yaqi Tang <yaqi.tang@intel.com> wrote:
> The test script case name is not match the test plan, so modify test script case name. 
> 
> Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>


Applied, thanks

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

end of thread, other threads:[~2022-06-15  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  4:52 [dts][PATCH V1] tests/runtime_vf_queue_number_kernel: modify test script case name Yaqi Tang
2022-06-15  9:02 ` lijuan.tu

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).