diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-11-07 08:24:23 +0000 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-11-08 07:20:53 +0000 |
commit | 7a14e97a21226e80c75a6a1126339ad430647a35 (patch) | |
tree | f869ecda4c3cf3390ea43088201c571a5ccb497a /resources/libraries | |
parent | 11189d39c50f25b7675b9ec94bbb660f2fa348bd (diff) |
FIX: Ligato tests
- Freeze stable sfc_controller version
- Remove kafka connection
- Add debug level outputs
- Use mater branch instead of dev
Change-Id: Icde06a741cae6393fe482a493eb214d015f145bf
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/bash/function/gather.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh index d5c294a4b5..97805b49c0 100644 --- a/resources/libraries/bash/function/gather.sh +++ b/resources/libraries/bash/function/gather.sh @@ -166,7 +166,7 @@ function gather_ligato () { # Clone & checkout stable vpp-agent. cd "${CSIT_DIR}" || die "Change directory failed!" - git clone -b "${vpp_agent_stable_ver}" --single-branch \ + git clone -b vpp/1810 --single-branch \ "${ligato_repo_url}/vpp-agent" "vpp-agent" || { die "Failed to run: git clone ${ligato_repo_url}/vpp-agent!" } |