Upgrade honeynode sim for device 1.2.1 and 7.1 12/95812/1
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 19:11:34 +0000 (19:11 +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
(cherry picked from commit b1963de14a066689a386d062a4c936730296518e)

tests/install_honeynode.sh

index 41db54fd7d772c4ef6cd39264ca7e135465a0d9e..4e8c8425f4b08d85d4154cc0ae56316553f9c006 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