aboutsummaryrefslogtreecommitdiffstats
path: root/tests/appc/healthcheck/APPC_Netstat.robot
blob: 200a496617aa7143bf7861fe7df9a256474adfdc (plain)
1
2
3
4
5
6
7
8
9
10
11
*** Settings ***
Library    OperatingSystem
Library    String

*** Test Cases ***
APPC Netstat
    [Documentation]    Checking the active ports
    ${output}=     Run  netstat -a | grep -E ":8282 " | grep LISTEN
    Log To Console    ${output}
    ${line_count}=     Get Line Count    ${output}
    Should Be Equal As Strings    ${line_count}    1