From b1963de14a066689a386d062a4c936730296518e Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Thu, 15 Apr 2021 13:16:52 +0200 Subject: [PATCH] Upgrade honeynode sim for device 1.2.1 and 7.1 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 Change-Id: Ie023c32024c3f31f95a80a9b32bdd191829ae9c6 --- tests/install_honeynode.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index 9d5e4e854..76c652bb1 100755 --- a/tests/install_honeynode.sh +++ b/tests/install_honeynode.sh @@ -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 -- 2.36.6