From patchwork Thu May 19 06:11:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 111344 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 3768EA0503; Thu, 19 May 2022 08:13:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2912742686; Thu, 19 May 2022 08:13:12 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 61D3842686 for ; Thu, 19 May 2022 08:13:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652940790; x=1684476790; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tKhOXG9u689YQNwy+Cmf3jrSnz+Obcj+QL63i4QKyDc=; b=i214DlH2DyXYDglWkb+CH2HSHR8fs2J3qNzjTotrSMhnZobqG2fkJW8H 3948AXtBNdM8oHh3qD5hpNY4B+s/x6fzQyEl/ZLYZBsfcGJ0uWXP98Vja LsC7LtAXyAQG/KKrKfMqOHSbsQTn31J6IQIQ7piyayPtyUX4mmmuwlvJc QoLtZOBjZ/pkX6wZ5I6+jFrU/82e/6PGYBZBFnxMgKgJ60Ao9Ab4aUMM+ HPWctmM4fmGWXvd9fltL8QYkwgMlGvH2CzG4F7SpJSymkv5Tk2BkWSE4U KX8LeP8qwhb2e7rn5xjpnioX2UFOVO7Ha0C6z1/uFwrKBgpUVeBHo2maz A==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="251937400" X-IronPort-AV: E=Sophos;i="5.91,236,1647327600"; d="scan'208";a="251937400" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 23:13:09 -0700 X-IronPort-AV: E=Sophos;i="5.91,236,1647327600"; d="scan'208";a="714825216" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 23:13:08 -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:11:42 -0400 Message-Id: <20220519061142.2812302-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 virtio_event_idx_interrupt_cbdma suite, so delete CBDMA related testcases and code from virtio_event_idx_interrupt testplan and suite. Wei Ling (2): test_plans/virtio_event_idx_interrupt_test_plan: delete CBDMA related testcases tests/virtio_event_idx_interrupt: delete CBDMA related testcases and code .../virtio_event_idx_interrupt_test_plan.rst | 147 ------------------ tests/TestSuite_virtio_event_idx_interrupt.py | 138 +--------------- 2 files changed, 8 insertions(+), 277 deletions(-)