From 7949f9a1ea578cd88b73d2b77077d2c4bbe28a4e Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Mon, 12 Aug 2024 15:55:10 +0200 Subject: [PATCH] Create a new test group 'ftp' We have only one now but next one is coming. --- basic-ftp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-ftp.sh b/basic-ftp.sh index f71624a8..377f57d1 100755 --- a/basic-ftp.sh +++ b/basic-ftp.sh @@ -20,6 +20,6 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="method skip-on-rhel gh871" +TESTTYPE="method ftp skip-on-rhel gh871" . ${KSTESTDIR}/functions.sh