From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 854361B169 for ; Tue, 9 Jan 2018 06:54:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 21:54:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,334,1511856000"; d="scan'208";a="20069680" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 08 Jan 2018 21:54:56 -0800 From: "zhao,meijuan" To: dts@dpdk.org Cc: "zhao,meijuan" Date: Tue, 9 Jan 2018 13:56:06 +0800 Message-Id: <1515477366-11124-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: Tue, 09 Jan 2018 05:54:57 -0000 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 --- 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