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 B5E6EA0513; Thu, 16 Jan 2020 02:53:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AA9D61C195; Thu, 16 Jan 2020 02:53:56 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 46C051C132 for ; Thu, 16 Jan 2020 02:53:55 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2020 17:53:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,324,1574150400"; d="scan'208";a="218356986" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by orsmga008.jf.intel.com with ESMTP; 15 Jan 2020 17:53:52 -0800 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Thu, 16 Jan 2020 09:56:26 +0800 Message-Id: <20200116015630.21250-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" upload automation script and test plan v2: - remove pf passthrough. 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 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 -- 2.21.0