From c746882a07952a0cd460e6fa8bcac246289db6b9 Mon Sep 17 00:00:00 2001 From: Krzysztof Gajewski Date: Mon, 1 Feb 2021 17:46:51 +0100 Subject: Add HTTPS to DFC tests - testing environment preparation for DFC with HTTPS client (expand existing http server) - add suitable TCs for CSIT tests Issue-ID: DCAEGEN2-2528 Signed-off-by: Krzysztof Gajewski Change-Id: Ifa8abb827e269d76144fc74c65031dd387fe5fe7 --- test/mocks/datafilecollector-testharness/common/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/mocks/datafilecollector-testharness/common/README.md') diff --git a/test/mocks/datafilecollector-testharness/common/README.md b/test/mocks/datafilecollector-testharness/common/README.md index dc57e09df..736ed4819 100644 --- a/test/mocks/datafilecollector-testharness/common/README.md +++ b/test/mocks/datafilecollector-testharness/common/README.md @@ -63,14 +63,14 @@ Stop a FTPES container with the supplied instance id (0-5). **start_ftpes \**: Start a previously stopped FTPES container with the supplied instance id (0-5). -**kill_http \**: -Stop and remove a HTTP container with the supplied instance id (0-5). +**kill_http_https \**: +Stop and remove a HTTP/HTTPS container with the supplied instance id (0-5). -**stop_http \**: -Stop a HTTP container with the supplied instance id (0-5). +**stop_http_https \**: +Stop a HTTP/HTTPS container with the supplied instance id (0-5). -**start_http \**: -Start a previously stopped HTTP container with the supplied instance id (0-5). +**start_http_https \**: +Start a previously stopped HTTP/HTTPS container with the supplied instance id (0-5). **mr_print \**: Print a variable value from the MR simulator. -- cgit 1.2.3-korg