diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-04-27 17:38:41 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-05-02 12:41:40 +0200 |
commit | b9f10c3229e113bd2b6d7e98594ce96eff8414a9 (patch) | |
tree | e8c1208cc4585ea6984d8be06db3565bd0cd9086 /bootstrap-verify-perf.sh | |
parent | 4152fc66baee098cea4c00e56906c4ecd7578337 (diff) |
Topo installation script fix
-more logging
-use single SSH instance
-dpkg --force-all
-update referece vpp version and reference short test threshold
Change-Id: Ie67633755f451dba9d6a3ee1fc431d2c3f3b506f
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 739cda45e7..f1b58ab489 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -16,14 +16,14 @@ set -x # Space separated list of available testbeds, described by topology files TOPOLOGIES="topologies/available/lf_testbed2-710-520.yaml" -VPP_STABLE_VER="1.0.0-304~gd530445_amd64" +VPP_STABLE_VER="1.0.0-369~g106f0ed_amd64" VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/content/io/fd/vpp" # Reservation dir RESERVATION_DIR="/tmp/reservation_dir" INSTALLATION_DIR="/tmp/install_dir" -PYBOT_ARGS="" +PYBOT_ARGS="--noncritical MULTI_THREAD" # If we run this script from CSIT jobs we want to use stable vpp version if [[ ${JOB_NAME} == csit-* ]] ; |