[Documentation] Test Control Loop for High Traffic
[Arguments] ${pkg_host}
Enable Streams ${pkg_host} 10
- :FOR ${i} IN RANGE 8
+ Log To Console Set number of streams to 10
+ :FOR ${i} IN RANGE 12
\ Sleep 15s
\ ${resp}= Get List Of Enabled Streams ${pkg_host}
\ ${stream_count}= Evaluate len(${resp['sample-plugin']['pg-streams']['pg-stream']})
- \ Log To Console Number of steam: ${stream_count}
- \ Exit For Loop If '${stream_count}'=='5'
+ \ Log To Console Number of streams: ${stream_count}
+ \ Exit For Loop If '${stream_count}'=='5'
Should Be Equal As Integers ${stream_count} 5
VFWCL Low Test
[Documentation] Test Control Loop for Low Traffic
[Arguments] ${pkg_host}
Enable Streams ${pkg_host} 1
+ Log To Console Set number of streams to 1
Get List Of Enabled Streams ${pkg_host}
- :FOR ${i} IN RANGE 8
+ :FOR ${i} IN RANGE 12
\ Sleep 15s
\ ${resp}= Get List Of Enabled Streams ${pkg_host}
\ ${stream_count}= Evaluate len(${resp['sample-plugin']['pg-streams']['pg-stream']})
- \ Log To Console Number of steam: ${stream_count}
- \ Exit For Loop If '${stream_count}'=='5'
+ \ Log To Console Number of streams: ${stream_count}
+ \ Exit For Loop If '${stream_count}'=='5'
Should Be Equal As Integers ${stream_count} 5