From patchwork Fri Sep 10 09:16:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 98584 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 4C981A0547; Fri, 10 Sep 2021 11:22:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3FACA40DDE; Fri, 10 Sep 2021 11:22:24 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 5204C406B4 for ; Fri, 10 Sep 2021 11:22:22 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10102"; a="217868532" X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="217868532" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 02:22:21 -0700 X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="540509623" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 02:22:20 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Fri, 10 Sep 2021 17:16:42 +0800 Message-Id: <20210910091642.565098-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/3] modify testplan testsuite and config 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.test_plans/vhost_cbdma_test_plan: modify testcase 1-4 and add new testcase 6-7. 2.tests/vhost_cbdma: modify testcase 1-4 and add new testcase 6-7. 3.conf/vhost_cbdma: modify config file sync with testsuite update. Wei Ling (3): test_plans/vhost_cbdma_test_plan: modify testcase 1-4 and add new testcase 6-7 tests/vhost_cbdma: modify testcase 1-4 and add new testcase 6-7 conf/vhost_cbdma: modify config file sync with testsuite update conf/vhost_cbdma.cfg | 34 +- test_plans/vhost_cbdma_test_plan.rst | 159 +++++++-- tests/TestSuite_vhost_cbdma.py | 485 ++++++++++++++------------- 3 files changed, 410 insertions(+), 268 deletions(-) Tested-by: Wei Ling Acked-by: Yinan Wang