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 BBD00A0507; Fri, 1 Apr 2022 12:10:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1D2E42911; Fri, 1 Apr 2022 12:10:25 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id E599C4067E for ; Fri, 1 Apr 2022 12:10:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648807824; x=1680343824; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JjSWF23FuS7r3Sq46QbKvDZhEgAiU2/jJhglTGSw7ag=; b=Vc2gVSI+q14R8lKKYI1tCc8mJ/dHKisaWWVKj3cunF6qBwlQYXnqZAj+ 3EoqKzfzVaJpUfcKDijfok3xoJ0DPvy/XqJWGFYYNoJAj2mGJqNdCLvUG wKGNqjlfo7uTI3+FnLN7I0MqnaThp11mRjMi3GzXXfK9UFdW81JrE31sZ ODKtymOwCTcOUWpTFqgwq4i7WlFgRcIeGKp1Ut9f4bK+60QlQEkitCk2s Lu0Zu/lkNNhbcFKnUu4IYZIs9NNkGPyg03dCTt4y1uSyHz4eZCjeuZSeN G6v6dV439jhp82SZG+Rftck74m+n0FbT7ZIDttAl2+Ga2MWfcgwExR4xe g==; X-IronPort-AV: E=McAfee;i="6200,9189,10303"; a="247605036" X-IronPort-AV: E=Sophos;i="5.90,227,1643702400"; d="scan'208";a="247605036" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 03:10:22 -0700 X-IronPort-AV: E=Sophos;i="5.90,227,1643702400"; d="scan'208";a="547740446" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 03:10:21 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/5] update testplan and testsuite by DPDK Date: Fri, 1 Apr 2022 18:10:17 +0800 Message-Id: <20220401101017.48680-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 case 12-23 form tests/vm2vm_virtio_user. 2) Add new testplan and testsuite. Wei Ling (5): test_plans/vm2vm_virtio_user_test_plan: delete case 12-23 tests/vm2vm_virtio_user: delete case 12-23 test_plans/vm2vm_virtio_user_cbdma_test_plan: add DPDK22.03 new feature tests/vm2vm_virtio_user_cbdma: add DPDK22.03 new feature test_plans/index: add new testplan test_plans/index.rst | 1 + .../vm2vm_virtio_user_cbdma_test_plan.rst | 1087 +++++++++++++ test_plans/vm2vm_virtio_user_test_plan.rst | 803 +--------- tests/TestSuite_vm2vm_virtio_user.py | 701 +-------- tests/TestSuite_vm2vm_virtio_user_cbdma.py | 1343 +++++++++++++++++ 5 files changed, 2433 insertions(+), 1502 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