Loading tests/features/__init__.robot +4 −0 Original line number Diff line number Diff line *** Settings *** Resource /opt/robot-tests/tests/resources/common.resource Resource ../resources/common.resource Resource ../resources/common/basicRequests.robot Suite Setup Prepare environment # Suite Teardown Reset Testing Environment Loading Loading @@ -48,6 +49,9 @@ Prepare environment Reset Testing Environment Run Keyword And Ignore Error Delete User At Register username=${INVOKER_USERNAME} Run Keyword And Ignore Error Delete User At Register username=${PROVIDER_USERNAME} Retrieve Ca Root [Documentation] This keyword retrieve ca.root from CAPIF and store it at ca.crt in order to use at TLS communications ${resp}= Get CA Vault /v1/secret/data/ca ${CAPIF_HTTP_VAULT_URL} Loading Loading
tests/features/__init__.robot +4 −0 Original line number Diff line number Diff line *** Settings *** Resource /opt/robot-tests/tests/resources/common.resource Resource ../resources/common.resource Resource ../resources/common/basicRequests.robot Suite Setup Prepare environment # Suite Teardown Reset Testing Environment Loading Loading @@ -48,6 +49,9 @@ Prepare environment Reset Testing Environment Run Keyword And Ignore Error Delete User At Register username=${INVOKER_USERNAME} Run Keyword And Ignore Error Delete User At Register username=${PROVIDER_USERNAME} Retrieve Ca Root [Documentation] This keyword retrieve ca.root from CAPIF and store it at ca.crt in order to use at TLS communications ${resp}= Get CA Vault /v1/secret/data/ca ${CAPIF_HTTP_VAULT_URL} Loading