From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EEBD71D7 for ; Wed, 7 Nov 2018 08:02:27 +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 orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2018 23:02:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,474,1534834800"; d="scan'208";a="105964638" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 06 Nov 2018 23:02:26 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Wed, 7 Nov 2018 15:05:27 +0800 Message-Id: <1541574327-30234-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V2] conf/supportlist:These cases only support on FVL 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: Wed, 07 Nov 2018 07:02:28 -0000 The following case will skip: set_key_keylen, queue_region_with_rss_rule_api, queue_region_with_rss_rule_combination, queue_region_with_invalid_parameter Signed-off-by: zhu,shuai --- conf/test_case_supportlist.json | 75 +++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index f97b90d..c5a6124 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -540,5 +540,80 @@ "Bug ID": "", "Comments": "This case only support i40e driver nic" } + ], + "set_key_keylen": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV", + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "queue_region_with_rss_rule_api": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g", + "fortpark_TLV", + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "queue_region_with_rss_rule_combination": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g", + "fortpark_TLV", + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "queue_region_with_invalid_parameter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g", + "fortpark_TLV", + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } ] } -- 2.17.2