Remove false positive tests
[integration/csit.git] / tests / appc / healthcheck / APPC_Netstat.robot
1 *** Settings ***
2 Library    OperatingSystem
3 Library    String
4
5 *** Test Cases ***
6 APPC Netstat
7     [Documentation]    Checking the active ports
8     ${output}=     Run  netstat -a | grep -E ":8282 " | grep LISTEN
9     Log To Console    ${output}
10     ${line_count}=     Get Line Count    ${output}
11     Should Be Equal As Strings    ${line_count}    1