X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Foom-platform-cert-service%2Fcertservice%2Fresources%2Fcert-service-keywords.robot;fp=tests%2Foom-platform-cert-service%2Fcertservice%2Fresources%2Fcert-service-keywords.robot;h=dd5728cca952bdaf379304a1d78a47f1835f2035;hb=1acefd84302a7ffa1981a270a7a8a2f17f71c271;hp=fea210b5167f4ceb823b241c48bb2e0191bf3bcb;hpb=21e1b2d277f9db79b1495d383fc6147b12db57c3;p=integration%2Fcsit.git diff --git a/tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot b/tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot index fea210b5..dd5728cc 100644 --- a/tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot +++ b/tests/oom-platform-cert-service/certservice/resources/cert-service-keywords.robot @@ -63,9 +63,10 @@ Check Message Recieved On Success List Should Contain Certificates [Documentation] Verify if list contains certificates [Arguments] @{list} - :FOR ${content} IN @{list} - \ Should Contain ${content} BEGIN CERTIFICATE - \ Should Contain ${content} END CERTIFICATE + FOR ${content} IN @{list} + Should Contain ${content} BEGIN CERTIFICATE + Should Contain ${content} END CERTIFICATE + END Send Get Request with Header And Expect Error [Documentation] Send request to passed url and validate received response