From patchwork Fri May 27 03:20:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 111938 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 4EDFEA055C; Fri, 27 May 2022 05:21:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4633340E25; Fri, 27 May 2022 05:21:22 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id E0B4240DF7 for ; Fri, 27 May 2022 05:21:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653621680; x=1685157680; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=b7DQw9WuxJh3M46Cr/xhb6Uoxf0ZLmoiaLRgEvEWekM=; b=cHpfXZMVjBlBVUQf9AX18vs9q8BIa3vic4meWvTJ2K7mu8lRwQPdgc+U l0tsyMb4KXAPy5EAaExrF1NldJ15SSPL6AQ+aMWOxYephFD5jVpFjI4d4 ZZlYC5B9AwCMhLHiBKOPlQiHRHxsvacXmpzfiUsO2eA6HW2o++/Klftqt lv04sTVzf1fKbaRANPcNowYX6RfXsQaO6hJcXBQeQPtVBl46zdlQy6IJj DhactfPNLBGHbWSokge1fwBOJvw4mfjqi3t35pBHi+5/rtO1Ga+E7wqcC HTCoEPTByycT5G+It2CF2XUk6CM/hgvify3ffgbt63w8sD9lgPGa4ORIQ Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10359"; a="254859938" X-IronPort-AV: E=Sophos;i="5.91,254,1647327600"; d="scan'208";a="254859938" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2022 20:21:18 -0700 X-IronPort-AV: E=Sophos;i="5.91,254,1647327600"; d="scan'208";a="574240749" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2022 20:21:17 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] vm2vm_virtio_user: revert testcase 12 and optimize code Date: Thu, 26 May 2022 23:20:26 -0400 Message-Id: <20220527032026.529028-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 By DTS commit 1630198db7(test_plans/vm2vm_virtio_user_test_plan: delete CBDMA related testcases), testcase 24 in old test_plan is not CBDMA testcase and has been deleted, so revert this testcase. Wei Ling (2): test_plans/vm2vm_virtio_user_test_plan: revert testcase 12 tests/vm2vm_virtio_user: revert testcase 12 and optimize code test_plans/vm2vm_virtio_user_test_plan.rst | 40 +++ tests/TestSuite_vm2vm_virtio_user.py | 278 ++++++--------------- 2 files changed, 110 insertions(+), 208 deletions(-)