blob: 285fc3727b5e679c67d238b1d358e80f1bdf4491 [file] [log] [blame]
Patrick Brady89254c12017-10-11 09:50:17 -07001*** Settings ***
2Library OperatingSystem
3
4*** Test Cases ***
5APPC Netstat
6 [Documentation] Checking the active ports
7 ${output}= Run netstat -a | grep -E 8282 | grep LISTEN
8 Log To Console ${output}