remove unnecessary onu reason in sanity check for DT and TT workflows
Apending onu reason onu-reenabled in case of suppress add subscriber
is no longer needed.
Change-Id: I1bd72657c371fd9440f1a6b6abe7cfcd16cc37cf
diff --git a/libraries/utils.robot b/libraries/utils.robot
index 61117a1..0595d3b 100755
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -331,8 +331,6 @@
... ${onu_port} ${nni_port} ${src['s_tag']}
# Verify ONU state in voltha
${onu_reasons}= Create List omci-flows-pushed
- # In case of previous dis- and enable of ONU and no further subscriber add actions state will be onu-reenabled
- 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}
@@ -473,8 +471,6 @@
... volt-add-subscriber-access ${of_id} ${onu_port}
# Verify ONU state in voltha
${onu_reasons}= Create List omci-flows-pushed onu-reenabled
- # In case of previous dis- and enable of ONU and no further subscriber add actions state will be onu-reenabled
- 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}
@@ -562,8 +558,6 @@
... volt-add-subscriber-access ${of_id} ${onu_port}
# Verify ONU state in voltha
${onu_reasons}= Create List omci-flows-pushed onu-reenabled
- # In case of previous dis- and enable of ONU and no further subscriber add actions state will be onu-reenabled
- 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}