From patchwork Mon May 22 08:58:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 127149 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 E92D742B6F; Mon, 22 May 2023 10:59:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E4295410DD; Mon, 22 May 2023 10:59:08 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id CFF98410D1 for ; Mon, 22 May 2023 10:59:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684745948; x=1716281948; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=URkxCXlFKRoz+NumU+Mh5eWs89ER+ZEsSF18Bxyapz0=; b=WO55QqLXJdwP8g67lCqZocrSM5/NUgRKCwuzouleDI5gqut8cV9JILcP tnwlREIESPdWf6GzYGb43QnCGYqRdAsMvS407TLag4mQ7TvRWj4dYkT9H OEsp6396a7Uc3UEE2b8ygfx83sgI3U/kFZmH4/4H5QCiAGR4Lq+la+00N C9fVCBexechH9paq+WMXKc79E+3qRd8NYePam0JBg/zFKmR+PN3wh74a5 L+SYA+2M+WVWuVqVt8DtY0J+C656wkY1TfUG6sdK/X8VjWmzH0fbJWoqH p5faQFCu42jG4V9SSMceZmX4/4BmnHiwFJ9h25P1/Ahddx8ZUr57uxkvM w==; X-IronPort-AV: E=McAfee;i="6600,9927,10717"; a="352889817" X-IronPort-AV: E=Sophos;i="6.00,183,1681196400"; d="scan'208";a="352889817" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 May 2023 01:59:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10717"; a="773255882" X-IronPort-AV: E=Sophos;i="6.00,183,1681196400"; d="scan'208";a="773255882" Received: from unknown (HELO dut222..) ([10.239.252.222]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 May 2023 01:59:05 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1] pvp_virtio_user_4k_pages: rename testsuite Date: Mon, 22 May 2023 16:58:55 +0800 Message-Id: <20230522085855.909279-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.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 Rename pvp_virtio_user_4k_hugepages to pvp_virtio_user_4k_pages in related files, incluse index.rst, test_plan, testsuite and config file. Signed-off-by: Wei Ling --- ...o_user_4k_hugepages.cfg => pvp_virtio_user_4k_pages.cfg} | 4 ++-- test_plans/index.rst | 2 +- ...test_plan.rst => pvp_virtio_user_4k_pages_test_plan.rst} | 0 ...k_hugepages.py => TestSuite_pvp_virtio_user_4k_pages.py} | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) rename conf/{pvp_virtio_user_4k_hugepages.cfg => pvp_virtio_user_4k_pages.cfg} (69%) rename test_plans/{pvp_virtio_user_4k_hugepages_test_plan.rst => pvp_virtio_user_4k_pages_test_plan.rst} (100%) rename tests/{TestSuite_pvp_virtio_user_4k_hugepages.py => TestSuite_pvp_virtio_user_4k_pages.py} (98%) diff --git a/conf/pvp_virtio_user_4k_hugepages.cfg b/conf/pvp_virtio_user_4k_pages.cfg similarity index 69% rename from conf/pvp_virtio_user_4k_hugepages.cfg rename to conf/pvp_virtio_user_4k_pages.cfg index 514230e9..c7428b0c 100644 --- a/conf/pvp_virtio_user_4k_hugepages.cfg +++ b/conf/pvp_virtio_user_4k_pages.cfg @@ -4,8 +4,8 @@ packet_sizes = [64, 128, 256, 512, 1024, 1518] test_duration = 30 accepted_tolerance = 5 expected_throughput = { - 'test_perf_pvp_virtio_user_split_ring_with_4K_hugepages': { + 'test_perf_pvp_virtio_user_split_ring_with_4K_pages': { 64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}, - 'test_perf_pvp_virtio_user_packed_ring_with_4K_hugepages': { + 'test_perf_pvp_virtio_user_packed_ring_with_4K_pages': { 64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}} diff --git a/test_plans/index.rst b/test_plans/index.rst index a0c056cd..2008f50b 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -260,7 +260,7 @@ The following are the test plans for the DPDK DTS automated test system. pvp_qemu_multi_paths_port_restart_test_plan pvp_vhost_user_reconnect_test_plan pvp_virtio_bonding_test_plan - pvp_virtio_user_4k_hugepages_test_plan + pvp_virtio_user_4k_pages_test_plan vdev_primary_secondary_test_plan vhost_1024_ethports_test_plan virtio_pvp_regression_test_plan diff --git a/test_plans/pvp_virtio_user_4k_hugepages_test_plan.rst b/test_plans/pvp_virtio_user_4k_pages_test_plan.rst similarity index 100% rename from test_plans/pvp_virtio_user_4k_hugepages_test_plan.rst rename to test_plans/pvp_virtio_user_4k_pages_test_plan.rst diff --git a/tests/TestSuite_pvp_virtio_user_4k_hugepages.py b/tests/TestSuite_pvp_virtio_user_4k_pages.py similarity index 98% rename from tests/TestSuite_pvp_virtio_user_4k_hugepages.py rename to tests/TestSuite_pvp_virtio_user_4k_pages.py index f7d2fe57..a89725e5 100644 --- a/tests/TestSuite_pvp_virtio_user_4k_hugepages.py +++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py @@ -9,7 +9,7 @@ from framework.settings import HEADER_SIZE, UPDATE_EXPECTED, load_global_setting from framework.test_case import TestCase -class TestPvpVirtioUser4kHugepages(TestCase): +class TestPvpVirtioUser4kPages(TestCase): def set_up_all(self): """ Run at the start of each test suite. @@ -221,7 +221,7 @@ class TestPvpVirtioUser4kHugepages(TestCase): self.dut.close_session(self.vhost_user) self.dut.close_session(self.virtio_user) - def test_perf_pvp_virtio_user_split_ring_with_4K_hugepages(self): + def test_perf_pvp_virtio_user_split_ring_with_4K_pages(self): """ Basic test for virtio-user 4K pages """ @@ -237,7 +237,7 @@ class TestPvpVirtioUser4kHugepages(TestCase): self.handle_results() self.close_all_apps() - def test_perf_pvp_virtio_user_packed_ring_with_4K_hugepages(self): + def test_perf_pvp_virtio_user_packed_ring_with_4K_pages(self): """ Basic test for virtio-user 4K pages """