From: Gilles Thouenon Date: Thu, 16 Feb 2023 07:51:14 +0000 (+0100) Subject: Upgrade device 7.1.0 sims version X-Git-Tag: 7.0.0~27 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=5c34be2dd314a10a0fd3a3bf97d1d48d23ef5ce8 Upgrade device 7.1.0 sims version Use new sims-device 7.1.0 version to fix xslt issue related to regen functionality. JIRA: TRNSPRTPCE-726 Signed-off-by: Gilles Thouenon Change-Id: I9109f17c007cfb69ec20443214b7536ce2c3afec --- diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index 7ad3de221..7b7c0b5d8 100755 --- a/tests/install_honeynode.sh +++ b/tests/install_honeynode.sh @@ -22,7 +22,7 @@ do ;; "2.2.1") PLUGIN_VERSION=2.0.10 ;; - "7.1") PLUGIN_VERSION=7.1.7 + "7.1") PLUGIN_VERSION=7.1.9 ;; *) echo "unsupported device version" >&2 continue