minor fix to test
Change-Id: Iff39fa29ec1d4345240f506ed83487f199119ac2
diff --git a/tests/functional/Voltha_FailureScenarios.robot b/tests/functional/Voltha_FailureScenarios.robot
index 9250835..740a6e4 100644
--- a/tests/functional/Voltha_FailureScenarios.robot
+++ b/tests/functional/Voltha_FailureScenarios.robot
@@ -94,6 +94,9 @@
... AND Stop Logging RestartPods
... AND Announce Message END TEST RestartPods
${waitforRestart} Set Variable 120s
+ # Remove the Sanity Check after enabling first failure test (OLT Adapter Test)
+ Run Keyword If ${has_dataplane} Clean Up Linux
+ Wait Until Keyword Succeeds ${timeout} 2s Perform Sanity Test
${podStatusOutput}= Run kubectl get pods -n ${NAMESPACE}
Log ${podStatusOutput}
${countBforRestart}= Run kubectl get pods -n ${NAMESPACE} | grep Running | wc -l