diff options
Diffstat (limited to 'tests/opnfv/test_suites')
-rw-r--r-- | tests/opnfv/test_suites/fuel_test_suite.yaml | 12 | ||||
-rw-r--r-- | tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/tests/opnfv/test_suites/fuel_test_suite.yaml b/tests/opnfv/test_suites/fuel_test_suite.yaml new file mode 100644 index 000000000..016bf0953 --- /dev/null +++ b/tests/opnfv/test_suites/fuel_test_suite.yaml @@ -0,0 +1,12 @@ +--- +# Fuel integration test task suite + +schema: "yardstick:suite:0.1" + +name: "fuel_test_suite" +test_cases_dir: "samples/" +test_cases: +- + file_name: ping.yaml +- + file_name: iperf3.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml index 3a3bfccc0..435d21c9e 100644 --- a/tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml +++ b/tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml @@ -19,6 +19,4 @@ test_cases: - file_name: opnfv_yardstick_tc014.yaml - - file_name: opnfv_yardstick_tc027.yaml -- file_name: opnfv_yardstick_tc037.yaml |