From 37a50cf3629f3cbff1386d441ef683de70445925 Mon Sep 17 00:00:00 2001 From: Krzysztof Gajewski Date: Tue, 16 Feb 2021 09:52:47 +0100 Subject: [PATCH] Add HTTPS to DFC tests - CSIT tests are unable to run due to some Docker error, second try Issue-ID: DCAEGEN2-2528 Signed-off-by: Krzysztof Gajewski Change-Id: I170e4ddd9adb70e02f777c957201ced2477df5b8 --- .../http-https-server/Dockerfile-http-https | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http-https b/test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http-https index 754d01af0..c1f85596c 100644 --- a/test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http-https +++ b/test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http-https @@ -12,4 +12,4 @@ RUN chmod 644 /usr/local/apache2/conf/httpd.conf RUN chmod 644 /usr/local/apache2/conf/extra/httpd-ssl.conf RUN mkdir /usr/local/apache2/certs -COPY --chown=root:root apache2/certs /usr/local/apache2/certs +RUN chown root:root /usr/local/apache2/certs -- 2.16.6