aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2021-02-17 17:15:19 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-17 17:15:19 +0000
commit49679a66c9c84b0cfc2f0d0fbab5109c5dad3730 (patch)
tree591d36385b082b48aad909831665e91feef41127 /plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
parent573c6db18c238c9510bdb980307229c56a40abf8 (diff)
parent7646f2ba514a578dbb8e1001c99afae35919f9e7 (diff)
Merge "Add HTTPS to collect files from xNFs - CSIT tests"
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.