Allow ONU to be in either tech-profile-config-download-success or omci-flows-pushed state
Change-Id: I6a914b23eb9718fecf3100220f41338406ee2c8e
diff --git a/tests/functional/Voltha_PODTests.robot b/tests/functional/Voltha_PODTests.robot
index 1c6816d..1bb83c4 100644
--- a/tests/functional/Voltha_PODTests.robot
+++ b/tests/functional/Voltha_PODTests.robot
@@ -128,8 +128,9 @@
Enable Device ${olt_device_id}
Wait Until Keyword Succeeds ${timeout} 5s Validate Device ${olt_serial_number} ENABLED ACTIVE
... REACHABLE
+ ${onu_reasons}= Create List tech-profile-config-download-success omci-flows-pushed
Wait Until Keyword Succeeds ${timeout} 5s Validate Device ${onu_serial_number} ENABLED ACTIVE
- ... REACHABLE onu=True onu_reason=tech-profile-config-download-success
+ ... REACHABLE onu=True onu_reasons=${onu_reasons}
${onu_device_id}= Get Device ID From SN ${onu_serial_number}
Set Suite Variable ${onu_device_id}
${logical_id}= Get Logical Device ID From SN ${olt_serial_number}