test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] conf/test_case_supportlist : add only support a kind of some nics in support list ison file
@ 2018-01-08  6:34 zhao,meijuan
  2018-01-09 13:18 ` Liu, Yong
  0 siblings, 1 reply; 4+ messages in thread
From: zhao,meijuan @ 2018-01-08  6:34 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

add some cases only support a kind of some nics 

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

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index 3a3e371..75181bc 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -1,4 +1,111 @@
 {
+    "vf_vlan_tx": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+                "fortville_spirit",
+                "fortville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on fortville"
+        }
+    ],i
+    "two_vms_prevent_rx_broadcast_on_vf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_enalbe_or_disable_one_uta_mac_on_vf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_pause_tx_queuse": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_pause_rx_queues": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_add_multi_uta_mac_on_vf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_add_or_remove_uta_mac_on_vf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ], 
     "l2pkt_detect": [
         {
             "OS": [
-- 
1.9.3

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

* Re: [dts] [PATCH V1] conf/test_case_supportlist : add only support a kind of some nics in support list ison file
  2018-01-08  6:34 [dts] [PATCH V1] conf/test_case_supportlist : add only support a kind of some nics in support list ison file zhao,meijuan
@ 2018-01-09 13:18 ` Liu, Yong
  0 siblings, 0 replies; 4+ messages in thread
From: Liu, Yong @ 2018-01-09 13:18 UTC (permalink / raw)
  To: zhao,meijuan, dts

Meijuan,
Please also add brief description about hat's the change in the commit log.

Thanks,
Marvin

On 01/08/2018 02:34 PM, zhao,meijuan wrote:
> add some cases only support a kind of some nics
>
> Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
> ---
>   conf/test_case_supportlist.json | 107 ++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 107 insertions(+)
>
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index 3a3e371..75181bc 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -1,4 +1,111 @@
>   {
> +    "vf_vlan_tx": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +                "fortville_spirit",
> +                "fortville_25g"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on fortville"
> +        }
> +    ],i
> +    "two_vms_prevent_rx_broadcast_on_vf": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_enalbe_or_disable_one_uta_mac_on_vf": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_pause_tx_queuse": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_pause_rx_queues": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_add_multi_uta_mac_on_vf": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_add_or_remove_uta_mac_on_vf": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
>       "l2pkt_detect": [
>           {
>               "OS": [

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

* Re: [dts] [PATCH V1] conf/test_case_supportlist: add only support a kind of some nics in support list ison file
  2018-01-09  5:56 [dts] [PATCH V1] conf/test_case_supportlist: " zhao,meijuan
@ 2018-01-09 14:09 ` Liu, Yong
  0 siblings, 0 replies; 4+ messages in thread
From: Liu, Yong @ 2018-01-09 14:09 UTC (permalink / raw)
  To: zhao,meijuan, dts

Hi Meijuan,
Please remove the typo:)

Thanks,
Marvin

On 01/09/2018 01:56 PM, zhao,meijuan wrote:
> +            "Comments": "this case only support on fortville"
> +        }
> +    ],i

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

* [dts] [PATCH V1] conf/test_case_supportlist: add only support a kind of some nics in support list ison file
@ 2018-01-09  5:56 zhao,meijuan
  2018-01-09 14:09 ` Liu, Yong
  0 siblings, 1 reply; 4+ messages in thread
From: zhao,meijuan @ 2018-01-09  5:56 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

vf_vlan_tx: only support on fortville
two_vms_prevent_rx_broadcast_on_vf: only support on niantic
two_vms_enalbe_or_disable_one_uta_mac_on_vf: only support on niantic
two_vms_pause_tx_queuse: only support on niantic
two_vms_pause_rx_queues: only support on niantic
two_vms_add_multi_uta_mac_on_vf: only support on niantic
two_vms_add_or_remove_uta_mac_on_vf: only support on niantic

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

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index 3a3e371..75181bc 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -1,4 +1,111 @@
 {
+    "vf_vlan_tx": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+                "fortville_spirit",
+                "fortville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on fortville"
+        }
+    ],i
+    "two_vms_prevent_rx_broadcast_on_vf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_enalbe_or_disable_one_uta_mac_on_vf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_pause_tx_queuse": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_pause_rx_queues": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_add_multi_uta_mac_on_vf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ],
+    "two_vms_add_or_remove_uta_mac_on_vf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "niantic"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on niantic"
+        }
+    ], 
     "l2pkt_detect": [
         {
             "OS": [
-- 
1.9.3

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

end of thread, other threads:[~2018-01-09  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-08  6:34 [dts] [PATCH V1] conf/test_case_supportlist : add only support a kind of some nics in support list ison file zhao,meijuan
2018-01-09 13:18 ` Liu, Yong
2018-01-09  5:56 [dts] [PATCH V1] conf/test_case_supportlist: " zhao,meijuan
2018-01-09 14:09 ` Liu, Yong

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