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 27D07A00C3; Thu, 21 Apr 2022 09:01:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0165E410FB; Thu, 21 Apr 2022 09:01:49 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 59738410E1 for ; Thu, 21 Apr 2022 09:01:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650524507; x=1682060507; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3tsSNOtgL5TFzpUAV51Cl84c8hHEQ4A0UEzjU48q4UE=; b=BrZUeTQyz5/QjYui+PWdQ+YYe27m0xfx2gkk/lnyRldKU/SmZ71faClI F9KFahSj54wXTd1B4Iu49unIeEih/speYJlD6bY1IwPkERzaeS3BzqRpv ethNd4beegl1hgObDQ2XQwNyfZYCldX77Gg62gu7qSjhJnIzx5gB3tEo2 niYVB3U9AQ3Xd8C0UpzPOCRUm3UbJJK+NMVx+geRbncOR9PJs+ZzGVJ6Y vE1XewdgRikdRpfhnVsn6Ft0qkwqUWygzh0yJn0eblLt8sQiQrF8hohm4 Ilq8i65E0q69o5BM+j3/YluZN1m40nMHBEZTNi3To6lwXd0v50t5b0Mj9 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10323"; a="350708451" X-IronPort-AV: E=Sophos;i="5.90,278,1643702400"; d="scan'208";a="350708451" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2022 00:01:46 -0700 X-IronPort-AV: E=Sophos;i="5.90,278,1643702400"; d="scan'208";a="555616089" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2022 00:01:44 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [PATCH V1 0/5] add new testsuite of DPDK-22.03 Date: Thu, 21 Apr 2022 15:01:40 +0800 Message-Id: <20220421070140.1554339-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), 1) Delete cbdma related cases form tests/vm2vm_virtio_user. 2) Add new testplan and testsuite vm2vm_virtio_user_cbdma. Wei Ling (5): test_plans/index: add new testsuite test_plans/vm2vm_virtio_user_test_plan: delete cbdma testcases tests/vm2vm_virtio_user: delete cbdma testcases test_plans/vm2vm_virtio_user_cbdma_test_plan: add new testsuite of DPDK-22.03 tests/vm2vm_virtio_user_cbdma: add new testsuite of DPDK-22.03 test_plans/index.rst | 1 + .../vm2vm_virtio_user_cbdma_test_plan.rst | 1078 +++++++++++++ test_plans/vm2vm_virtio_user_test_plan.rst | 1157 +++----------- tests/TestSuite_vm2vm_virtio_user.py | 867 +---------- tests/TestSuite_vm2vm_virtio_user_cbdma.py | 1344 +++++++++++++++++ 5 files changed, 2641 insertions(+), 1806 deletions(-) create mode 100644 test_plans/vm2vm_virtio_user_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vm2vm_virtio_user_cbdma.py -- 2.25.1