From 559a8842c03d34c1bb4ad9dab87387ac2b4f280e Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Fri, 30 Oct 2015 10:29:00 +0100 Subject: Change default order of tests Change-Id: I342b999f4a81e5568e01f6ebd7456dcf7048218e Signed-off-by: jose.lausuch --- docker/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 2a523ed3d..e428da7ed 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -28,7 +28,7 @@ examples: # Support for Functest offline # NOTE: Still not 100% working when running the tests offline=false -arr_test=(vping odl rally tempest vims) +arr_test=(vping odl tempest vims rally) function run_test(){ -- cgit 1.2.3-korg