diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-04-18 11:38:24 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-04-18 11:42:07 +0200 |
commit | 7bc6b5ca7562293f7fb9f8f8fd4f60320699e240 (patch) | |
tree | d291514604f09d7f6016819e64ec2348c104fb64 /testcases/config_functest.yaml | |
parent | a250de137c2c200bac535e24368e24844d48bf76 (diff) |
Add healthcheck test case to test_exec_priority
JIRA: FUNCTEST-199
Change-Id: I7ced0a78a93387d94709501fbbaba1c67c93c1cb
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 3e83a22e4..5b9513885 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -170,16 +170,17 @@ results: # the execution order is important as some tests may be more destructive than others # and if vPing is failing is usually not needed to continue... test_exec_priority: - 1: vping_ssh - 2: vping_userdata - 3: tempest - 4: odl - 5: onos - 6: ovno - 7: doctor - 8: promise - 9: odl-vpnservice - 10: bgpvpn + 1: healthcheck + 2: vping_ssh + 3: vping_userdata + 4: tempest + 5: odl + 6: onos + 7: ovno + 8: doctor + 9: promise + 10: odl-vpnservice + 11: bgpvpn #11: openstack-neutron-bgpvpn-api-extension-tests 12: vims 13: rally |