X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fgroupbasedpolicy%2FGBP%2FDevstack%2F01__wait_for_odl.robot;fp=csit%2Fsuites%2Fgroupbasedpolicy%2FGBP%2FDevstack%2F01__wait_for_odl.robot;h=331b08686e306a628484d45f9e2d99e3648c834e;hb=9f336e2d2dca4ab96d9da56e635ebc515d96eb83;hp=2921f35a9d9c96f20c63b6f7d98a28d8b1d00b2e;hpb=568869404d18000feddf2c36a25cf2de49613cbb;p=integration%2Ftest.git diff --git a/csit/suites/groupbasedpolicy/GBP/Devstack/01__wait_for_odl.robot b/csit/suites/groupbasedpolicy/GBP/Devstack/01__wait_for_odl.robot index 2921f35a9d..331b08686e 100644 --- a/csit/suites/groupbasedpolicy/GBP/Devstack/01__wait_for_odl.robot +++ b/csit/suites/groupbasedpolicy/GBP/Devstack/01__wait_for_odl.robot @@ -13,14 +13,14 @@ Variables ../../../../variables/Variables.py *** Test Cases *** Wait for Renderers and NeutronMapper - Create Session session http://${ODL_SYSTEM_IP}:8181 auth=${AUTH} headers=${headers} - Wait Until Keyword Succeeds 60x 5s Renderers And NeutronMapper Initialized session + Create Session session http://${ODL_SYSTEM_IP}:8181 auth=${AUTH} headers=${headers} + Wait Until Keyword Succeeds 60x 5s Renderers And NeutronMapper Initialized session Delete All Sessions *** Keywords *** Renderers And NeutronMapper Initialized - [Documentation] Ofoverlay and Neutronmapper features start check via datastore. - [Arguments] ${session} + [Arguments] ${session} + [Documentation] Ofoverlay and Neutronmapper features start check via datastore. Get Data From URI ${session} ${OF_OVERLAY_BOOT_URL} headers=${headers} ${response} RequestsLibrary.Get Request ${session} ${NEURONMAPPER_BOOT_URL} ${headers} Should Be Equal As Strings 404 ${response.status_code}