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: 3.1.0~33 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=d8272fdf58d9e8d92861b7fb83bd429f23113030 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 (cherry picked from commit b1963de14a066689a386d062a4c936730296518e) --- diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index 41db54fd7..4e8c8425f 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