From 7bc6b5ca7562293f7fb9f8f8fd4f60320699e240 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 18 Apr 2016 11:38:24 +0200 Subject: Add healthcheck test case to test_exec_priority JIRA: FUNCTEST-199 Change-Id: I7ced0a78a93387d94709501fbbaba1c67c93c1cb Signed-off-by: jose.lausuch --- testcases/config_functest.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'testcases/config_functest.yaml') 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 -- cgit 1.2.3-korg