From: Gilles Thouenon Date: Fri, 28 Jan 2022 09:52:40 +0000 (+0100) Subject: Upgrade honeynode sim version X-Git-Tag: 5.0.0~114 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=88c2b438f30e88e8756ffb5c422fc2d01fcad123 Upgrade honeynode sim version Upgrade honeynode version, for device 1.2.1, 2.2.1 and 7.1.0 to fix an issue with equipment state update in operational datastore. JIRA: TRNSPRTPCE-591 Signed-off-by: Gilles Thouenon Change-Id: I755d799aee683b480dddc117875a87b34e0e7eac --- diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index c40d80eb8..6ed3dd3ba 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.7 + "1.2.1") PLUGIN_VERSION=1.0.8 ;; - "2.2.1") PLUGIN_VERSION=2.0.7 + "2.2.1") PLUGIN_VERSION=2.0.8 ;; - "7.1") PLUGIN_VERSION=7.1.4 + "7.1") PLUGIN_VERSION=7.1.5 ;; *) echo "unsupported device version" >&2 continue