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 A39CEA0561; Thu, 18 Mar 2021 06:39:51 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 793FA14103B; Thu, 18 Mar 2021 06:39:51 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 9293814103A for ; Thu, 18 Mar 2021 06:39:49 +0100 (CET) IronPort-SDR: bM8ams5RZZWajhlVIEoeq93ZEPL2g95HFrFa2uFeUFOu1NZ84Ue/cSx+CRw/TssRC75av2uvrY Q4Dc06hjvLRg== X-IronPort-AV: E=McAfee;i="6000,8403,9926"; a="176736166" X-IronPort-AV: E=Sophos;i="5.81,257,1610438400"; d="scan'208";a="176736166" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2021 22:39:48 -0700 IronPort-SDR: cCiuyLMzinVPfwSuxzITHYRVCB8PdOKqbQ2RKPIdpxg9NGj36ZstOmEq9O5DjGQgxn0+yyisyJ BK1ofxgTfcag== X-IronPort-AV: E=Sophos;i="5.81,257,1610438400"; d="scan'208";a="406214305" Received: from unknown (HELO dpdk-huangzm-d.sh.intel.com) ([10.240.183.72]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2021 22:39:47 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Date: Thu, 18 Mar 2021 13:27:23 +0800 Message-Id: <1616045251-65532-1-git-send-email-zhiminx.huang@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1 0/8] modified suite to support pkg check 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 Sender: "dts" 1.To adapt needs and framework modifications, these suite add decorator to support pkg check 2.Pppoe has a large number of cases and only support comms pkg, so split pppoe case into new suite Zhimin Huang (8): tests/cvl_advanced_rss_pppoe:rename pppoe suite add decorator to support nic and pkg check tests/cvl_advanced_rss_pppoe:support nic and pkg check tests/cvl_dcf_switch_filter:support nic and pkg check tests/cvl_switch_filter:support nic and pkg check tests/cvl_advanced_rss_vlan_esp_ah_l2tp_pfcp:split pppoe into new suite tests/cvl_dcf_switch_filter_pppoe:split pppoe into new suite tests/cvl_switch_filter_pppoe:split pppoe into new suite ..._cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py | 82 +- tests/TestSuite_cvl_advanced_rss_pppoe.py | 4754 ++++++++++++++++ ...cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py | 5667 -------------------- ...Suite_cvl_advanced_rss_vlan_esp_ah_l2tp_pfcp.py | 998 ++++ tests/TestSuite_cvl_dcf_switch_filter.py | 542 +- tests/TestSuite_cvl_dcf_switch_filter_pppoe.py | 912 ++++ tests/TestSuite_cvl_fdir.py | 8 +- tests/TestSuite_cvl_switch_filter.py | 2761 +--------- tests/TestSuite_cvl_switch_filter_pppoe.py | 2965 ++++++++++ tests/TestSuite_iavf_fdir.py | 53 +- tests/TestSuite_l2tp_esp_coverage.py | 50 +- 11 files changed, 9869 insertions(+), 8923 deletions(-) create mode 100644 tests/TestSuite_cvl_advanced_rss_pppoe.py delete mode 100644 tests/TestSuite_cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py create mode 100644 tests/TestSuite_cvl_advanced_rss_vlan_esp_ah_l2tp_pfcp.py mode change 100644 tests/TestSuite_cvl_dcf_switch_filter.py create mode 100644 tests/TestSuite_cvl_dcf_switch_filter_pppoe.py create mode 100644 tests/TestSuite_cvl_switch_filter_pppoe.py -- 1.8.3.1