From 7b4d5778c13818b871a5fe5aaf249480981ac15d Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Mon, 27 Jul 2020 13:42:09 +0200 Subject: Adjust DFC test files to use FTPES instead of FTPS DFC doesn't support FTPS protocol. FTPS is treated exactly like FTPES and soon DFC won't accept file locations starting with "ftps://". Fix mr-sim.py lint issues Issue-ID: DCAEGEN2-2367 Signed-off-by: Remigiusz Janeczek Change-Id: Idab56aab3bdb6734a04bfc9c9212f2ea800d0d74 --- test/mocks/datafilecollector-testharness/auto-test/FTC33.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/mocks/datafilecollector-testharness/auto-test/FTC33.sh') diff --git a/test/mocks/datafilecollector-testharness/auto-test/FTC33.sh b/test/mocks/datafilecollector-testharness/auto-test/FTC33.sh index 338a20da0..0ad2a1252 100755 --- a/test/mocks/datafilecollector-testharness/auto-test/FTC33.sh +++ b/test/mocks/datafilecollector-testharness/auto-test/FTC33.sh @@ -1,6 +1,6 @@ #!/bin/bash -TC_ONELINE_DESCR="DFC file retention (files with SFTP and then same files over FTPS). 1MB, 5MB and 50MB using first SFTP and thenSFTP with restart of MR between each file." +TC_ONELINE_DESCR="DFC file retention (files with SFTP and then same files over FTPES). 1MB, 5MB and 50MB using first SFTP and thenSFTP with restart of MR between each file." . ../common/testcase_common.sh $1 $2 @@ -116,4 +116,4 @@ check_dfc_logs store_logs END -print_result \ No newline at end of file +print_result -- cgit 1.2.3-korg