From patchwork Tue Apr 26 05:50:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Dong X-Patchwork-Id: 110245 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 3D65FA00BE; Tue, 26 Apr 2022 07:50:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1158640691; Tue, 26 Apr 2022 07:50:37 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 71C9D4068E for ; Tue, 26 Apr 2022 07:50:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650952235; x=1682488235; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Nq+Y4pcaq9SPoRen6jBJKOjeiUYmISCH0CODBbsC/f8=; b=UQljjawPElkUF95WytmO9AdohEvGZl7fe3h8rnbQ2Mb286fAM3J0a3QG UQ5YHvKO1zQH9A8NSoEfIDDP+EBjMcULokGEycMxf8gJF0EMGgfbq5B1h +rcOu7fpFw4BC25CNOIgQiti3t1tliAShMnr1Vt+o/sm/RTEz03/ukRXn +w0bIO/6SK8ayT0GB/iIBMRaVUuBnG93dTvcvz7bvN79Ztx+qtCpg9eLc zoOaVS0qZZebwJV3mVvJ1qquABuSwtDr+WNTvrC+oHnRrwM8Admz+NAcN FfmiI3+0GWYvb8YjkvxnP4hmD7O+9ls4DpDkUMlrLPLjcZbY2z8bFUfBP A==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="265627851" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="265627851" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 22:50:34 -0700 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="650033609" Received: from shwdenpg197.ccr.corp.intel.com ([10.253.109.70]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 22:50:32 -0700 From: Jun Dong To: dts@dpdk.org Cc: lijuan.tu@intel.com, qingx.sun@intel.com, junx.dong@intel.com Subject: [dts] [RFC 0/6] modify about codename replacement Date: Tue, 26 Apr 2022 13:50:21 +0800 Message-Id: <20220426055027.6932-1-junx.dong@intel.com> X-Mailer: git-send-email 2.33.1.windows.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 Codenames are not approved legal names, they are for ``Intel use only``. Howerver DTS widely use Codemanes, so replacement is necessary. Jun Dong (6): conf/*: replace codename in configuration in conf directory doc/*: replace codename in doc executions/*: replace codename in executeion configurations framework/*: replace codename in framework test_plans/*: replace codename in test plans tests/*: replace codename in test suites conf/iavf_driver_package.cfg | 2 +- conf/iavf_fdir.cfg | 2 +- ....cfg => ice_advanced_iavf_rss_package.cfg} | 2 +- ...s_pppoe.cfg => ice_advanced_rss_pppoe.cfg} | 2 +- ...h_filter.cfg => ice_dcf_switch_filter.cfg} | 2 +- ...witch_filter.cfg => ice_switch_filter.cfg} | 2 +- conf/l3fwd.cfg | 18 +- conf/l3fwd_em.cfg | 6 +- conf/l3fwd_lpm_ipv4.cfg | 4 +- conf/l3fwd_lpm_ipv4_rfc2544.cfg | 4 +- conf/l3fwd_lpm_ipv6.cfg | 4 +- conf/nic_single_core_perf.cfg | 12 +- conf/test_case_checklist.json | 1117 ++++++++------- conf/test_case_supportlist.json | 1213 ++++++++--------- conf/testpmd_perf.cfg | 6 +- conf/vf_l3fwd.cfg | 2 +- conf/vf_l3fwd_em_kernelpf.cfg | 4 +- conf/vf_l3fwd_kernelpf.cfg | 18 +- conf/vf_l3fwd_lpm_ipv4_kernelpf.cfg | 2 +- conf/vf_l3fwd_lpm_ipv4_rfc2544_kernelpf.cfg | 2 +- conf/vf_l3fwd_lpm_ipv6_kernelpf.cfg | 2 +- conf/vf_single_core_perf.cfg | 12 +- conf/vhost_peer_conf.cfg | 2 +- doc/dts_gsg/quick_start.rst | 4 +- doc/dts_gsg/usr_guide/intro.rst | 2 +- doc/dts_gsg/usr_guide/ixia.rst | 6 +- doc/dts_gsg/usr_guide/results.rst | 4 +- doc/dts_gsg/usr_guide/trex.rst | 8 +- doc/dts_gsg/usr_guide/usage.rst | 2 +- executions/execution.cfg | 2 +- executions/execution_FVL.cfg | 2 +- executions/execution_fm10k.cfg | 2 +- executions/execution_smoke.cfg | 2 +- framework/crbs.py | 2 +- framework/excel_reporter.py | 6 +- framework/pmd_output.py | 2 +- framework/settings.py | 192 +-- framework/test_case.py | 26 +- nics/net_device.py | 2 +- test_plans/NICStatistics_test_plan.rst | 4 +- test_plans/bbdev_test_plan.rst | 19 +- test_plans/blocklist_test_plan.rst | 7 - .../cloud_filter_with_l4_port_test_plan.rst | 2 +- test_plans/dcf_lifecycle_test_plan.rst | 6 +- test_plans/ddp_gtp_qregion_test_plan.rst | 10 +- test_plans/ddp_gtp_test_plan.rst | 19 +- test_plans/ddp_l2tpv3_test_plan.rst | 5 +- test_plans/ddp_mpls_test_plan.rst | 19 +- test_plans/ddp_ppp_l2tp_test_plan.rst | 9 +- test_plans/dual_vlan_test_plan.rst | 2 +- test_plans/dynamic_flowtype_test_plan.rst | 10 +- test_plans/eeprom_dump_test_plan.rst | 4 +- ...ckage_download_in_ice_driver_test_plan.rst | 6 +- test_plans/floating_veb_test_plan.rst | 21 +- test_plans/generic_flow_api_test_plan.rst | 48 +- ..._plan.rst => i40e_rss_input_test_plan.rst} | 6 +- test_plans/iavf_fdir_test_plan.rst | 4 +- .../iavf_flexible_descriptor_test_plan.rst | 9 +- ..._package_driver_error_handle_test_plan.rst | 14 +- test_plans/iavf_test_plan.rst | 4 +- ...plan.rst => ice_1pps_signal_test_plan.rst} | 14 +- ...e_advanced_iavf_rss_gtpogre_test_plan.rst} | 6 +- ... ice_advanced_iavf_rss_gtpu_test_plan.rst} | 9 +- ...anced_iavf_rss_pppol2tpoudp_test_plan.rst} | 7 +- ...st => ice_advanced_iavf_rss_test_plan.rst} | 21 +- ...f_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst} | 4 +- ...=> ice_advanced_rss_gtpogre_test_plan.rst} | 9 +- ...st => ice_advanced_rss_gtpu_test_plan.rst} | 9 +- ...t => ice_advanced_rss_pppoe_test_plan.rst} | 4 +- ...lan.rst => ice_advanced_rss_test_plan.rst} | 13 +- ...d_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst} | 4 +- ...n.rst => ice_dcf_acl_filter_test_plan.rst} | 4 +- ...an.rst => ice_dcf_date_path_test_plan.rst} | 0 ...st => ice_dcf_flow_priority_test_plan.rst} | 4 +- ...est_plan.rst => ice_dcf_qos_test_plan.rst} | 5 +- ... ice_dcf_switch_filter_gtpu_test_plan.rst} | 6 +- ...ice_dcf_switch_filter_pppoe_test_plan.rst} | 6 +- ...st => ice_dcf_switch_filter_test_plan.rst} | 10 +- ..._test_plan.rst => ice_ecpri_test_plan.rst} | 10 +- ...r_test_plan.rst => ice_fdir_test_plan.rst} | 4 +- ...an.rst => ice_flow_priority_test_plan.rst} | 17 +- ...st => ice_iavf_fdir_gtpogre_test_plan.rst} | 6 +- ... ice_iavf_fdir_pppol2tpoudp_test_plan.rst} | 4 +- ...e_iavf_ip_fragment_rte_flow_test_plan.rst} | 4 +- ...t => ice_iavf_rss_configure_test_plan.rst} | 2 +- ...=> ice_ip_fragment_rte_flow_test_plan.rst} | 4 +- ...rst => ice_limit_value_test_test_plan.rst} | 18 +- ...q_test_plan.rst => ice_qinq_test_plan.rst} | 14 +- ...an.rst => ice_rss_configure_test_plan.rst} | 6 +- ... => ice_switch_filter_pppoe_test_plan.rst} | 6 +- ...an.rst => ice_switch_filter_test_plan.rst} | 10 +- ...f_support_multicast_address_test_plan.rst} | 4 +- test_plans/index.rst | 66 +- test_plans/inline_ipsec_test_plan.rst | 2 +- test_plans/ipfrag_test_plan.rst | 2 +- test_plans/ipgre_test_plan.rst | 12 +- test_plans/ipv4_reassembly_test_plan.rst | 2 +- ..._get_extra_queue_information_test_plan.rst | 2 +- test_plans/l2tp_esp_coverage_test_plan.rst | 8 +- test_plans/l3fwd_test_plan.rst | 2 +- test_plans/large_vf_test_plan.rst | 4 +- test_plans/macsec_for_ixgbe_test_plan.rst | 12 +- ...ious_driver_event_indication_test_plan.rst | 6 +- test_plans/metrics_test_plan.rst | 2 +- test_plans/multicast_test_plan.rst | 2 +- test_plans/nic_single_core_perf_test_plan.rst | 43 +- test_plans/nvgre_test_plan.rst | 22 +- test_plans/pf_smoke_test_plan.rst | 2 +- test_plans/pmd_bonded_test_plan.rst | 4 +- test_plans/pmd_test_plan.rst | 8 +- test_plans/pmdpcap_test_plan.rst | 4 +- test_plans/pmdrss_hash_test_plan.rst | 25 +- test_plans/pmdrssreta_test_plan.rst | 6 +- test_plans/port_control_test_plan.rst | 6 +- test_plans/ptpclient_test_plan.rst | 6 +- test_plans/ptype_mapping_test_plan.rst | 6 +- test_plans/pvp_share_lib_test_plan.rst | 12 +- test_plans/qinq_filter_test_plan.rst | 30 +- test_plans/queue_region_test_plan.rst | 29 +- test_plans/queue_start_stop_test_plan.rst | 2 +- test_plans/rss_to_rte_flow_test_plan.rst | 4 +- test_plans/rteflow_priority_test_plan.rst | 3 +- ...ntime_vf_queue_number_kernel_test_plan.rst | 2 +- ...time_vf_queue_number_maxinum_test_plan.rst | 12 +- .../runtime_vf_queue_number_test_plan.rst | 2 +- test_plans/rxtx_offload_test_plan.rst | 10 +- test_plans/stats_checks_test_plan.rst | 4 +- test_plans/tso_test_plan.rst | 2 +- test_plans/tx_preparation_test_plan.rst | 4 +- test_plans/uni_pkt_test_plan.rst | 66 +- test_plans/userspace_ethtool_test_plan.rst | 10 +- test_plans/veb_switch_test_plan.rst | 21 +- test_plans/vf_daemon_test_plan.rst | 2 +- test_plans/vf_kernel_test_plan.rst | 6 +- test_plans/vf_pf_reset_test_plan.rst | 2 +- test_plans/vf_rss_test_plan.rst | 8 +- test_plans/vf_single_core_perf_test_plan.rst | 20 +- test_plans/vf_smoke_test_plan.rst | 2 +- .../vlan_ethertype_config_test_plan.rst | 2 +- test_plans/vm_power_manager_test_plan.rst | 2 +- test_plans/vmdq_dcb_test_plan.rst | 6 +- test_plans/vmdq_test_plan.rst | 14 +- test_plans/vxlan_test_plan.rst | 22 +- tests/TestSuite_af_xdp_2.py | 2 +- tests/TestSuite_checksum_offload.py | 8 +- tests/TestSuite_cloud_filter_with_l4_port.py | 14 +- tests/TestSuite_ddp_gtp.py | 8 +- tests/TestSuite_ddp_gtp_qregion.py | 6 +- tests/TestSuite_ddp_l2tpv3.py | 4 +- tests/TestSuite_ddp_mpls.py | 10 +- tests/TestSuite_ddp_ppp_l2tp.py | 6 +- tests/TestSuite_dual_vlan.py | 126 +- tests/TestSuite_dynamic_flowtype.py | 8 +- tests/TestSuite_dynamic_queue.py | 4 +- tests/TestSuite_eeprom_dump.py | 4 +- ...e_enable_package_download_in_ice_driver.py | 7 +- tests/TestSuite_flexible_rxd.py | 8 +- tests/TestSuite_floating_veb.py | 8 +- tests/TestSuite_generic_flow_api.py | 590 ++++---- tests/TestSuite_hotplug.py | 4 +- ...s_input.py => TestSuite_i40e_rss_input.py} | 24 +- tests/TestSuite_iavf_fdir.py | 32 +- tests/TestSuite_iavf_flexible_descriptor.py | 12 +- ...tSuite_iavf_package_driver_error_handle.py | 2 +- ...signal.py => TestSuite_ice_1pps_signal.py} | 4 +- ....py => TestSuite_ice_advanced_iavf_rss.py} | 0 ...estSuite_ice_advanced_iavf_rss_gtpogre.py} | 2 +- ...> TestSuite_ice_advanced_iavf_rss_gtpu.py} | 4 +- ...ite_ice_advanced_iavf_rss_pppol2tpoudp.py} | 2 +- ...dvanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py} | 2 +- ...d_rss.py => TestSuite_ice_advanced_rss.py} | 0 ... => TestSuite_ice_advanced_rss_gtpogre.py} | 2 +- ....py => TestSuite_ice_advanced_rss_gtpu.py} | 4 +- ...py => TestSuite_ice_advanced_rss_pppoe.py} | 0 ...ice_advanced_rss_vlan_esp_ah_l2tp_pfcp.py} | 0 ...ter.py => TestSuite_ice_dcf_acl_filter.py} | 12 +- ...path.py => TestSuite_ice_dcf_date_path.py} | 0 ....py => TestSuite_ice_dcf_flow_priority.py} | 4 +- ...vl_dcf_qos.py => TestSuite_ice_dcf_qos.py} | 10 +- ....py => TestSuite_ice_dcf_switch_filter.py} | 4 +- ...> TestSuite_ice_dcf_switch_filter_gtpu.py} | 4 +- ... TestSuite_ice_dcf_switch_filter_pppoe.py} | 4 +- ...te_cvl_ecpri.py => TestSuite_ice_ecpri.py} | 2 +- ...uite_cvl_fdir.py => TestSuite_ice_fdir.py} | 4 +- ...rity.py => TestSuite_ice_flow_priority.py} | 4 +- ....py => TestSuite_ice_iavf_fdir_gtpogre.py} | 2 +- ...> TestSuite_ice_iavf_fdir_pppol2tpoudp.py} | 4 +- ...estSuite_ice_iavf_ip_fragment_rte_flow.py} | 2 +- ...y => TestSuite_ice_iavf_rss_configure.py} | 0 ... => TestSuite_ice_ip_fragment_rte_flow.py} | 2 +- ...t.py => TestSuite_ice_limit_value_test.py} | 57 +- ...uite_cvl_qinq.py => TestSuite_ice_qinq.py} | 4 +- ...gure.py => TestSuite_ice_rss_configure.py} | 2 +- ...lter.py => TestSuite_ice_switch_filter.py} | 6 +- ...y => TestSuite_ice_switch_filter_pppoe.py} | 6 +- ...Suite_ice_vf_support_multicast_address.py} | 2 +- tests/TestSuite_inline_ipsec.py | 2 +- tests/TestSuite_ipgre.py | 21 +- ...te_ixgbe_vf_get_extra_queue_information.py | 4 +- tests/TestSuite_jumboframes.py | 2 +- tests/TestSuite_kernelpf_iavf.py | 6 +- tests/TestSuite_l2fwd_jobstats.py | 12 +- tests/TestSuite_l2tp_esp_coverage.py | 6 +- tests/TestSuite_large_vf.py | 2 +- tests/TestSuite_link_flowctrl.py | 12 +- tests/TestSuite_link_status_interrupt.py | 14 +- tests/TestSuite_mac_filter.py | 2 +- tests/TestSuite_macsec_for_ixgbe.py | 2 +- tests/TestSuite_metering_and_policing.py | 2 +- tests/TestSuite_mtu_update.py | 2 +- tests/TestSuite_nic_single_core_perf.py | 34 +- tests/TestSuite_nvgre.py | 30 +- tests/TestSuite_pmdrss_hash.py | 18 +- tests/TestSuite_pmdrssreta.py | 34 +- tests/TestSuite_port_control.py | 4 +- tests/TestSuite_port_representor.py | 14 +- tests/TestSuite_ptype_mapping.py | 14 +- tests/TestSuite_pvp_share_lib.py | 8 +- tests/TestSuite_pvp_vhost_user_reconnect.py | 8 +- tests/TestSuite_qinq_filter.py | 14 +- tests/TestSuite_queue_region.py | 24 +- tests/TestSuite_rss_key_update.py | 68 +- tests/TestSuite_rss_to_rte_flow.py | 302 ++-- ...estSuite_runtime_vf_queue_number_kernel.py | 20 +- ...stSuite_runtime_vf_queue_number_maxinum.py | 38 +- tests/TestSuite_rxtx_offload.py | 106 +- tests/TestSuite_scatter.py | 34 +- tests/TestSuite_shutdown_api.py | 42 +- tests/TestSuite_softnic.py | 6 +- tests/TestSuite_sriov_kvm.py | 24 +- tests/TestSuite_testpmd_perf.py | 10 +- tests/TestSuite_tso.py | 12 +- tests/TestSuite_uni_pkt.py | 221 ++- tests/TestSuite_userspace_ethtool.py | 23 +- tests/TestSuite_veb_switch.py | 14 +- tests/TestSuite_vf_interrupt_pmd.py | 28 +- tests/TestSuite_vf_kernel.py | 10 +- tests/TestSuite_vf_l3fwd.py | 13 +- tests/TestSuite_vf_macfilter.py | 8 +- tests/TestSuite_vf_packet_rxtx.py | 4 +- tests/TestSuite_vf_rss.py | 34 +- tests/TestSuite_vf_single_core_perf.py | 12 +- tests/TestSuite_vf_vlan.py | 8 +- tests/TestSuite_vlan_ethertype_config.py | 10 +- tests/TestSuite_vmdq.py | 8 +- tests/TestSuite_vxlan.py | 30 +- tests/TestSuite_vxlan_gpe_support_in_i40e.py | 12 +- tests/flexible_common.py | 2 +- tests/perf_test_base.py | 25 +- tests/rte_flow_common.py | 28 +- 250 files changed, 3121 insertions(+), 3093 deletions(-) rename conf/{cvl_advanced_iavf_rss_package.cfg => ice_advanced_iavf_rss_package.cfg} (78%) rename conf/{cvl_advanced_rss_pppoe.cfg => ice_advanced_rss_pppoe.cfg} (82%) rename conf/{cvl_dcf_switch_filter.cfg => ice_dcf_switch_filter.cfg} (89%) rename conf/{cvl_switch_filter.cfg => ice_switch_filter.cfg} (87%) rename test_plans/{fortville_rss_input_test_plan.rst => i40e_rss_input_test_plan.rst} (99%) rename test_plans/{cvl_1pps_signal_test_plan.rst => ice_1pps_signal_test_plan.rst} (90%) rename test_plans/{cvl_advanced_iavf_rss_gtpogre_test_plan.rst => ice_advanced_iavf_rss_gtpogre_test_plan.rst} (99%) rename test_plans/{cvl_advanced_iavf_rss_gtpu_test_plan.rst => ice_advanced_iavf_rss_gtpu_test_plan.rst} (99%) rename test_plans/{cvl_advanced_iavf_rss_pppol2tpoudp_test_plan.rst => ice_advanced_iavf_rss_pppol2tpoudp_test_plan.rst} (99%) rename test_plans/{cvl_advanced_iavf_rss_test_plan.rst => ice_advanced_iavf_rss_test_plan.rst} (99%) mode change 100755 => 100644 rename test_plans/{cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst => ice_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst} (99%) rename test_plans/{cvl_advanced_rss_gtpogre_test_plan.rst => ice_advanced_rss_gtpogre_test_plan.rst} (99%) rename test_plans/{cvl_advanced_rss_gtpu_test_plan.rst => ice_advanced_rss_gtpu_test_plan.rst} (99%) rename test_plans/{cvl_advanced_rss_pppoe_test_plan.rst => ice_advanced_rss_pppoe_test_plan.rst} (99%) rename test_plans/{cvl_advanced_rss_test_plan.rst => ice_advanced_rss_test_plan.rst} (99%) rename test_plans/{cvl_advanced_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst => ice_advanced_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst} (99%) rename test_plans/{cvl_dcf_acl_filter_test_plan.rst => ice_dcf_acl_filter_test_plan.rst} (99%) rename test_plans/{cvl_dcf_date_path_test_plan.rst => ice_dcf_date_path_test_plan.rst} (100%) mode change 100755 => 100644 rename test_plans/{cvl_dcf_flow_priority_test_plan.rst => ice_dcf_flow_priority_test_plan.rst} (99%) mode change 100755 => 100644 rename test_plans/{cvl_dcf_qos_test_plan.rst => ice_dcf_qos_test_plan.rst} (99%) rename test_plans/{cvl_dcf_switch_filter_gtpu_test_plan.rst => ice_dcf_switch_filter_gtpu_test_plan.rst} (99%) rename test_plans/{cvl_dcf_switch_filter_pppoe_test_plan.rst => ice_dcf_switch_filter_pppoe_test_plan.rst} (99%) rename test_plans/{cvl_dcf_switch_filter_test_plan.rst => ice_dcf_switch_filter_test_plan.rst} (99%) rename test_plans/{cvl_ecpri_test_plan.rst => ice_ecpri_test_plan.rst} (99%) rename test_plans/{cvl_fdir_test_plan.rst => ice_fdir_test_plan.rst} (99%) rename test_plans/{cvl_flow_priority_test_plan.rst => ice_flow_priority_test_plan.rst} (98%) rename test_plans/{iavf_fdir_gtpogre_test_plan.rst => ice_iavf_fdir_gtpogre_test_plan.rst} (99%) rename test_plans/{cvl_iavf_fdir_pppol2tpoudp_test_plan.rst => ice_iavf_fdir_pppol2tpoudp_test_plan.rst} (99%) rename test_plans/{cvl_iavf_ip_fragment_rte_flow_test_plan.rst => ice_iavf_ip_fragment_rte_flow_test_plan.rst} (99%) rename test_plans/{cvl_iavf_rss_configure_test_plan.rst => ice_iavf_rss_configure_test_plan.rst} (99%) mode change 100755 => 100644 rename test_plans/{cvl_ip_fragment_rte_flow_test_plan.rst => ice_ip_fragment_rte_flow_test_plan.rst} (99%) rename test_plans/{cvl_limit_value_test_test_plan.rst => ice_limit_value_test_test_plan.rst} (97%) rename test_plans/{cvl_qinq_test_plan.rst => ice_qinq_test_plan.rst} (99%) rename test_plans/{cvl_rss_configure_test_plan.rst => ice_rss_configure_test_plan.rst} (99%) rename test_plans/{cvl_switch_filter_pppoe_test_plan.rst => ice_switch_filter_pppoe_test_plan.rst} (99%) rename test_plans/{cvl_switch_filter_test_plan.rst => ice_switch_filter_test_plan.rst} (99%) rename test_plans/{cvl_vf_support_multicast_address_test_plan.rst => ice_vf_support_multicast_address_test_plan.rst} (99%) rename tests/{TestSuite_fortville_rss_input.py => TestSuite_i40e_rss_input.py} (99%) rename tests/{TestSuite_cvl_1pps_signal.py => TestSuite_ice_1pps_signal.py} (98%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_advanced_iavf_rss.py => TestSuite_ice_advanced_iavf_rss.py} (100%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_advanced_iavf_rss_gtpogre.py => TestSuite_ice_advanced_iavf_rss_gtpogre.py} (99%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_advanced_iavf_rss_gtpu.py => TestSuite_ice_advanced_iavf_rss_gtpu.py} (99%) rename tests/{TestSuite_cvl_advanced_iavf_rss_pppol2tpoudp.py => TestSuite_ice_advanced_iavf_rss_pppol2tpoudp.py} (99%) rename tests/{TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py => TestSuite_ice_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py} (99%) rename tests/{TestSuite_cvl_advanced_rss.py => TestSuite_ice_advanced_rss.py} (100%) rename tests/{TestSuite_cvl_advanced_rss_gtpogre.py => TestSuite_ice_advanced_rss_gtpogre.py} (99%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_advanced_rss_gtpu.py => TestSuite_ice_advanced_rss_gtpu.py} (99%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_advanced_rss_pppoe.py => TestSuite_ice_advanced_rss_pppoe.py} (100%) rename tests/{TestSuite_cvl_advanced_rss_vlan_esp_ah_l2tp_pfcp.py => TestSuite_ice_advanced_rss_vlan_esp_ah_l2tp_pfcp.py} (100%) rename tests/{TestSuite_cvl_dcf_acl_filter.py => TestSuite_ice_dcf_acl_filter.py} (99%) rename tests/{TestSuite_cvl_dcf_date_path.py => TestSuite_ice_dcf_date_path.py} (100%) rename tests/{TestSuite_cvl_dcf_flow_priority.py => TestSuite_ice_dcf_flow_priority.py} (99%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_dcf_qos.py => TestSuite_ice_dcf_qos.py} (99%) rename tests/{TestSuite_cvl_dcf_switch_filter.py => TestSuite_ice_dcf_switch_filter.py} (99%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_dcf_switch_filter_gtpu.py => TestSuite_ice_dcf_switch_filter_gtpu.py} (99%) rename tests/{TestSuite_cvl_dcf_switch_filter_pppoe.py => TestSuite_ice_dcf_switch_filter_pppoe.py} (99%) rename tests/{TestSuite_cvl_ecpri.py => TestSuite_ice_ecpri.py} (99%) rename tests/{TestSuite_cvl_fdir.py => TestSuite_ice_fdir.py} (99%) rename tests/{TestSuite_cvl_flow_priority.py => TestSuite_ice_flow_priority.py} (99%) rename tests/{TestSuite_iavf_fdir_gtpogre.py => TestSuite_ice_iavf_fdir_gtpogre.py} (99%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_iavf_fdir_pppol2tpoudp.py => TestSuite_ice_iavf_fdir_pppol2tpoudp.py} (99%) rename tests/{TestSuite_cvl_iavf_ip_fragment_rte_flow.py => TestSuite_ice_iavf_ip_fragment_rte_flow.py} (99%) rename tests/{TestSuite_cvl_iavf_rss_configure.py => TestSuite_ice_iavf_rss_configure.py} (100%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_ip_fragment_rte_flow.py => TestSuite_ice_ip_fragment_rte_flow.py} (99%) rename tests/{TestSuite_cvl_limit_value_test.py => TestSuite_ice_limit_value_test.py} (96%) rename tests/{TestSuite_cvl_qinq.py => TestSuite_ice_qinq.py} (99%) rename tests/{TestSuite_cvl_rss_configure.py => TestSuite_ice_rss_configure.py} (99%) rename tests/{TestSuite_cvl_switch_filter.py => TestSuite_ice_switch_filter.py} (99%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_switch_filter_pppoe.py => TestSuite_ice_switch_filter_pppoe.py} (99%) mode change 100755 => 100644 rename tests/{TestSuite_cvl_vf_support_multicast_address.py => TestSuite_ice_vf_support_multicast_address.py} (99%)