From 1e366898551d71168ce47747243377e29e6b989e Mon Sep 17 00:00:00 2001 From: Krzysztof Gajewski Date: Mon, 15 Feb 2021 13:54:28 +0100 Subject: Add HTTPS to DFC tests - CSIT tests are unable to run due to some Docker error. this patch should fix this + one another fix Issue-ID: DCAEGEN2-2528 Signed-off-by: Krzysztof Gajewski Change-Id: Iee95075b701e9b4fe9b0ed3b0d4ee232121a043e --- .../simulator-group/simulators-kill.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'test/mocks/datafilecollector-testharness/simulator-group/simulators-kill.sh') diff --git a/test/mocks/datafilecollector-testharness/simulator-group/simulators-kill.sh b/test/mocks/datafilecollector-testharness/simulator-group/simulators-kill.sh index e53494392..9f0fb2138 100755 --- a/test/mocks/datafilecollector-testharness/simulator-group/simulators-kill.sh +++ b/test/mocks/datafilecollector-testharness/simulator-group/simulators-kill.sh @@ -25,12 +25,11 @@ docker kill dfc_ftpes-server-vsftpd1 docker kill dfc_ftpes-server-vsftpd2 docker kill dfc_ftpes-server-vsftpd3 docker kill dfc_ftpes-server-vsftpd4 -docker kill dfc_http-server0 -docker kill dfc_http-server1 -docker kill dfc_http-server2 -docker kill dfc_http-server3 -docker kill dfc_http-server4 -docker kill oom-certservice-post-processor +docker kill dfc_http-https-server0 +docker kill dfc_http-https-server1 +docker kill dfc_http-https-server2 +docker kill dfc_http-https-server3 +docker kill dfc_http-https-server4 docker kill dfc_cbs docker kill dfc_consul -- cgit 1.2.3-korg