make honeynode download quieter 54/94054/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 4 Dec 2020 19:31:51 +0000 (20:31 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Mon, 14 Dec 2020 08:07:17 +0000 (08:07 +0000)
and reduce logs size

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: If74f5ff7a7bd8990fcb7c9ef209215ce93dd250f

tests/install_honeynode.sh

index 3062febf808ba7728e9821cfe6217ebe4f5e12d8..57fe50a59e2351a70db4f003608f81f411ea022d 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.4/download?job=mvn-build" -o $(dirname $0)/honeynode/1.2.1/artifact.zip
+curl -sS --location --request GET "https://gitlab.com/api/v4/projects/17518226/jobs/artifacts/honeynode-plugin-aggregator-1.0.4/download?job=mvn-build" -o $(dirname $0)/honeynode/1.2.1/artifact.zip
 unzip -q $(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.5/download?job=mvn-build" -o $(dirname $0)/honeynode/2.2.1/artifact.zip
+curl -sS --location --request GET "https://gitlab.com/api/v4/projects/17518226/jobs/artifacts/honeynode-plugin-aggregator-2.0.5/download?job=mvn-build" -o $(dirname $0)/honeynode/2.2.1/artifact.zip
 unzip -q $(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