aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/healthcheck/APPC_Netstat.robot
blob: 285fc3727b5e679c67d238b1d358e80f1bdf4491 (plain)
1
2
3
4
5
6
7
8
*** 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}