diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2020-12-29 17:55:27 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-01-14 09:04:44 +0000 |
commit | 99ce6a7681a29f886e7849d4cc3d222078943b79 (patch) | |
tree | 8917416e58aadf5b295100d2a9d319c4238b3e45 /plans/dcaegen2-collectors-datafile | |
parent | 89b8b44dd1491af8f810d3b1571ded82cd6d2fd4 (diff) |
Add HTTP to DFC CSIT tests
- use recently added http functionalities from integration
- small ftp part refactoring
- add compulsory variables to recent tests
Issue-ID: DCAEGEN2-2527
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I4b805e99756cfb8197d0a082eb04cb19374ab0d0
Diffstat (limited to 'plans/dcaegen2-collectors-datafile')
-rw-r--r-- | plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh | 2 | ||||
-rwxr-xr-x | plans/dcaegen2-collectors-datafile/Functional-suite/testplan.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh index 7736d4a7..02572d2a 100644 --- a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh +++ b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh @@ -58,6 +58,8 @@ cp -r ../ftpes-sftp-server/tls . cd ../ftpes-sftp-server docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes . +cd ../http-https-server +docker build -t http_httpd:latest -f Dockerfile-http . #All containers will be started and stopped via the robot tests. diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/testplan.txt b/plans/dcaegen2-collectors-datafile/Functional-suite/testplan.txt index 052ab7c8..065deb10 100755 --- a/plans/dcaegen2-collectors-datafile/Functional-suite/testplan.txt +++ b/plans/dcaegen2-collectors-datafile/Functional-suite/testplan.txt @@ -1,4 +1,5 @@ # Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. -dcaegen2-collectors-datafile/testsuites/Functional-Single-File-suite +dcaegen2-collectors-datafile/testsuites/Functional-Single-File-Ftp-suite +dcaegen2-collectors-datafile/testsuites/Functional-Single-File-Http-suite dcaegen2-collectors-datafile/testsuites/Strict-Host-Checking-suite |