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

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

diff --git a/tests/TestSuite_vf_packet_rxtx.py b/tests/TestSuite_vf_packet_rxtx.py
index c56bdd7..d7e7f82 100644
--- a/tests/TestSuite_vf_packet_rxtx.py
+++ b/tests/TestSuite_vf_packet_rxtx.py
@@ -257,6 +257,7 @@ class TestVfPacketRxtx(TestCase):
         self.vf_reset()
 
     def test_dpdk_pf_vf_reset(self):
+        self.verify(self.nic.startswith('powerville') == False, "NIC is [%s], skip this case" %self.nic)
         self.setup_3vf_2vm_env(driver='igb_uio')
         self.vf_reset()
 
-- 
2.17.2

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

* [dts] [PATCH V1 2/2] conf/checklist: add a case
  2018-12-26  9:06 [dts] [PATCH V1 1/2] tests/vf packet rxtx:add support nic filter zhao,meijuan
@ 2018-12-26  9:06 ` zhao,meijuan
  2018-12-26  9:21   ` Yao, BingX Y
  2018-12-26 10:30   ` Tu, Lijuan
  2018-12-26  9:20 ` [dts] [PATCH V1 1/2] tests/vf packet rxtx:add support nic filter Yao, BingX Y
  1 sibling, 2 replies; 5+ messages in thread
From: zhao,meijuan @ 2018-12-26  9:06 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..04aee40 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_pf_vf_reset": [
+        {
+            "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] 5+ messages in thread

* Re: [dts] [PATCH V1 1/2] tests/vf packet rxtx:add support nic filter
  2018-12-26  9:06 [dts] [PATCH V1 1/2] tests/vf packet rxtx:add support nic filter zhao,meijuan
  2018-12-26  9:06 ` [dts] [PATCH V1 2/2] conf/checklist: add a case zhao,meijuan
@ 2018-12-26  9:20 ` Yao, BingX Y
  1 sibling, 0 replies; 5+ messages in thread
From: Yao, BingX Y @ 2018-12-26  9:20 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:06 PM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1 1/2] tests/vf packet rxtx:add support nic filter

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

diff --git a/tests/TestSuite_vf_packet_rxtx.py b/tests/TestSuite_vf_packet_rxtx.py
index c56bdd7..d7e7f82 100644
--- a/tests/TestSuite_vf_packet_rxtx.py
+++ b/tests/TestSuite_vf_packet_rxtx.py
@@ -257,6 +257,7 @@ class TestVfPacketRxtx(TestCase):
         self.vf_reset()
 
     def test_dpdk_pf_vf_reset(self):
+        self.verify(self.nic.startswith('powerville') == False, "NIC is [%s], skip this case" %self.nic)
         self.setup_3vf_2vm_env(driver='igb_uio')
         self.vf_reset()
 
-- 
2.17.2

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

* Re: [dts] [PATCH V1 2/2] conf/checklist: add a case
  2018-12-26  9:06 ` [dts] [PATCH V1 2/2] conf/checklist: add a case zhao,meijuan
@ 2018-12-26  9:21   ` Yao, BingX Y
  2018-12-26 10:30   ` Tu, Lijuan
  1 sibling, 0 replies; 5+ messages in thread
From: Yao, BingX Y @ 2018-12-26  9:21 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:06 PM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1 2/2] conf/checklist: add a 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..04aee40 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_pf_vf_reset": [
+        {
+            "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] 5+ messages in thread

* Re: [dts] [PATCH V1 2/2] conf/checklist: add a case
  2018-12-26  9:06 ` [dts] [PATCH V1 2/2] conf/checklist: add a case zhao,meijuan
  2018-12-26  9:21   ` Yao, BingX Y
@ 2018-12-26 10:30   ` Tu, Lijuan
  1 sibling, 0 replies; 5+ messages in thread
From: Tu, Lijuan @ 2018-12-26 10:30 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX

Rejected, Please have a clear subject/comment, I can't get the objective from your patch comments.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
> Sent: Wednesday, December 26, 2018 5:06 PM
> To: dts@dpdk.org
> Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
> Subject: [dts] [PATCH V1 2/2] conf/checklist: add a 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..04aee40 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_pf_vf_reset": [
> +        {
> +            "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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-26  9:06 [dts] [PATCH V1 1/2] tests/vf packet rxtx:add support nic filter zhao,meijuan
2018-12-26  9:06 ` [dts] [PATCH V1 2/2] conf/checklist: add a case zhao,meijuan
2018-12-26  9:21   ` Yao, BingX Y
2018-12-26 10:30   ` Tu, Lijuan
2018-12-26  9:20 ` [dts] [PATCH V1 1/2] tests/vf packet rxtx: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).