aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-02-25 11:38:57 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-03-04 13:33:05 +0100
commitb1b6fa12fc2923d73955d7b9935ff4293a0021c9 (patch)
tree9fc29967426b1e27a6f494b2db59242ed9fe80f2 /test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
parent30baa4a36a92d2766bd7e0c0ba38fac7ef6dfada (diff)
Modify DFC HTTP mock to consume PNF-Simulator HTTP server
Issue-ID: DCAEGEN2-2536 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I1737bc1d5d5558552afd32c93ca68d1143d36a89
Diffstat (limited to 'test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh')
-rwxr-xr-xtest/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh b/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
index 0021eca5e..59ac1c7ac 100755
--- a/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
+++ b/test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
@@ -25,8 +25,3 @@ docker build -t drsim_common:latest .
cd ../ftpes-sftp-server
docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes .
-
-#Build image for http server
-cd ../http-https-server
-
-docker build -t http_https_httpd:latest -f Dockerfile-http-https .