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.neutron_l3_agent.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 etc/testcase/ha.neutron_l3_agent.yml (limited to 'etc/testcase/ha.neutron_l3_agent.yml') diff --git a/etc/testcase/ha.neutron_l3_agent.yml b/etc/testcase/ha.neutron_l3_agent.yml deleted file mode 100644 index a4daad7e..00000000 --- a/etc/testcase/ha.neutron_l3_agent.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -dovetail.ha.neutron_l3_agent: - name: dovetail.ha.neutron_l3_agent - objective: OpenStack Controller Virtual Router Service High Availability. - validate: - type: yardstick - testcase: opnfv_yardstick_tc058 - pre_condition: - - 'source /etc/yardstick/openstack.creds && - openstack --insecure image create neutron-l3-agent_ha_image - --disk-format qcow2 --container-format bare --public - --file /home/opnfv/userconfig/images/cirros-0.4.0-x86_64-disk.img && - openstack --insecure flavor create --ram 512 --vcpu 1 --disk 1 neutron-l3-agent_ha_flavor' - cmds: - - "cd /home/opnfv/repos/yardstick && source /etc/yardstick/openstack.creds && - yardstick task start tests/opnfv/test_cases/{{validate_testcase}}.yaml - --output-file /tmp/yardstick/{{testcase}}.out - --task-args '{'file': '/home/opnfv/userconfig/pre_config/pod.yaml', - 'image': 'neutron-l3-agent_ha_image', 'flavor': 'neutron-l3-agent_ha_flavor'}'" - post_condition: - - 'source /etc/yardstick/openstack.creds && - openstack --insecure image delete neutron-l3-agent_ha_image && - openstack --insecure flavor delete neutron-l3-agent_ha_flavor' - report: - source_archive_files: - - yardstick.log - - dovetail.ha.neutron_l3_agent.out - dest_archive_files: - - ha_logs/dovetail.ha.neutron_l3_agent.log - - ha_logs/dovetail.ha.neutron_l3_agent.out - check_results_file: ha_logs/dovetail.ha.neutron_l3_agent.out - sub_testcase_list: -- cgit 1.2.3-korg