aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2021-03-08 11:22:24 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-08 11:22:24 +0000
commitfdb26eb9a3263b3ad5c85a8aa73310032115e2ce (patch)
tree33bd988304217d9ab745d90ab5b8b11b611fd6c9
parentaa686f94515f61d89652a587b92447c8f3dbe2d2 (diff)
parent58ef91d47cc1f9d03b2324f537ecd4543d149197 (diff)
Merge "Modify DFC HTTP mock to consume PNF-Simulator HTTP server - CSIT"
-rw-r--r--plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
index f04b2303..e85c0eea 100644
--- a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
+++ b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh
@@ -58,8 +58,5 @@ cp -r ../ftpes-sftp-server/tls .
cd ../ftpes-sftp-server
docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes .
-cd ../http-https-server
-docker build -t http_https_httpd:latest -f Dockerfile-http-https .
-
#All containers will be started and stopped via the robot tests.