From patchwork Fri Sep 10 08:33:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 98565 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1EE16A0547; Fri, 10 Sep 2021 10:39:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DCAF3406B4; Fri, 10 Sep 2021 10:39:20 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 5CF024067E for ; Fri, 10 Sep 2021 10:39:19 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10102"; a="284731547" X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="284731547" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 01:39:18 -0700 X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="549183123" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 01:39:17 -0700 From: "Ling, WeiX" To: dts@dpdk.org Cc: "Ling, WeiX" Date: Fri, 10 Sep 2021 16:33:37 +0800 Message-Id: <20210910083337.563483-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/2] modify vswitch_sample_cbamd testplan and X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" 1.Modify case 1-3 start virio-user path parameter in test plan. 2.Modify case 1-3 start virtio-user code in test suite. 3.Optimize test suite code. Ling, WeiX (2): test_plans/vswitch_sample_cbdma_test_plan: modify case 1-3 start virio-user path parameter tests/vswitch_sample_cbdma: modify test suite code sync with test plan test_plans/vswitch_sample_cbdma_test_plan.rst | 38 ++-- tests/TestSuite_vswitch_sample_cbdma.py | 166 +++++++++++------- 2 files changed, 120 insertions(+), 84 deletions(-)