Enabled additional verification in Disable-Enable ONU BBSim based test for TT
Change-Id: I80cfd3f1be1987f22d04acd99edac45529d50f15
diff --git a/tests/tt-workflow/Voltha_TT_PODTests.robot b/tests/tt-workflow/Voltha_TT_PODTests.robot
index 41a306c..70f1ed7 100755
--- a/tests/tt-workflow/Voltha_TT_PODTests.robot
+++ b/tests/tt-workflow/Voltha_TT_PODTests.robot
@@ -252,7 +252,7 @@
Run Keyword If ${has_dataplane} and '${service_type}' == 'mcast' Clean Up Linux
Wait Until Keyword Succeeds ${timeout} 2s
... Verify UNI Port Is Enabled ${ONOS_SSH_IP} ${ONOS_SSH_PORT} ${src['onu']} ${src['uni_id']}
- Run Keyword If ${has_dataplane} and '${service_type}' != 'mcast'
+ Run Keyword If '${service_type}' != 'mcast'
... Sanity Test TT one ONU ${src} ${dst} ${suppressaddsubscriber}
... ELSE IF ${has_dataplane} and '${service_type}' == 'mcast'
... Sanity Test TT MCAST one ONU ${src} ${dst} ${suppressaddsubscriber}