aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-datafile/Functional-suite
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2020-12-29 17:55:27 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-01-14 09:04:44 +0000
commit99ce6a7681a29f886e7849d4cc3d222078943b79 (patch)
tree8917416e58aadf5b295100d2a9d319c4238b3e45 /plans/dcaegen2-collectors-datafile/Functional-suite
parent89b8b44dd1491af8f810d3b1571ded82cd6d2fd4 (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/Functional-suite')
-rw-r--r--plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh2
-rwxr-xr-xplans/dcaegen2-collectors-datafile/Functional-suite/testplan.txt3
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