From patchwork Thu May 19 06:46:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 111358 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 4DDADA0503; Thu, 19 May 2022 08:47:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4774340150; Thu, 19 May 2022 08:47:42 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7AD1240140 for ; Thu, 19 May 2022 08:47:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652942860; x=1684478860; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/T2JdGgUeuTGm44DZTw/0Jjc7sjVqvB/0ps53l7Lq+8=; b=fob1Io18BwscZzN3nMpTLLiEkwa/2XI0Taf7QeTB22zUaDUVtyA/Bws3 3ZTn+/BOevDGILMPDcey+a6kFNxskF/Q++alvqDQhZUQvjwa7F7bPUB8U sj7WuOq8/tiZfaLX/Taypo5C5s1AwYfBV2AjfWRg68YwU7iOssodruD4S 2s44mDyvlC6bCL8iaHE+HFXLLe2sgwGwuWoZkQLULEYW96cvyHR13wJRZ 17mzzspC6W/CNffsiac/L8wyc5NjWt/NlnhXIGIz0qhf2BGmKAZdF0OKA 766BjpqxR4+Q6aq1kl0idPf7249MJFb8/UMckoACV8ZsaIPSumSB+nEmW w==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="332672685" X-IronPort-AV: E=Sophos;i="5.91,236,1647327600"; d="scan'208";a="332672685" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 23:47:39 -0700 X-IronPort-AV: E=Sophos;i="5.91,236,1647327600"; d="scan'208";a="742753329" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 23:47:37 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] delete CBDMA related testcases and code Date: Thu, 19 May 2022 02:46:17 -0400 Message-Id: <20220519064617.2813559-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 The CBDMA related testcases have been migrated to vm2vm_virtio_pmd_cbdma suite, so delete CBDMA related testcases and code from vm2vm_virtio_pmd testplan and suite. Wei Ling (2): test_plans/vm2vm_virtio_pmd_test_plan: delete CBDMA related testcases tests/vm2vm_virtio_pmd: delete CBDMA related testcases and code test_plans/vm2vm_virtio_pmd_test_plan.rst | 228 --------------- tests/TestSuite_vm2vm_virtio_pmd.py | 340 +--------------------- 2 files changed, 5 insertions(+), 563 deletions(-)