Add HTTPS to DFC tests 83/117883/1
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Tue, 16 Feb 2021 08:52:47 +0000 (09:52 +0100)
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Tue, 16 Feb 2021 09:37:00 +0000 (10:37 +0100)
- CSIT tests are unable to run due to some Docker error, second try

Issue-ID: DCAEGEN2-2528
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I170e4ddd9adb70e02f777c957201ced2477df5b8

test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http-https

index 754d01a..c1f8559 100644 (file)
@@ -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