Add HTTP to DFC tests 74/116574/4
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>
Tue, 29 Dec 2020 12:58:35 +0000 (13:58 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 13 Jan 2021 14:43:19 +0000 (14:43 +0000)
commitb837e334c875d2c2392fe51d711515a97aeb6c78
tree85f6fbd45a8f9cc8f7c8c0a94757f4505b289eaf
parenta00402a48e87b132ca8cf90e474970c3aebdb125
Add HTTP to DFC tests

- testing environment preparation for DFC with HTTP client
- add suitable TCs for CSIT tests

Issue-ID: DCAEGEN2-2527
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: Ic419c38125201ed6578a308ba258709f20ae65bd
23 files changed:
test/mocks/datafilecollector-testharness/auto-test/FTC7.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC8.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC9.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/SingleFileSuite.sh
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 [new file with mode: 0644]
test/mocks/datafilecollector-testharness/http-https-server/Dockerfile-http [new file with mode: 0644]
test/mocks/datafilecollector-testharness/http-https-server/configuration/htpasswd [new file with mode: 0644]
test/mocks/datafilecollector-testharness/http-https-server/configuration/httpd.conf [new file with mode: 0644]
test/mocks/datafilecollector-testharness/http-https-server/docker-compose.yml [new file with mode: 0644]
test/mocks/datafilecollector-testharness/http-https-server/prepare.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/http-https-server/test_cases.yml [new file with mode: 0644]
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/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/setup-http-files-for-image.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/simulator-group/simulators-kill.sh
test/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh