Check EAPOL Flows in ONOS working
Change-Id: I00bdef6154d184c76eb64e5eba2fcc69432ac1d7
diff --git a/tests/sanity/sanity.robot b/tests/sanity/sanity.robot
index af64f91..819b91a 100644
--- a/tests/sanity/sanity.robot
+++ b/tests/sanity/sanity.robot
@@ -56,8 +56,10 @@
Check EAPOL Flows in ONOS
[Documentation] Validates eapol flows for the onu are pushed from voltha
- [Tags] sanity notready
- Wait Until Keyword Succeeds ${timeout} 5s Verify Eapol Flows Added ${num_onus}
+ [Tags] sanity
+ ${num_flows}= Evaluate ${num_onus} * 4
+ ${flows_str}= Convert To String ${num_flows}
+ Wait Until Keyword Succeeds ${timeout} 5s Verify Eapol Flows Added ${server_ip} ${ONOS_SSH_PORT} ${flows_str}
Validate ONU Authenticated in ONOS
[Documentation] Validates onu is AUTHORIZED in ONOS as bbsim will attempt to authenticate
@@ -109,4 +111,4 @@
Teardown
[Documentation] Delete all http sessions
- Delete All Sessions
\ No newline at end of file
+ Delete All Sessions