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.disk_load.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 etc/testcase/ha.disk_load.yml (limited to 'etc/testcase/ha.disk_load.yml') diff --git a/etc/testcase/ha.disk_load.yml b/etc/testcase/ha.disk_load.yml deleted file mode 100644 index 628cb94d..00000000 --- a/etc/testcase/ha.disk_load.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -dovetail.ha.disk_load: - name: dovetail.ha.disk_load - objective: > - This test case will verify the high availability of control node. - When the disk I/O of a specified disk is blocked, which breaks down the Openstack - services on this node. Read and write services should still be accessed by other - controller nodes, and the services on failed controller node should be isolated. - validate: - type: yardstick - testcase: opnfv_yardstick_tc052 - report: - source_archive_files: - - yardstick.log - - dovetail.ha.disk_load.out - dest_archive_files: - - ha_logs/dovetail.ha.disk_load.log - - ha_logs/dovetail.ha.disk_load.out - check_results_file: ha_logs/dovetail.ha.disk_load.out - sub_testcase_list: -- cgit 1.2.3-korg