test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] add only support a kind of some nics in support list json file
@ 2018-01-09  6:32 zhao,meijuan
  2018-01-09 14:31 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: zhao,meijuan @ 2018-01-09  6:32 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..a12e0df 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"
+        }
+    ],
+    "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] 2+ messages in thread

* Re: [dts] [PATCH V1] add only support a kind of some nics in support list json file
  2018-01-09  6:32 [dts] [PATCH V1] add only support a kind of some nics in support list json file zhao,meijuan
@ 2018-01-09 14:31 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-01-09 14:31 UTC (permalink / raw)
  To: zhao,meijuan, dts

Thanks Meijuan. Applied.

On 01/09/2018 02:32 PM, zhao,meijuan wrote:
> 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>

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-09  6:32 [dts] [PATCH V1] add only support a kind of some nics in support list json file zhao,meijuan
2018-01-09 14:31 ` 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).