blob: 285fc3727b5e679c67d238b1d358e80f1bdf4491 [file] [log] [blame]
*** Settings ***
Library OperatingSystem
*** Test Cases ***
APPC Netstat
[Documentation] Checking the active ports
${output}= Run netstat -a | grep -E 8282 | grep LISTEN
Log To Console ${output}