From 9b5790923533d39efc5d2a3a16751954ee1fa987 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Tue, 3 May 2022 19:09:12 +0200 Subject: [PATCH] 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 --- 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 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 -- 2.36.6