Update honeynode simulator version 23/90523/1
authormanuedelf <emmanuelle.delfour@gmail.com>
Fri, 19 Jun 2020 20:23:44 +0000 (22:23 +0200)
committermanuedelf <emmanuelle.delfour@gmail.com>
Fri, 19 Jun 2020 20:23:44 +0000 (22:23 +0200)
New version following bux fix "Make honeycomb-tpce script BSD compatible"

Change-Id: If259f0d24924b86a55da0aeb655ce6b13ffb0685

tests/install_honeynode.sh

index a889ddd1d0a2d010599e7cd45de4eef07cee9552..c936b79eed09040e4ee8db7dc028d21d6b11fd89 100755 (executable)
@@ -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.2/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.3/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.2/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.3/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