Bump pre-commit black to 22.1.0
[integration/test.git] / csit / libraries / WorkflowsL2switch.robot
index ef71212b4d093936dbb60d507045d7870c6bbd13..63b33c9296c7dfcc08c9b25f5a48fff2b1d3b179 100644 (file)
@@ -36,6 +36,8 @@ Workflow Single Switch Multiple Hosts
     Return From Keyword If    '${status}' == 'FAIL'    ${status}    Controller is dead    ${host_discover_time}
     ${status}    ${result}    BuiltIn.Run Keyword And Ignore Error    Utils.Verify Controller Has No Null Pointer Exceptions    ${ODL_SYSTEM_IP}
     Return From Keyword If    '${status}' == 'FAIL'    ${status}    Controller has NPE    ${host_discover_time}
+    ${status}    ${result}    BuiltIn.Run Keyword And Ignore Error    Utils.Verify Controller Has No Runtime Exceptions    ${ODL_SYSTEM_IP}
+    Return From Keyword If    '${status}' == 'FAIL'    ${status}    Controller has RuntimeException    ${topology_discover_time}
     Log To Console    Check number of hosts in topology is ${hosts}
     ${status}    ${result}    BuiltIn.Run Keyword And Ignore Error    Wait Until Keyword Succeeds    ${hosts}    2s    FlowLib.Check Number Of Hosts
     ...    ${hosts}