From 081eaf19163fdaeb1e0038240a2e74007527c98c Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Mon, 30 Jul 2018 15:10:11 +0200 Subject: Renaming test cases to include test framework names Replacing the generic "dovetail" prefix of the testcase definitions with the name of the OPNFV test framework which hosts the test. JIRA: DOVETAIL-719 Signed-off-by: Georg Kunz Change-Id: I8f90423b8908197bdc7adddf82c61ff394893f52 --- etc/testcase/ha.haproxy.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 etc/testcase/ha.haproxy.yml (limited to 'etc/testcase/ha.haproxy.yml') diff --git a/etc/testcase/ha.haproxy.yml b/etc/testcase/ha.haproxy.yml deleted file mode 100644 index 3b1b6f4e..00000000 --- a/etc/testcase/ha.haproxy.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -dovetail.ha.haproxy: - name: dovetail.ha.haproxy - objective: > - This test case will verify the high availability of the load balance - service(current is HAProxy) that supports OpenStack on controller node. When the - load balance service of a specified controller node is killed, whether other - load balancers on other controller nodes will work, and whether the controller node - will restart the load balancer are checked. - validate: - type: yardstick - testcase: opnfv_yardstick_tc053 - report: - source_archive_files: - - yardstick.log - - dovetail.ha.haproxy.out - dest_archive_files: - - ha_logs/dovetail.ha.haproxy.log - - ha_logs/dovetail.ha.haproxy.out - check_results_file: ha_logs/dovetail.ha.haproxy.out - sub_testcase_list: -- cgit 1.2.3-korg