Commit 18f88ece authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Remove default robot testing users at beggining

parent 1634f430
Loading
Loading
Loading
Loading
Loading
+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
@@ -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}