X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Finstall_honeynode.sh;h=ce31f6f817d5ab243002493dbd1f30902139b7a3;hb=e3513bbed6b626a693706dc77098eee6e753debc;hp=c936b79eed09040e4ee8db7dc028d21d6b11fd89;hpb=139219f22b246e2813e5d6288ce7bd906951b7b5;p=transportpce.git diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index c936b79ee..ce31f6f81 100755 --- a/tests/install_honeynode.sh +++ b/tests/install_honeynode.sh @@ -31,6 +31,6 @@ unzip $(dirname $0)/honeynode/1.2.1/artifact.zip -d $(dirname $0)/honeynode/1.2. 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.3/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.4/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