diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2021-01-14 09:35:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-14 09:35:48 +0000 |
commit | 74f63f18ae361a97db0b03cd58ea1ebb9dad0b14 (patch) | |
tree | f010b3de174e5c27bdb7bb302c8caa23152cadc5 /plans | |
parent | f24ffce9e368502d16d73e3d0dea39983eaf6493 (diff) | |
parent | 99ce6a7681a29f886e7849d4cc3d222078943b79 (diff) |
Merge "Add HTTP to DFC CSIT tests"
Diffstat (limited to 'plans')
-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 |