mbox

[v2,0/5] remove some run-down cases

Message ID 1628088115-756-1-git-send-email-lijuan.tu@intel.com (mailing list archive)
Headers

Message

Tu, Lijuan Aug. 4, 2021, 2:41 p.m. UTC
  some cases are not maintained for a long time.

Lijuan Tu (5):
  generic_filter: remove perf test case
  nvgre: remove perf test cases
  vm_power_manager: remove perf test cases
  vxlan_sample: remove perf test case
  remove cloud_filter as it is no longer maintained

 test_plans/cloud_filter_test_plan.rst     | 326 ---------------------
 test_plans/generic_filter_test_plan.rst   | 107 -------
 test_plans/index.rst                      |   1 -
 test_plans/nvgre_test_plan.rst            |  65 -----
 test_plans/vm_power_manager_test_plan.rst |  65 -----
 test_plans/vxlan_sample_test_plan.rst     |  30 --
 tests/TestSuite_cloud_filter.py           | 463 ------------------------------
 tests/TestSuite_generic_filter.py         |  75 -----
 tests/TestSuite_nvgre.py                  | 156 ----------
 tests/TestSuite_vm_power_manager.py       | 106 -------
 tests/TestSuite_vxlan_sample.py           | 111 +------
 11 files changed, 1 insertion(+), 1504 deletions(-)
 delete mode 100644 test_plans/cloud_filter_test_plan.rst
 delete mode 100644 tests/TestSuite_cloud_filter.py