aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/common
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/common
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/common')
-rwxr-xr-xtest/mocks/datafilecollector-testharness/common/testcase_common.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/mocks/datafilecollector-testharness/common/testcase_common.sh b/test/mocks/datafilecollector-testharness/common/testcase_common.sh
index 47e765f88..8ead942ce 100755
--- a/test/mocks/datafilecollector-testharness/common/testcase_common.sh
+++ b/test/mocks/datafilecollector-testharness/common/testcase_common.sh
@@ -160,7 +160,8 @@ fi
echo ""
-echo "Building images for the simulators if needed, MR, DR, DR Redir, FTPES and HTTP simulators"
+echo "Building images for the simulators if needed, MR, DR, DR Redir and FTPES."
+echo "For HTTP simulator prebuilt containers exist in nexus repo."
curdir=$PWD
cd $SIM_GROUP
cd ../dr-sim
@@ -169,8 +170,6 @@ cd ../mr-sim
docker build -t mrsim:latest . &> /dev/null
cd ../ftpes-sftp-server
docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes . &> /dev/null
-cd ../http-https-server
-docker build -t http_https_httpd:latest -f Dockerfile-http-https . &> /dev/null
cd $curdir
echo ""