Change-Id: Ife12243fb4cfcd23854eacd4dc0f329d98676afd
Signed-off-by: mahesh.manivasagam <mahesh_manivasagam@dell.com>
Verify Switch S1 Group Table\r
[Arguments] ${group-type} ${port-id1} ${port-id2} ${port-id2-state}\r
[Documentation] Functionality to verify the presence of LACP group entries on the OVS Switch(S1) Group table\r
- ${group_output}= Run Command on Remote System ${MININET} sudo ovs-ofctl dump-groups s1 -O OpenFlow13\r
+ ${group_output}= Run Command on Remote System ${MININET} sudo ovs-ofctl dump-groups s1 -O OpenFlow13 ${MININET_USER} #\r
Log ${group_output}\r
Comment ${group_output} Read Until mininet>\r
${result}= Get Lines Containing String ${group_output} output:${port-id1}\r
\r
Verify Switch S1 Port stats doesn't display zero value\r
[Documentation] Verify the port stats for the Switch S1 doesn't display value with zero\r
- ${result}= Run Command On Remote System ${MININET} sudo ovs-ofctl dump-ports s1 -O OpenFlow13\r
+ ${result}= Run Command On Remote System ${MININET} sudo ovs-ofctl dump-ports s1 -O OpenFlow13 ${MININET_USER} #\r
Comment ${result} Read Until mininet>\r
${port1}= Get Lines Containing String ${result} 1:\r
Should Not Contain ${port1} rx pkts=0\r