diff options
author | Andrej Kilvady <andrej.kilvady@pantheon.tech> | 2017-10-26 13:46:18 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-03-16 08:35:10 +0000 |
commit | 237ac98ad0cca7a24e3f38ec9f8b73c106a8b00a (patch) | |
tree | b88fab524c778e91aa260a5fb59a47a7950be874 /bootstrap.sh | |
parent | f491bc6a03bae995321dc912661c4c628f4d156f (diff) |
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 <andrej.kilvady@pantheon.tech>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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}]}" |