test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter
@ 2018-12-26  9:41 zhao,meijuan
  2018-12-26  9:41 ` [dts] [PATCH V1 2/2] conf/checklist:add not support case zhao,meijuan
  2018-12-26  9:49 ` [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter Yao, BingX Y
  0 siblings, 2 replies; 4+ messages in thread
From: zhao,meijuan @ 2018-12-26  9:41 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 tests/TestSuite_vf_macfilter.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter.py
index 4860120..5549c33 100644
--- a/tests/TestSuite_vf_macfilter.py
+++ b/tests/TestSuite_vf_macfilter.py
@@ -204,6 +204,7 @@ class TestVfMacFilter(TestCase):
         not RX the packets works. Also send the packets with wrong MAC
         address to VF, check if the VF will not RX the packets.
         """
+        self.verify(self.nic.startswith('powerville') == False, "NIC is [%s], skip this case" %self.nic)
         self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
         self.result_verify_iplink(False)
 
-- 
2.17.2

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

* [dts] [PATCH V1 2/2] conf/checklist:add not support case
  2018-12-26  9:41 [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter zhao,meijuan
@ 2018-12-26  9:41 ` zhao,meijuan
  2018-12-26  9:49   ` Yao, BingX Y
  2018-12-26  9:49 ` [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter Yao, BingX Y
  1 sibling, 1 reply; 4+ messages in thread
From: zhao,meijuan @ 2018-12-26  9:41 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 conf/test_case_checklist.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index d65b7e3..44d35a2 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -1619,6 +1619,21 @@
             "Comments": "the nic not support this case"
         }
     ],
+    "dpdk_2pf_2vf_1vm_iplink_macfilter": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "powerville"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic not support this case"
+        }
+    ],
     "kernel_2pf_2vf_1vm_mac_add_filter": [
         {
             "OS": [
-- 
2.17.2

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

* Re: [dts] [PATCH V1 2/2] conf/checklist:add not support case
  2018-12-26  9:41 ` [dts] [PATCH V1 2/2] conf/checklist:add not support case zhao,meijuan
@ 2018-12-26  9:49   ` Yao, BingX Y
  0 siblings, 0 replies; 4+ messages in thread
From: Yao, BingX Y @ 2018-12-26  9:49 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX

Tested-by: Yao, bing <bingx.y.yao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
Sent: Wednesday, December 26, 2018 5:42 PM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1 2/2] conf/checklist:add not support case

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 conf/test_case_checklist.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index d65b7e3..44d35a2 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -1619,6 +1619,21 @@
             "Comments": "the nic not support this case"
         }
     ],
+    "dpdk_2pf_2vf_1vm_iplink_macfilter": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "powerville"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic not support this case"
+        }
+    ],
     "kernel_2pf_2vf_1vm_mac_add_filter": [
         {
             "OS": [
--
2.17.2

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

* Re: [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter
  2018-12-26  9:41 [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter zhao,meijuan
  2018-12-26  9:41 ` [dts] [PATCH V1 2/2] conf/checklist:add not support case zhao,meijuan
@ 2018-12-26  9:49 ` Yao, BingX Y
  1 sibling, 0 replies; 4+ messages in thread
From: Yao, BingX Y @ 2018-12-26  9:49 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX

Tested-by: Yao,bing<bingx.y.yao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
Sent: Wednesday, December 26, 2018 5:42 PM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 tests/TestSuite_vf_macfilter.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter.py index 4860120..5549c33 100644
--- a/tests/TestSuite_vf_macfilter.py
+++ b/tests/TestSuite_vf_macfilter.py
@@ -204,6 +204,7 @@ class TestVfMacFilter(TestCase):
         not RX the packets works. Also send the packets with wrong MAC
         address to VF, check if the VF will not RX the packets.
         """
+        self.verify(self.nic.startswith('powerville') == False, "NIC is 
+ [%s], skip this case" %self.nic)
         self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
         self.result_verify_iplink(False)
 
--
2.17.2

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

end of thread, other threads:[~2018-12-26  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-26  9:41 [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter zhao,meijuan
2018-12-26  9:41 ` [dts] [PATCH V1 2/2] conf/checklist:add not support case zhao,meijuan
2018-12-26  9:49   ` Yao, BingX Y
2018-12-26  9:49 ` [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter Yao, BingX Y

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