From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 50CF3F04 for ; Fri, 21 Sep 2018 08:49:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 23:49:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,283,1534834800"; d="scan'208";a="265473326" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga006.fm.intel.com with ESMTP; 20 Sep 2018 23:46:02 -0700 To: "zhu,shuai" , dts@dpdk.org References: <1537510469-11633-1-git-send-email-shuaix.zhu@intel.com> From: Lijuan Tu Message-ID: Date: Fri, 21 Sep 2018 23:14:07 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <1537510469-11633-1-git-send-email-shuaix.zhu@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH V2] conf/checklist:update nic 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 06:49:13 -0000 Applied, thanks On 2018年09月21日 14:14, zhu,shuai wrote: > Case that should be skipped: > 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 | 54 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 54 insertions(+) > > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json > index c595576..f16a75d 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -1998,5 +1998,59 @@ > "Bug ID": "", > "Comments": "Niantic not support this case" > } > + ], > + "queue_region_with_rss_rule_api": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "powerville", > + "sagepond", > + "sageville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > + ], > + "queue_region_with_rss_rule_combination": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "powerville", > + "sagepond", > + "sageville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > + ], > + "queue_region_with_invalid_parameter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "powerville", > + "sagepond", > + "sageville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > ] > }