From patchwork Wed Sep 2 14:14:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 76286 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5D119A04B5; Wed, 2 Sep 2020 08:17:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 026C71C0AD; Wed, 2 Sep 2020 08:17:46 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C5D1B1C07D for ; Wed, 2 Sep 2020 08:17:44 +0200 (CEST) IronPort-SDR: yUPhlld6nouFdH+whaJvZyi5NYkojtOmEuJ0odRrYwtQE8MqmJifHmdbW/lGavQIxxcEOudeUn X7hVouSL9eWA== X-IronPort-AV: E=McAfee;i="6000,8403,9731"; a="218877823" X-IronPort-AV: E=Sophos;i="5.76,381,1592895600"; d="scan'208";a="218877823" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2020 23:17:38 -0700 IronPort-SDR: AcjZdP7bV0T5D2MYSM3FZKhLhj4AiypImWOgfIy72+ItM+gqlsnr/zZoyY9+SXJlD40XtGXEnC 4Y4kWneKy3Ww== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,381,1592895600"; d="scan'208";a="333992294" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga002.fm.intel.com with ESMTP; 01 Sep 2020 23:17:36 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Wed, 2 Sep 2020 14:14:54 +0000 Message-Id: <20200902141500.92740-1-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/6] update test plan to sync with testcase 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" update test plan to sync with testcase lingwei (6): tests/TestSuite_vmdq_dcb: set dpdk config before build by meson and use api to get app name test_plans/nic_single_core_perf_test_plan: update test plan to sync with testcase test_plans/pmd_test_plan: update test plan to sync with testcase test_plans/vmdq_test_plan: update test plan to sync with testcase test_plans/ptpclient_test_plan: update test plan to sync with testcase test_plans/vf_l3fwd_test_plan: update test plan to sync with testcase test_plans/nic_single_core_perf_test_plan.rst | 7 +++++++ test_plans/pmd_test_plan.rst | 7 +++++++ test_plans/ptpclient_test_plan.rst | 3 +++ test_plans/vf_l3fwd_test_plan.rst | 9 +++++++++ test_plans/vmdq_test_plan.rst | 5 ++++- tests/TestSuite_vmdq_dcb.py | 4 +++- 6 files changed, 33 insertions(+), 2 deletions(-)