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 9E509271 for ; Fri, 21 Sep 2018 05:01:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 20:01:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,283,1534834800"; d="scan'208";a="88032742" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 20 Sep 2018 20:01:22 -0700 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Fri, 21 Sep 2018 11:04:19 +0800 Message-Id: <1537499059-8202-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/checklist:update powerville and Niantic not supported cases 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: Fri, 21 Sep 2018 03:01:25 -0000 niantic and powerville should skip below cases: 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_checklist.json | 50 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index c595576..d330f61 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1998,5 +1998,53 @@ "Bug ID": "", "Comments": "Niantic not support this case" } - ] + ], + "queue_region_with_rss_rule_api": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "queue_region_with_rss_rule_combination": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "queue_region_with_invalid_parameter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ] } -- 1.9.3