diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-16 09:52:47 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-16 10:37:00 +0100 |
commit | 37a50cf3629f3cbff1386d441ef683de70445925 (patch) | |
tree | b486909e9680b3591e131a6d9084d7c846eb6c07 /test/mocks/datafilecollector-testharness | |
parent | 1e366898551d71168ce47747243377e29e6b989e (diff) |
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 <krzysztof.gajewski@nokia.com>
Change-Id: I170e4ddd9adb70e02f777c957201ced2477df5b8
Diffstat (limited to 'test/mocks/datafilecollector-testharness')
-rw-r--r-- | test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http-https | 2 |
1 files changed, 1 insertions, 1 deletions
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 |