diff options
author | pmikus <pmikus@cisco.com> | 2016-12-20 08:17:16 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-01-02 08:06:14 +0000 |
commit | 39a45af0d85baf99feb2ddfaff72b2790b01b768 (patch) | |
tree | 6aaf5996483db29fe81c90a4c91ea3789096a8a4 /bootstrap.sh | |
parent | f943725e2665997aa8e64e50a124632c0a197900 (diff) |
CSIT-488 TLDK jbb validation jobs need cmake installed
Add cmake into VIRL Ubuntu image
Change-Id: I2cd33a58c0043a2c3e04809d1f73068520767929
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 286ec380a2..2eab51d3ed 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -29,7 +29,7 @@ VIRL_SERVER_STATUS_FILE="status" VIRL_SERVER_EXPECTED_STATUS="PRODUCTION" VIRL_TOPOLOGY=double-ring-nested.xenial -VIRL_RELEASE=csit-ubuntu-16.04.1_2016-11-28_1.5 +VIRL_RELEASE=csit-ubuntu-16.04.1_2016-12-19_1.6 SSH_OPTIONS="-i ${VIRL_PKEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error" |