mbox

[V1,0/8] modified suite to support pkg check

Message ID 1616045251-65532-1-git-send-email-zhiminx.huang@intel.com (mailing list archive)
Headers

Message

Huang, ZhiminX March 18, 2021, 5:27 a.m. UTC
  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