From patchwork Fri May 27 03:29:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 111941 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 B97CDA055C; Fri, 27 May 2022 05:30:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AEF2340E25; Fri, 27 May 2022 05:30:41 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 31E4440DF7 for ; Fri, 27 May 2022 05:30: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=1653622240; x=1685158240; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=akWery++5wk6GEXV+UY48yqhC8h6+TY6vjMwiljAKGA=; b=DKHgeflAd/HH1CGxl0sW8rXZkZEVOo9uUGeNJtBrgOW91NtenYvSYgm6 7lh+z9NgT2/yHvT31cCPRoxYvk0sNzeWY5VYvE3bm5KCzXXuPb1i2VCsV bJSNeDVLgdzwyz8tGDkHNJD1w4ORyOE8J1sryM4Y741MAEtb8EfXBn365 KT5OBzpS+f1MqlLsh9QNQRd0Fr2x9oaRRwM/AdcKzNr4WkY7SPPdX2b2v cWUx03uyxJWKrIRBDV65UhUjsDwQASpOm8A4tTN5rvajctYigNc/5BrAD wLkjXby3N2HydrdbMe8aO0gIHp1BHuCcSKf4Mah8V449OXHbfDvvjKt8r A==; X-IronPort-AV: E=McAfee;i="6400,9594,10359"; a="254861341" X-IronPort-AV: E=Sophos;i="5.91,254,1647327600"; d="scan'208";a="254861341" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2022 20:30:39 -0700 X-IronPort-AV: E=Sophos;i="5.91,254,1647327600"; d="scan'208";a="603614783" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2022 20:30:37 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] vm2vm_virtio_user: revert testcase 12 and optimize code Date: Thu, 26 May 2022 23:29:47 -0400 Message-Id: <20220527032947.529597-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 | 279 ++++++--------------- 2 files changed, 111 insertions(+), 208 deletions(-)