From patchwork Tue Dec 13 06:56:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120786 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 84987A0540; Tue, 13 Dec 2022 08:03:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D5804021D; Tue, 13 Dec 2022 08:03:37 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id AF5AB40146 for ; Tue, 13 Dec 2022 08:03:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670915015; x=1702451015; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=8EC7lIG5mAczfrIqViltincV+SMzJo6O7sdjzRrMgFc=; b=gjN7WuTWS+3ucfpJoQbDoNKjh8bV9F+YdbVEZttecaOoMTJZQMy72z1E vGes6UnTUpXYQR+wzPMykAKvct7sFFOo9zTzmWa5mCHKXW0Tj+3XYKfvd U/Mh63Yh1n+KxzUNkKdXrib0S0RsjbmT5/fBiHd3ZSBuFRVylQTbF63Ne BwNHQZKUbl3zqtxSF18vWsw+Swsvj7YoPZuXgQrhTylhN7UxjTgOVTTkk U+37LTymgvti+XDECBH8YeMc60Br0/ZbQoQI3fJ068SGBK+YYI3FbBwoV ZHVX5H3HVP8U3t5DOIsOfZ1TrCkYxcjmPz9uGw+RZwR6uv9/GXaQUE8iE g==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="301474881" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="301474881" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 23:03:34 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="679209787" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="679209787" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 23:03:33 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify testcase name and format Date: Tue, 13 Dec 2022 14:56:10 +0800 Message-Id: <20221213065610.3354618-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 1)test_plans/vm2vm_virtio_pmd_test_plan: Modify testplan formart and case name to make it clearer. 2)tests/vm2vm_virtio_pmd: Modify case name sync with testplan and adjust case order. Wei Ling (2): test_plans/vm2vm_virtio_pmd_test_plan: modify testcase name and format tests/vm2vm_virtio_pmd: modify testcase name sync with testplan test_plans/vm2vm_virtio_pmd_test_plan.rst | 60 +++++---- tests/TestSuite_vm2vm_virtio_pmd.py | 145 +++++++++------------- 2 files changed, 100 insertions(+), 105 deletions(-)