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 417E7A0501; Sat, 2 Apr 2022 08:33:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 159574067E; Sat, 2 Apr 2022 08:33:52 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 8D25540143 for ; Sat, 2 Apr 2022 08:33:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648881230; x=1680417230; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JVToOYDohkp1yNQn6/04rkedANPxcuVtRMX9n7DXrsk=; b=B6r5U5M3lqPQNKPVxlIBKrYXtTf96HbVS1GMOGWAAZUjME4XMCmb4kus Zp8y/CGBUMmJOVpEbMJ/G1NdY4IS0bfgJpwUCBcja2mHIlZ1H7irMFGge zLyyvK+QOhD3vZgaIP9ah6aoW+XiytkHlT+IoD7nwbn21qWrj81oJnliE TvFzSTFBj8du1EBj/w57B31uvK+JZTlyl1cf4WT4V6ZI4k51gm1bWTQUJ mkUfYLLzOvunNWSERyw7VjcvRsv9tu3W2nWMkcPAXoKPN6v42bmX7a30b diFwSPGYmqdgZj1uaUXG41vsNOe8aCpR0oLYxLb/EFYvo6vEqT/19xpJr A==; X-IronPort-AV: E=McAfee;i="6200,9189,10304"; a="240869480" X-IronPort-AV: E=Sophos;i="5.90,229,1643702400"; d="scan'208";a="240869480" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 23:33:49 -0700 X-IronPort-AV: E=Sophos;i="5.90,229,1643702400"; d="scan'208";a="523022922" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 23:33:48 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/5] split cbdma case in two testsuites Date: Sat, 2 Apr 2022 14:33:43 +0800 Message-Id: <20220402063343.474700-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 testsuitei vm2vm_virtio_user_cbdma. Wei Ling (5): test_plans/vm2vm_virtio_user_test_plan: delete case 12-23 tests/vm2vm_virtio_user: delete case 12-23 and useless code 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 testsuite test_plans/index.rst | 1 + .../vm2vm_virtio_user_cbdma_test_plan.rst | 1064 +++++++++++++ test_plans/vm2vm_virtio_user_test_plan.rst | 1145 +++----------- tests/TestSuite_vm2vm_virtio_user.py | 867 +---------- tests/TestSuite_vm2vm_virtio_user_cbdma.py | 1344 +++++++++++++++++ 5 files changed, 2615 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