From: Krzysztof Gajewski Date: Tue, 16 Feb 2021 08:52:47 +0000 (+0100) Subject: Add HTTPS to DFC tests X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F117883%2F1;p=integration.git 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 --- 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