Updated method to fetch ofId in case of flow verification for TT
Change-Id: Iabf32fd24a5bc0f29fa493fecd404af159a7e37c
diff --git a/libraries/utils.robot b/libraries/utils.robot
index fd2259a..19e9c2d 100755
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -416,7 +416,7 @@
FOR ${I} IN RANGE 0 ${olt_count}
${olt_serial_number}= Get From Dictionary ${olt_ids}[${I}] sn
${olt_device_id}= Get OLTDeviceID From OLT List ${olt_serial_number}
- ${of_id}= Get ofID From OLT List ${olt_serial_number}
+ ${of_id}= Wait Until Keyword Succeeds ${timeout} 15s Validate OLT Device in ONOS ${olt_serial_number}
${num_onus}= Set Variable ${list_olts}[${I}][onucount]
# Verify ONOS Flows
# Number of Access Flows on ONOS equals 16 * the Number of Active ONUs + 3 for default LLDP, IGMP and DHCP