From 237ac98ad0cca7a24e3f38ec9f8b73c106a8b00a Mon Sep 17 00:00:00 2001 From: Andrej Kilvady Date: Thu, 26 Oct 2017 13:46:18 +0200 Subject: VPP install and verify in __init__.robot Move VPP installation to separate test in test suite setup phase to clearly indicate any issue with VPP installation. Added test to check VPP responsiveness after installation. Change-Id: Idc2c78152e23aa7301bb5dbf9b1b6f4b639c3e84 Signed-off-by: Andrej Kilvady --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index d9c41c5ffb..cfb5a8f320 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -265,6 +265,8 @@ for index in "${!VIRL_SERVER[@]}"; do ${VIRL_USERNAME}@${VIRL_SERVER[${index}]} \ "start-testcase -vv --quota ${IP_QUOTA} --copy ${VIRL_TOPOLOGY} \ --release ${VIRL_RELEASE} ${VPP_PKGS_FULL[@]}") + # TODO: remove param ${VPP_PKGS_FULL[@]} when start-testcase script is + # updated on all virl servers retval=$? if [ ${retval} -ne "0" ]; then echo "VIRL simulation start failed on ${VIRL_SERVER[${index}]}" -- cgit 1.2.3-korg