From: Gilles Thouenon Date: Tue, 3 May 2022 17:09:12 +0000 (+0200) Subject: Upgrade honeynode version X-Git-Tag: 5.0.0~33 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=refs%2Fchanges%2F74%2F100974%2F1 Upgrade honeynode version This new version of honeynode contains nc-notifications yang module to allow running device notifications functional tests with lighty. JIRA: TRNSPRTPCE-579 Signed-off-by: Gilles Thouenon Change-Id: I36f20a9b191580bde1aa4e1a89c43e8103524c8e --- diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index 6ed3dd3ba..1d0b3de98 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.8 + "1.2.1") PLUGIN_VERSION=1.0.9 ;; - "2.2.1") PLUGIN_VERSION=2.0.8 + "2.2.1") PLUGIN_VERSION=2.0.9 ;; - "7.1") PLUGIN_VERSION=7.1.5 + "7.1") PLUGIN_VERSION=7.1.6 ;; *) echo "unsupported device version" >&2 continue