test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v2] tests/large_vf:update notes
@ 2021-01-19  8:02 Xu Hailin
  2021-01-21  8:20 ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: Xu Hailin @ 2021-01-19  8:02 UTC (permalink / raw)
  To: dts; +Cc: Hailin Xu

From: Hailin Xu <hailinx.xu@intel.com>

update notes and variable name.

Signed-off-by: Hailin Xu <hailinx.xu@intel.com>
---
 tests/TestSuite_large_vf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_large_vf.py b/tests/TestSuite_large_vf.py
index 0cba1cdd..94d52c64 100755
--- a/tests/TestSuite_large_vf.py
+++ b/tests/TestSuite_large_vf.py
@@ -183,7 +183,7 @@ more_than_max_vfs_4_queues = {
     "check_param": "-bash: echo: write error: Numerical result out of range"
 }
 
-max_vfs_4_queues_128 = [multi_fdir_among, more_than_4_queues_max_vfs, more_than_max_vfs_4_queues]
+max_vfs_4_queues = [multi_fdir_among, more_than_4_queues_max_vfs, more_than_max_vfs_4_queues]
 
 
 class TestLargeVf(TestCase):
@@ -316,7 +316,7 @@ class TestLargeVf(TestCase):
                     self.check_rxqtxq_number(512, tv["check_param"])
                 elif subcase_name == "test_more_than_3_vfs_256_queues":
                     self.pmd_output.execute_cmd("quit", "#")
-                    # start testpmd uss 256 queues
+                    # start testpmd use 256 queues
                     for i in range(self.vf_num + 1):
                         if self.max_vf_num == 64:
                             self.pmdout_list[0].start_testpmd(param=tv["param"], ports=[self.sriov_vfs_port[0].pci], prefix='port0vf0')
@@ -346,7 +346,7 @@ class TestLargeVf(TestCase):
                                     self.pmdout_list[5].execute_cmd("quit", "# ")
                                     self.pmdout_list[6].execute_cmd("quit", "# ")
 
-                # case 2: 128_vfs_4_queues
+                # case 2: max_vfs_4_queues
                 elif subcase_name == "test_multi_fdir_among":
                     self.create_fdir_rule(tv["rule"])
                     self.check_match_mismatch_pkts(tv)
@@ -542,7 +542,7 @@ class TestLargeVf(TestCase):
         self.create_iavf(self.max_vf_num)
         self.launch_testpmd("--rxq=4 --txq=4")
         self.config_testpmd()
-        self.rte_flow_process(max_vfs_4_queues_128)
+        self.rte_flow_process(max_vfs_4_queues)
 
     def tear_down(self):
         """
-- 
2.17.1


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

* Re: [dts] [PATCH v2] tests/large_vf:update notes
  2021-01-19  8:02 [dts] [PATCH v2] tests/large_vf:update notes Xu Hailin
@ 2021-01-21  8:20 ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2021-01-21  8:20 UTC (permalink / raw)
  To: Xu, HailinX, dts; +Cc: Xu, HailinX

> update notes and variable name.
> 
> Signed-off-by: Hailin Xu <hailinx.xu@intel.com>

Don't up stream patches based on your local tree, it can't be applied as of conflict.

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

* [dts] [PATCH v2] tests/large_vf:update notes
@ 2021-01-19  7:50 Xu Hailin
  0 siblings, 0 replies; 3+ messages in thread
From: Xu Hailin @ 2021-01-19  7:50 UTC (permalink / raw)
  To: dts; +Cc: Hailin Xu

From: Hailin Xu <hailinx.xu@intel.com>

update notes and varible name.

Signed-off-by: Hailin Xu <hailinx.xu@intel.com>
---
 tests/TestSuite_large_vf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_large_vf.py b/tests/TestSuite_large_vf.py
index 0cba1cdd..94d52c64 100755
--- a/tests/TestSuite_large_vf.py
+++ b/tests/TestSuite_large_vf.py
@@ -183,7 +183,7 @@ more_than_max_vfs_4_queues = {
     "check_param": "-bash: echo: write error: Numerical result out of range"
 }
 
-max_vfs_4_queues_128 = [multi_fdir_among, more_than_4_queues_max_vfs, more_than_max_vfs_4_queues]
+max_vfs_4_queues = [multi_fdir_among, more_than_4_queues_max_vfs, more_than_max_vfs_4_queues]
 
 
 class TestLargeVf(TestCase):
@@ -316,7 +316,7 @@ class TestLargeVf(TestCase):
                     self.check_rxqtxq_number(512, tv["check_param"])
                 elif subcase_name == "test_more_than_3_vfs_256_queues":
                     self.pmd_output.execute_cmd("quit", "#")
-                    # start testpmd uss 256 queues
+                    # start testpmd use 256 queues
                     for i in range(self.vf_num + 1):
                         if self.max_vf_num == 64:
                             self.pmdout_list[0].start_testpmd(param=tv["param"], ports=[self.sriov_vfs_port[0].pci], prefix='port0vf0')
@@ -346,7 +346,7 @@ class TestLargeVf(TestCase):
                                     self.pmdout_list[5].execute_cmd("quit", "# ")
                                     self.pmdout_list[6].execute_cmd("quit", "# ")
 
-                # case 2: 128_vfs_4_queues
+                # case 2: max_vfs_4_queues
                 elif subcase_name == "test_multi_fdir_among":
                     self.create_fdir_rule(tv["rule"])
                     self.check_match_mismatch_pkts(tv)
@@ -542,7 +542,7 @@ class TestLargeVf(TestCase):
         self.create_iavf(self.max_vf_num)
         self.launch_testpmd("--rxq=4 --txq=4")
         self.config_testpmd()
-        self.rte_flow_process(max_vfs_4_queues_128)
+        self.rte_flow_process(max_vfs_4_queues)
 
     def tear_down(self):
         """
-- 
2.17.1


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

end of thread, other threads:[~2021-01-21  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  8:02 [dts] [PATCH v2] tests/large_vf:update notes Xu Hailin
2021-01-21  8:20 ` Tu, Lijuan
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19  7:50 Xu Hailin

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