aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf-ligato.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-02-16 14:48:14 +0100
committerPeter Mikus <pmikus@cisco.com>2018-02-19 07:16:00 +0000
commitc9f86cdc2774798b371c9bd011168f972656a3b8 (patch)
treef48bc0b8d98a55cd9bc1c3ed1fa72cc5678aa0d7 /bootstrap-verify-perf-ligato.sh
parentf1583b9230d23cae435baed107aed6f94c9095b6 (diff)
FIX: Ligato tests
- update binary search - update VPP agent ver Change-Id: If93346f43fabc8afac28b1dcfa5c44433d53a1a4 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf-ligato.sh')
-rw-r--r--bootstrap-verify-perf-ligato.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-verify-perf-ligato.sh b/bootstrap-verify-perf-ligato.sh
index 79fdba698e..f2a9278029 100644
--- a/bootstrap-verify-perf-ligato.sh
+++ b/bootstrap-verify-perf-ligato.sh
@@ -98,7 +98,7 @@ if [ $? != 0 ]; then
echo "Failed to run: git clone --depth 1 ${LIGATO_REPO_URL}/vpp-agent"
exit 1
fi
-cd vpp-agent && git checkout ${VPP_AGENT_STABLE_COMMIT}
+cd vpp-agent && git checkout b99e43a
# If the git checkout fails, complain clearly and exit
if [ $? != 0 ]; then
echo "Failed to run: git checkout ${VPP_AGENT_STABLE_VER}"