From: Krzysztof Gajewski Date: Thu, 4 Mar 2021 11:36:07 +0000 (+0100) Subject: Modify DFC HTTP mock to consume PNF-Simulator HTTP server - CSIT X-Git-Url: https://gerrit.onap.org/r/gitweb?p=integration%2Fcsit.git;a=commitdiff_plain;h=58ef91d47cc1f9d03b2324f537ecd4543d149197 Modify DFC HTTP mock to consume PNF-Simulator HTTP server - CSIT Issue-ID: DCAEGEN2-2527 Signed-off-by: Krzysztof Gajewski Change-Id: If54f0f263e0abb6f880a0f5623eb2dcc0f396bf5 --- 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.