Added a check to verify controller has no Null Pointer Exceptions
[integration/test.git] / test / csit / suites / openflowplugin / Longevity / 010__longevity_switches.robot
index 283bf134cf0a3874144b21a934f8fd4d58077c99..c5698c78b5772acfc057751e61c65d61f1f1113f 100644 (file)
@@ -38,6 +38,7 @@ Check If There Is A Reason To Exit Test Or If Duration Has Expired
     [Arguments]    ${comparator1}=1    ${comparator2}=1    ${comparator_failure_message}=null
     Should Be Equal    ${comparator1}    ${comparator2}    ${comparator_failure_message}
     Verify Controller Is Not Dead    ${CONTROLLER}
+    Verify Controller Has No Null Pointer Exceptions    ${CONTROLLER}
     ${is_expired}=    Check If Test Duration Is Expired
     [Return]    ${is_expired}