From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 4CE6B5F21 for ; Wed, 26 Dec 2018 10:21:09 +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; 26 Dec 2018 01:21:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,400,1539673200"; d="scan'208";a="130699875" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 26 Dec 2018 01:21:08 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 26 Dec 2018 01:21:08 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 26 Dec 2018 01:21:07 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.182]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.210]) with mapi id 14.03.0415.000; Wed, 26 Dec 2018 17:21:05 +0800 From: "Yao, BingX Y" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1 2/2] conf/checklist: add a case Thread-Index: AQHUnPnpgi2IOpLV7kee/J2zHwN6r6WQvpbA Date: Wed, 26 Dec 2018 09:21:05 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E04ECEBEE@shsmsx102.ccr.corp.intel.com> References: <1545815175-2098-1-git-send-email-meijuanx.zhao@intel.com> <1545815175-2098-2-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1545815175-2098-2-git-send-email-meijuanx.zhao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 2/2] conf/checklist: add a case 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, 26 Dec 2018 09:21:09 -0000 Tested-by: Yao, bing -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan Sent: Wednesday, December 26, 2018 5:06 PM To: dts@dpdk.org Cc: Zhao, MeijuanX Subject: [dts] [PATCH V1 2/2] conf/checklist: add a case Signed-off-by: zhao,meijuan --- conf/test_case_checklist.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json = index d65b7e3..04aee40 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1619,6 +1619,21 @@ "Comments": "the nic not support this case" } ], + "dpdk_pf_vf_reset": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], "kernel_2pf_2vf_1vm_mac_add_filter": [ { "OS": [ -- 2.17.2