From: manuedelf Date: Fri, 5 Jun 2020 12:20:15 +0000 (+0200) Subject: Update honeynode simulator version X-Git-Tag: 2.0.0~97 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=12983681a28a5fbfebb13d052306b19b269e7ea4 Update honeynode simulator version Support interleave capability Change-Id: Ia796e4637a6f32c9374d259833368bfcf45c15aa --- 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