From 12983681a28a5fbfebb13d052306b19b269e7ea4 Mon Sep 17 00:00:00 2001 From: manuedelf Date: Fri, 5 Jun 2020 14:20:15 +0200 Subject: [PATCH] Update honeynode simulator version Support interleave capability Change-Id: Ia796e4637a6f32c9374d259833368bfcf45c15aa --- tests/install_honeynode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index d70391518..763f24ccf 100755 --- a/tests/install_honeynode.sh +++ b/tests/install_honeynode.sh @@ -26,11 +26,11 @@ fi #download honeynode for 1.2.1 devices and install it #complete source code can be found at https://gitlab.com/Orange-OpenSource/lfn/odl/honeynode-simulator.git echo "Installing honeynode for 1.2.1 devices to $(dirname $0)/honeynode/1.2.1/honeynode-simulator directory " -curl --location --request GET "https://gitlab.com/api/v4/projects/17518226/jobs/artifacts/honeynode-plugin-aggregator-1.0.0/download?job=mvn-build" -o $(dirname $0)/honeynode/1.2.1/artifact.zip +curl --location --request GET "https://gitlab.com/api/v4/projects/17518226/jobs/artifacts/honeynode-plugin-aggregator-1.0.2/download?job=mvn-build" -o $(dirname $0)/honeynode/1.2.1/artifact.zip unzip $(dirname $0)/honeynode/1.2.1/artifact.zip -d $(dirname $0)/honeynode/1.2.1 rm -f $(dirname $0)/honeynode/1.2.1/artifact.zip #download honeynode for 2.2.1 devices and install it echo "Installing honeynode for 2.2.1 devices to $(dirname $0)/honeynode/2.2.1/honeynode-simulator directory " -curl --location --request GET "https://gitlab.com/api/v4/projects/17518226/jobs/artifacts/honeynode-plugin-aggregator-2.0.0/download?job=mvn-build" -o $(dirname $0)/honeynode/2.2.1/artifact.zip +curl --location --request GET "https://gitlab.com/api/v4/projects/17518226/jobs/artifacts/honeynode-plugin-aggregator-2.0.1/download?job=mvn-build" -o $(dirname $0)/honeynode/2.2.1/artifact.zip unzip $(dirname $0)/honeynode/2.2.1/artifact.zip -d $(dirname $0)/honeynode/2.2.1 rm -f $(dirname $0)/honeynode/2.2.1/artifact.zip -- 2.36.6