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 0477FA0352; Thu, 16 Jan 2020 07:18:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 994FB1C00F; Thu, 16 Jan 2020 07:18:52 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4C8481C00D for ; Thu, 16 Jan 2020 07:18:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2020 22:18:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,325,1574150400"; d="scan'208";a="398165625" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 15 Jan 2020 22:18:50 -0800 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 15 Jan 2020 22:18:49 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX161.amr.corp.intel.com (10.18.125.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 15 Jan 2020 22:18:49 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.210]) with mapi id 14.03.0439.000; Thu, 16 Jan 2020 14:18:48 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Yao, Lei A" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V2 0/4] power_bidirection_channel: upload automation script and test plan Thread-Index: AQHVzA/dluwZ/azjiUGahTiT7lvPTafs0Xew Date: Thu, 16 Jan 2020 06:18:47 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBAB5AB@SHSMSX101.ccr.corp.intel.com> References: <20200116015630.21250-1-yufengx.mo@intel.com> In-Reply-To: <20200116015630.21250-1-yufengx.mo@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-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 V2 0/4] power_bidirection_channel: upload automation script and test plan 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 the series. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx > Sent: Thursday, January 16, 2020 9:56 AM > To: dts@dpdk.org; Yao, Lei A > Cc: Mo, YufengX > Subject: [dts] [PATCH V2 0/4] power_bidirection_channel: upload > automation script and test plan >=20 > upload automation script and test plan >=20 > v2: > - remove pf passthrough. >=20 > yufengmx (4): > tests/power_bidirection_channel: vm config file > tests/power_bidirection_channel: upload automation script > test_plans/power_bidirection_channel: add test plan index > test_plans/power_bidirection_channel: upload test plan >=20 > conf/power_bidirection_channel.cfg | 30 + > test_plans/index.rst | 1 + > .../power_bidirection_channel_test_plan.rst | 173 +++++ > tests/TestSuite_power_bidirection_channel.py | 590 ++++++++++++++++++ > 4 files changed, 794 insertions(+) > create mode 100644 conf/power_bidirection_channel.cfg > create mode 100644 test_plans/power_bidirection_channel_test_plan.rst > create mode 100644 tests/TestSuite_power_bidirection_channel.py >=20 > -- > 2.21.0