Fix flow handling disabled device for TT and ATT voltha 2.10

Change-Id: I5a29e06d7103a08c9913344d3bc6002cd8d0dca4
diff --git a/tests/openonu-go-adapter/Voltha_ONUMibAudit.robot b/tests/openonu-go-adapter/Voltha_ONUMibAudit.robot
index c68a0c0..b9d7186 100755
--- a/tests/openonu-go-adapter/Voltha_ONUMibAudit.robot
+++ b/tests/openonu-go-adapter/Voltha_ONUMibAudit.robot
@@ -116,10 +116,9 @@
         ...    ELSE       Perform Sanity Test    ${suppressaddsubscriber}
         Run Keyword If    ${print2console}    Log    Disable ONUs.    console=yes
         Disable Onu Device
-        ${alternativeonustates}=  Create List     omci-flows-deleted
         Run Keyword If    "${workflow}"=="DT"    Current State Test All Onus    omci-admin-lock
-        ...    ELSE IF    "${workflow}"=="TT"    Current State Test All Onus    omci-admin-lock
-        ...    ELSE       Current State Test All Onus    omci-admin-lock    alternativeonustate=${alternativeonustates}
+        ...    ELSE IF    "${workflow}"=="TT"    Current State Test All Onus    tech-profile-config-delete-success
+        ...    ELSE       Current State Test All Onus    tech-profile-config-delete-success
         #check all ports are disabled in ONOS
         Wait for all ONU Ports in ONOS Disabled    ${ONOS_SSH_IP}    ${ONOS_SSH_PORT}    ${unitag_sub}
         Run Keyword If    ${print2console}    Log    Enable ONUs.    console=yes