diff options
Diffstat (limited to 'test/csit/tests/appc/healthcheck/APPC_Netstat.robot')
-rw-r--r-- | test/csit/tests/appc/healthcheck/APPC_Netstat.robot | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/csit/tests/appc/healthcheck/APPC_Netstat.robot b/test/csit/tests/appc/healthcheck/APPC_Netstat.robot deleted file mode 100644 index 285fc3727..000000000 --- a/test/csit/tests/appc/healthcheck/APPC_Netstat.robot +++ /dev/null @@ -1,8 +0,0 @@ -*** 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} |