Upgrade Honeynode sim version 39/101739/2
authorThierry Jiao <thierry.jiao@orange.com>
Tue, 5 Jul 2022 12:29:26 +0000 (14:29 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 7 Jul 2022 09:27:04 +0000 (09:27 +0000)
Upgrade Honeynode version for device 2.2.1 and 7.1.0

Signed-off-by: Thierry Jiao <thierry.jiao@orange.com>
Change-Id: Ib9b6a83c0800569a2e948a9d86051fea3b3bd84c

tests/install_honeynode.sh

index 1d0b3de98418d13170aa121b7ad34fd8d76aadfc..7ad3de221342044b68cd4cdbb8fb187f8936c1b5 100755 (executable)
@@ -20,9 +20,9 @@ do
     case "$VERSION" in
         "1.2.1") PLUGIN_VERSION=1.0.9
         ;;
-        "2.2.1") PLUGIN_VERSION=2.0.9
+        "2.2.1") PLUGIN_VERSION=2.0.10
         ;;
-        "7.1") PLUGIN_VERSION=7.1.6
+        "7.1") PLUGIN_VERSION=7.1.7
         ;;
         *) echo "unsupported device version" >&2
         continue