From 84632b751b2f4286277be16f2528404123b43668 Mon Sep 17 00:00:00 2001 From: Nitika Agarwal Date: Tue, 25 Aug 2015 07:02:28 -0700 Subject: [PATCH] Added a check to verify controller has no Null Pointer Exceptions Change-Id: I0c529b3a23ecb098a03fb778749c9720faef3e15 Signed-off-by: Nitika Agarwal --- .../openflowplugin/Longevity/010__longevity_switches.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/test/csit/suites/openflowplugin/Longevity/010__longevity_switches.robot b/test/csit/suites/openflowplugin/Longevity/010__longevity_switches.robot index 283bf134cf..c5698c78b5 100644 --- a/test/csit/suites/openflowplugin/Longevity/010__longevity_switches.robot +++ b/test/csit/suites/openflowplugin/Longevity/010__longevity_switches.robot @@ -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} -- 2.36.6