diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-01 18:14:13 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-17 15:04:07 +0000 |
commit | 7646f2ba514a578dbb8e1001c99afae35919f9e7 (patch) | |
tree | ad23b56b404439d389f3f9f2010f66d784393e86 /plans/dcaegen2-collectors-datafile | |
parent | a680781ff2266be181cad97275514ab5bb6716e4 (diff) |
Add HTTPS to collect files from xNFs
- CSIT tests
Issue-ID: DCAEGEN2-2528
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I248a3866e22ee556c447ed7c7834e83e4ad42b48
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 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh index 02572d2a..f04b2303 100644 --- a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh +++ b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh @@ -59,7 +59,7 @@ 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 . +docker build -t http_https_httpd:latest -f Dockerfile-http-https . #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 065deb10..cb9aecf3 100755 --- a/plans/dcaegen2-collectors-datafile/Functional-suite/testplan.txt +++ b/plans/dcaegen2-collectors-datafile/Functional-suite/testplan.txt @@ -3,3 +3,4 @@ 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 +dcaegen2-collectors-datafile/testsuites/HTTPS-Various-Connection-Types-suite |