From 5c34be2dd314a10a0fd3a3bf97d1d48d23ef5ce8 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Thu, 16 Feb 2023 08:51:14 +0100 Subject: [PATCH] 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 --- tests/install_honeynode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6