From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6161F42380; Wed, 11 Jan 2023 03:41:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 39E4A40E6E; Wed, 11 Jan 2023 03:41:16 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id D8D5E4021E for ; Wed, 11 Jan 2023 03:41:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673404874; x=1704940874; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+pR2i43+nZhfF5SXi5F5drpgWo1e1/VZy5V+LO5CRAw=; b=Ku4HXM8aPSnjafrQo0epZVOdqjU19xOJ+Q1HCNvQku7VHHIe3z8/Hp4E lqXwvWsdwG7Mod8pX4zSW6dYmcL72AFP4f/OKzPfZeGBKtpUuyJ8C49yS AYK1rXyhOh2Uquo1IvCCt4IWpJ2ca3InIzgt8rtI+kG98Lt/3mqIDDk5W ev9GHI3ruuauOmHKRMnIazMWCmcIunYxTRsIyJzl3CMyR0YCA4RXzLbHf i68eImyC7ypS/wYCUp1U0dbfiyRTFVv9qillLHUoMOMaOsXvG6L5zmFlH YJ/nVS5ho+Dd/R+4OC5WqYJQPub4CnsAgTACuRQE4LUExnX6JL7pb7x7h A==; X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="350541470" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="350541470" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 18:41:12 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="764985879" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="764985879" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 18:41:11 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V2 0/5] split the ice_qinq suite Date: Wed, 11 Jan 2023 10:38:53 +0000 Message-Id: <20230111103858.970228-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 split the cases in ice_qinq to ice_dcf_dual_vlan and kernelpf_iavf. Song Jiale (5): tests/ice_dcf_dual_vlan: split the test suite of ice_qinq tests/kernelpf_iavf: split the test suite of ice_qinq test_plans/ice_dcf_dual_vlan: split the test suite of ice_qinq test_plans/kernelpf_iavf: split the test suite of ice_qinq test_plans/index: split the test suite of ice_qinq ...an.rst => ice_dcf_dual_vlan_test_plan.rst} | 1695 +++++------------ test_plans/index.rst | 2 +- test_plans/kernelpf_iavf_test_plan.rst | 574 ++++++ ...qinq.py => TestSuite_ice_dcf_dual_vlan.py} | 653 ++----- tests/TestSuite_kernelpf_iavf.py | 361 +++- 5 files changed, 1580 insertions(+), 1705 deletions(-) rename test_plans/{ice_qinq_test_plan.rst => ice_dcf_dual_vlan_test_plan.rst} (64%) rename tests/{TestSuite_ice_qinq.py => TestSuite_ice_dcf_dual_vlan.py} (67%) -- 2.25.1