Use default docker prefix of CSIT env
[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}