From patchwork Mon Aug 1 09:58:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 114466 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 AB934A04FD; Mon, 1 Aug 2022 03:38:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 800724067B; Mon, 1 Aug 2022 03:38:41 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id B9D734021E for ; Mon, 1 Aug 2022 03:38:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659317919; x=1690853919; h=from:to:cc:subject:date:message-id; bh=aSx+aS1f5PuIoX9Iu2hHq29mhA5phTIi7eJe1M/5cSI=; b=f6QB/oq4LJMH0/pN7DNZCWdqQOIBVCq9LEn/88RE/dV0WAJoAr/FyWGD 5WaxMW/J/0t1n5CM/bmmWs56v+baBukX4CW1Bh6GjHOXEDMBCTd3Bk3MI Xjn70IYzR6ILJ0D8EYvu27khgS3vGO6XKmdISxtcwIrbx2wcNLYstAPNu EI7vi7aSpMbqu1NVmdDAhNs3UD+jW8WITmx249570HBtIW3d0eh1xugMk JN2PDJMOa0aMmQ0DvecBDwx7RX0f4tOB8+BrE+SZPxwY8V3KjVs/NFrzA b2Wz7pkbSYIx0fbjBItaNRnjjopGHr0s9gLkJB++eilqROy5ZsU2CtCMz w==; X-IronPort-AV: E=McAfee;i="6400,9594,10425"; a="275941830" X-IronPort-AV: E=Sophos;i="5.93,206,1654585200"; d="scan'208";a="275941830" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2022 18:38:38 -0700 X-IronPort-AV: E=Sophos;i="5.93,206,1654585200"; d="scan'208";a="630051099" Received: from unknown (HELO localhost.localdomain) ([10.239.252.94]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2022 18:38:37 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V2 1/2] tests/ice_dcf_data_path: rename suite Date: Mon, 1 Aug 2022 09:58:03 +0000 Message-Id: <20220801095804.11475-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.17.1 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 the name of ice_dcf_date_path to ice_dcf_data_path and synchronize testplan modifications. Signed-off-by: Jiale Song --- ...te_ice_dcf_date_path.py => TestSuite_ice_dcf_data_path.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/{TestSuite_ice_dcf_date_path.py => TestSuite_ice_dcf_data_path.py} (99%) diff --git a/tests/TestSuite_ice_dcf_date_path.py b/tests/TestSuite_ice_dcf_data_path.py similarity index 99% rename from tests/TestSuite_ice_dcf_date_path.py rename to tests/TestSuite_ice_dcf_data_path.py index 3181aad7..83d17a33 100644 --- a/tests/TestSuite_ice_dcf_date_path.py +++ b/tests/TestSuite_ice_dcf_data_path.py @@ -10,7 +10,7 @@ from framework.pmd_output import PmdOutput from framework.test_case import TestCase -class DcfDatePathTest(TestCase): +class DcfDataPathTest(TestCase): vf_mac = "D2:6B:4C:EB:1C:26" wrong_mac = "68:05:CA:8D:ED:A8" @@ -37,7 +37,7 @@ class DcfDatePathTest(TestCase): def set_up(self): self.pmd_output.start_testpmd( cores="1S/4C/1T", - param="--txq=2 --rxq=2 --txd=384 --rxd=384", + param="--txq=4 --rxq=4 --txd=384 --rxd=384", prefix="vf", ports=[self.used_vf_pci], port_options={self.used_vf_pci: "cap=dcf"},