Upgrade honeynode sim for device 1.2.1 and 7.1 94/95794/6
authorGilles Thouenon <gilles.thouenon@orange.com>
Thu, 15 Apr 2021 11:16:52 +0000 (13:16 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 22 Apr 2021 15:17:06 +0000 (15:17 +0000)
This new version of simulators allows having exactly the same behavior
as device 2.2.1 regarding the handling of port state change
notifications.

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

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