diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-03-04 12:36:07 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-03-04 12:36:07 +0100 |
commit | 58ef91d47cc1f9d03b2324f537ecd4543d149197 (patch) | |
tree | 387362ac32547e6997017239c3d0d1381ded339d /plans/dcaegen2-collectors-datafile | |
parent | 6d6447035fae83955e97e7c13804bf55a728e6a9 (diff) |
Modify DFC HTTP mock to consume PNF-Simulator HTTP server - CSIT
Issue-ID: DCAEGEN2-2527
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: If54f0f263e0abb6f880a0f5623eb2dcc0f396bf5
Diffstat (limited to 'plans/dcaegen2-collectors-datafile')
-rw-r--r-- | plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh | 3 |
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. |