From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 10134A04F0; Thu, 19 Dec 2019 08:42:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E92FD1BC25; Thu, 19 Dec 2019 08:42:55 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 5FA171F5 for ; Thu, 19 Dec 2019 08:42:54 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Dec 2019 23:42:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,330,1571727600"; d="scan'208";a="241064769" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 18 Dec 2019 23:42:53 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 18 Dec 2019 23:42:52 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 18 Dec 2019 23:42:52 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.19]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.236]) with mapi id 14.03.0439.000; Thu, 19 Dec 2019 15:42:51 +0800 From: "Tu, Lijuan" To: "Chen, BoX C" , "dts@dpdk.org" CC: "Chen, BoX C" Thread-Topic: [dts] [PATCH V1] tests/sriov_kvm:add not support nic Thread-Index: AQHVrlVSOSLtek6PlESfyXthAefP56fBIyFw Date: Thu, 19 Dec 2019 07:42:49 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB897FC@SHSMSX101.ccr.corp.intel.com> References: <1575870629-57448-1-git-send-email-box.c.chen@intel.com> In-Reply-To: <1575870629-57448-1-git-send-email-box.c.chen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmIwNzAyYzYtNWVjYy00ZTg3LWI2YTktZWRhMWFiMTE3ZDJkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidWZMK0sxV3ZZT0FYXC9EVkZNdDdqUmJlUHR3MHZPbjJFU3Z0RG9oak5sZFBSVVwvakxwOXRZclNxSjFHNnRzWmhDIn0= x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/sriov_kvm:add not support nic 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of chen,bo > Sent: Monday, December 9, 2019 1:50 PM > To: dts@dpdk.org > Cc: Chen, BoX C > Subject: [dts] [PATCH V1] tests/sriov_kvm:add not support nic >=20 > add not support nic on two_vms_pool_down_mirrors >=20 > Signed-off-by: chen,bo > --- > conf/test_case_checklist.json | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index 38b1335..23d23c6 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2415,5 +2415,21 @@ > "Bug ID": "", > "Comments": "the nic not support this case: ice_dev_filter_c= trl(): Filter > type (6) not supported" > } > + ], > + "two_vms_pool_down_mirrors": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "sagepond" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > ] > } > -- > 2.17.2