From: Gilles Thouenon Date: Thu, 15 Apr 2021 11:16:52 +0000 (+0200) Subject: Upgrade honeynode sim for device 1.2.1 and 7.1 X-Git-Tag: 4.0.0~114^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=b1963de14a066689a386d062a4c936730296518e 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 --- 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