From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0C501A0547; Fri, 10 Sep 2021 11:09:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D97DE406B4; Fri, 10 Sep 2021 11:09:54 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 44E884067E for ; Fri, 10 Sep 2021 11:09:53 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10102"; a="284736050" X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="284736050" 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 02:09:52 -0700 X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="549193450" 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 02:09:51 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Fri, 10 Sep 2021 17:04:11 +0800 Message-Id: <20210910090411.564492-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/3] modify vhost_cbdma testplan testsuite 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.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 | 157 +++++++-- tests/TestSuite_vhost_cbdma.py | 485 ++++++++++++++------------- 3 files changed, 409 insertions(+), 267 deletions(-) -- 2.25.1