From de929b31c7eaeb5f8769028e4e80f265afadef39 Mon Sep 17 00:00:00 2001 From: matthew-mcneilly Date: Wed, 12 May 2021 14:54:27 +0100 Subject: [CSIT] Fix SDC CSIT Run Errors/Warnings & Path Correction Use of old for loop syntax causing failure in SDC CSIT "Support for the old for loop syntax has been removed. Replace ': FOR' with 'FOR', end the loop with 'END', and remove escaping backslashes." Testplan.txt path pointing to sanity instead of uiSanity causing wrong testplan to be executed. Fix for sdc-helm-validator warning "Verify That Sdc Helm Validator Responds With Error For Chart Valid... [ WARN ] Keyword 'RequestsLibrary.Post Request' is deprecated. Please use `POST On Session` instead." Issue-ID: SDC-3573 Signed-off-by: matthew-mcneilly Change-Id: Idff668b05330eaf685ab519ee2a0d7cd4fed7ceb --- plans/sdc/uiSanity/testplan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plans') diff --git a/plans/sdc/uiSanity/testplan.txt b/plans/sdc/uiSanity/testplan.txt index 9f21c693..7b0f708e 100644 --- a/plans/sdc/uiSanity/testplan.txt +++ b/plans/sdc/uiSanity/testplan.txt @@ -1,3 +1,3 @@ # Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. -sdc/sanity +sdc/uiSanity -- cgit 1.2.3-korg