aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-02-01 18:14:13 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-02-17 15:04:07 +0000
commit7646f2ba514a578dbb8e1001c99afae35919f9e7 (patch)
treead23b56b404439d389f3f9f2010f66d784393e86 /plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
parenta680781ff2266be181cad97275514ab5bb6716e4 (diff)
Add HTTPS to collect files from xNFs
- CSIT tests Issue-ID: DCAEGEN2-2528 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I248a3866e22ee556c447ed7c7834e83e4ad42b48
Diffstat (limited to 'plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh')
-rw-r--r--plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
index 02572d2a..f04b2303 100644
--- a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
+++ b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
@@ -59,7 +59,7 @@ cd ../ftpes-sftp-server
docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes .
cd ../http-https-server
-docker build -t http_httpd:latest -f Dockerfile-http .
+docker build -t http_https_httpd:latest -f Dockerfile-http-https .
#All containers will be started and stopped via the robot tests.