From eeafc1d146b294d75e0f56aced8e8ff70f2e697c Mon Sep 17 00:00:00 2001 From: morganrOL Date: Mon, 1 Jun 2015 18:11:04 +0200 Subject: [PATCH] change test order: set vPing first to avoid side effect from tempest or Rally Bench suite JIRA: FUNCTEST-9 Change-Id: I6128a04d9d0f5eceafdd03b2b1208081e06de0d9 Signed-off-by: morganrOL --- jjb/functest/functest.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index e81976a5c..d2a5bc9ec 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -305,23 +305,23 @@ echo "Functest: prepare Functest environment" python $WORKSPACE/testcases/config_functest.py --debug $WORKSPACE/ start + # vPing + echo "Functest: run vPing" + python $WORKSPACE/testcases/vPing/CI/libraries/vPing.py --debug $WORKSPACE/ + + # ODL + echo "Functest: run ODL suite" + $WORKSPACE/testcases/Controllers/ODL/CI/start_tests.sh + # tempest echo "Functest: run Tempest suite" rally verify start smoke rally verify list - # vPing - echo "Functest: run vPing" - python $WORKSPACE/testcases/vPing/CI/libraries/vPing.py --debug $WORKSPACE/ - # rally echo "Functest: run Functest Rally Bench suites" python $WORKSPACE/testcases/VIM/OpenStack/CI/libraries/run_rally.py --debug $WORKSPACE/ all - # ODL - echo "Functest: run ODL suite" - $WORKSPACE/testcases/Controllers/ODL/CI/start_tests.sh - # collect results echo "Functest: copy results and clean Functest environment" mkdir -p $HOME/functest/results -- 2.16.6