Add HTTPS to DFC tests 53/117453/4
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Mon, 1 Feb 2021 16:46:51 +0000 (17:46 +0100)
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Thu, 11 Feb 2021 17:12:27 +0000 (18:12 +0100)
commitc746882a07952a0cd460e6fa8bcac246289db6b9
treef1398e07e0916d19860f52e48191597d0ff5e9b0
parentae43fa6fee1bb5b8cb68e21f50b477c084ef21eb
Add HTTPS to DFC tests
- testing environment preparation for DFC with HTTPS client
  (expand existing http server)
- add suitable TCs for CSIT tests

Issue-ID: DCAEGEN2-2528
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: Ifa8abb827e269d76144fc74c65031dd387fe5fe7
48 files changed:
test/mocks/datafilecollector-testharness/auto-test/FTC400.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC401.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC402.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC403.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC404.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/SingleFileSuite.sh
test/mocks/datafilecollector-testharness/certservice/generated-certs/apache-pem/key.pem [new file with mode: 0644]
test/mocks/datafilecollector-testharness/certservice/generated-certs/apache-pem/keystore.pem [new file with mode: 0644]
test/mocks/datafilecollector-testharness/certservice/generated-certs/apache-pem/truststore.pem [new file with mode: 0644]
test/mocks/datafilecollector-testharness/certservice/generated-certs/dfc-p12/keystore.p12 [new file with mode: 0644]
test/mocks/datafilecollector-testharness/certservice/generated-certs/dfc-p12/keystore.pass [new file with mode: 0644]
test/mocks/datafilecollector-testharness/certservice/generated-certs/dfc-p12/truststore.p12 [new file with mode: 0644]
test/mocks/datafilecollector-testharness/certservice/generated-certs/dfc-p12/truststore.pass [new file with mode: 0644]
test/mocks/datafilecollector-testharness/certservice/merger/merge-certs.env [new file with mode: 0644]
test/mocks/datafilecollector-testharness/common/README.md
test/mocks/datafilecollector-testharness/common/test_env.sh
test/mocks/datafilecollector-testharness/common/testcase_common.sh
test/mocks/datafilecollector-testharness/http-https-server/.gitignore
test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http [deleted file]
test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http-https [new file with mode: 0644]
test/mocks/datafilecollector-testharness/http-https-server/README.md [new file with mode: 0644]
test/mocks/datafilecollector-testharness/http-https-server/apache2/conf/.htpasswd [moved from test/mocks/datafilecollector-testharness/http-https-server/configuration/htpasswd with 100% similarity]
test/mocks/datafilecollector-testharness/http-https-server/apache2/conf/extra/httpd-ssl.conf [new file with mode: 0644]
test/mocks/datafilecollector-testharness/http-https-server/apache2/conf/httpd.conf [moved from test/mocks/datafilecollector-testharness/http-https-server/configuration/httpd.conf with 92% similarity]
test/mocks/datafilecollector-testharness/http-https-server/docker-compose.yml
test/mocks/datafilecollector-testharness/http-https-server/test_cases.yml
test/mocks/datafilecollector-testharness/mr-sim/README.md
test/mocks/datafilecollector-testharness/mr-sim/mr-sim.py
test/mocks/datafilecollector-testharness/simulator-group/README.md
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed1_PM.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed1_PM_feed2_CTR.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_CTR.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_CTR_feed3_LOG_TEMP.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_HTTPS.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_MEAS.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_MEAS_no_strict_host_key_checking.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_secureMR.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed3_PM_CTR.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c13_feed2_CTR.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c14_feed3_LOG.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c15_feed1_PM_feed4_TEST.json
test/mocks/datafilecollector-testharness/simulator-group/consul/c16_feed4_TEST_feed5_TEMP.json
test/mocks/datafilecollector-testharness/simulator-group/docker-compose-setup.sh
test/mocks/datafilecollector-testharness/simulator-group/docker-compose-template.yml
test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh
test/mocks/datafilecollector-testharness/simulator-group/simulators-kill.sh
test/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh