285fc3727b5e679c67d238b1d358e80f1bdf4491
[integration/csit.git] / tests / appc / healthcheck / APPC_Netstat.robot
1 *** Settings ***
2 Library    OperatingSystem
3
4 *** Test Cases ***
5 APPC Netstat
6     [Documentation]    Checking the active ports
7     ${output}=     Run  netstat -a | grep -E 8282 | grep LISTEN
8     Log To Console    ${output}