Upgrade honeynode version 74/100974/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Tue, 3 May 2022 17:09:12 +0000 (19:09 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 4 May 2022 19:42:44 +0000 (19:42 +0000)
This new version of honeynode contains nc-notifications yang module to
allow running device notifications functional tests with lighty.

JIRA: TRNSPRTPCE-579
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I36f20a9b191580bde1aa4e1a89c43e8103524c8e

tests/install_honeynode.sh

index 6ed3dd3ba73056327db68091cabd6611b49d5377..1d0b3de98418d13170aa121b7ad34fd8d76aadfc 100755 (executable)
@@ -18,11 +18,11 @@ fi
 for VERSION in $VERSIONS_LIST
 do
     case "$VERSION" in
-        "1.2.1") PLUGIN_VERSION=1.0.8
+        "1.2.1") PLUGIN_VERSION=1.0.9
         ;;
-        "2.2.1") PLUGIN_VERSION=2.0.8
+        "2.2.1") PLUGIN_VERSION=2.0.9
         ;;
-        "7.1") PLUGIN_VERSION=7.1.5
+        "7.1") PLUGIN_VERSION=7.1.6
         ;;
         *) echo "unsupported device version" >&2
         continue