Revert "Checking that no flows are provisioned on a disabled device"

This reverts commit 8b6dc263eca0b35d595f21a1ae62d74e879e95fc.

Revert "fix disable onu reason for all workflows"

This reverts commit 0ec95eb9e0142bc7298133c1334082ce772d184a.

Revert no flows provisioned on disabled device

Change-Id: I96ea99b6ce977d3902216780bcfe01ddcbcfd460
diff --git a/libraries/utils.robot b/libraries/utils.robot
index 27e0c81..234f5a7 100755
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -339,6 +339,7 @@
         ...    ${onu_port}    ${nni_port}    ${src['s_tag']}
         # Verify ONU state in voltha
         ${onu_reasons}=  Create List     omci-flows-pushed
+        Run Keyword If    ${supress_add_subscriber}    Append To List    ${onu_reasons}    onu-reenabled
         Wait Until Keyword Succeeds    ${timeout}    5s    Validate Device
         ...    ENABLED    ACTIVE    REACHABLE
         ...    ${src['onu']}    onu=True    onu_reason=${onu_reasons}
@@ -399,6 +400,7 @@
         ...    ${onu_port}    ${src['service']}
         # Verify ONU state in voltha
         ${onu_reasons}=  Create List     omci-flows-pushed
+        Run Keyword If    ${supress_add_subscriber}    Append To List    ${onu_reasons}    onu-reenabled
         Wait Until Keyword Succeeds    ${timeout}    5s    Validate Device
         ...    ENABLED    ACTIVE    REACHABLE
         ...    ${src['onu']}    onu=True    onu_reason=${onu_reasons}