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 985C9A0503; Thu, 19 May 2022 09:00:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 926AC40156; Thu, 19 May 2022 09:00:27 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id D2EFA40140 for ; Thu, 19 May 2022 09:00:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652943625; x=1684479625; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=uqzgI1K7a+0YPtSdJjUohd/guy9NsvW6eQgLuGVUNbw=; b=gajfPJ8RqFIm9GTI9g91zvQkMK3o/RWe3jwWQp7cBbjz9JTtcaRNfdxF 06V36MCoTREpzuxxfl6yF4fduhOP6LvqEhsgHV4oP0idh4w9tuXa7lcts 8jPYu/LhG1sv7gyDwDqHxwzaP1T04LEGObaB3P8AJAWAjfSaS5mkuVvBz uvXLYlhud2jMoUh+hfUqSEk0sO3fopphc356UeQdTboVrfAbjFfWg/3MP FwC4g31sWIbGwEbHIBmEuX1oSLh9QEqwtXKiz3/wMHAdhLtL9jLIp+B1l y3I1SpYnBt0cjVXD/WXnpA585alLhQClo29C7X5FFhTJq/REYh1bIoOtk g==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="358461420" X-IronPort-AV: E=Sophos;i="5.91,236,1647327600"; d="scan'208";a="358461420" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 00:00:23 -0700 X-IronPort-AV: E=Sophos;i="5.91,236,1647327600"; d="scan'208";a="545931231" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 00:00:16 -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:58:56 -0400 Message-Id: <20220519065856.2813863-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 The CBDMA related testcases have been migrated to vm2vm_virtio_user_cbdma suite, so delete CBDMA related testcases and code from vm2vm_virtio_user testplan and suite. Wei Ling (2): test_plans/vm2vm_virtio_user_test_plan: delete CBDMA related testcases tests/vm2vm_virtio_user: delete CBDMA related testcases and code test_plans/vm2vm_virtio_user_test_plan.rst | 841 ------------------- tests/TestSuite_vm2vm_virtio_user.py | 926 --------------------- 2 files changed, 1767 deletions(-) -- 2.25.1