From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 31D001B00B for ; Mon, 8 Jan 2018 07:32:54 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2018 22:32:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,329,1511856000"; d="scan'208";a="8288574" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 07 Jan 2018 22:32:52 -0800 From: "zhao,meijuan" To: dts@dpdk.org Cc: "zhao,meijuan" Date: Mon, 8 Jan 2018 14:34:07 +0800 Message-Id: <1515393247-7097-1-git-send-email-meijuanx.zhao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/test_case_supportlist : add only support a kind of some nics in support list ison file X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 06:32:54 -0000 add some cases only support a kind of some nics Signed-off-by: zhao,meijuan --- 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