Merge "Prepare use of Lighty core dev SNAPSHOTs"
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 23 Apr 2021 09:18:07 +0000 (09:18 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 23 Apr 2021 09:18:07 +0000 (09:18 +0000)
tests/install_honeynode.sh

index 9d5e4e854d83a0782690e3168244faadc64ba644..76c652bb1e644f65483fabba54c5b4315d0841cf 100755 (executable)
@@ -18,11 +18,11 @@ fi
 for VERSION in $VERSIONS_LIST
 do
     case "$VERSION" in
-        "1.2.1") PLUGIN_VERSION=1.0.4
+        "1.2.1") PLUGIN_VERSION=1.0.7
         ;;
-        "2.2.1") PLUGIN_VERSION=2.0.6
+        "2.2.1") PLUGIN_VERSION=2.0.7
         ;;
-        "7.1") PLUGIN_VERSION=7.1.2
+        "7.1") PLUGIN_VERSION=7.1.4
         ;;
         *) echo "unsupported device version" >&2
         continue