aboutsummaryrefslogtreecommitdiffstats
path: root/tests/appc/healthcheck/APPC_Netstat.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/appc/healthcheck/APPC_Netstat.robot')
-rw-r--r--tests/appc/healthcheck/APPC_Netstat.robot8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/appc/healthcheck/APPC_Netstat.robot b/tests/appc/healthcheck/APPC_Netstat.robot
new file mode 100644
index 00000000..285fc372
--- /dev/null
+++ b/tests/appc/healthcheck/APPC_Netstat.robot
@@ -0,0 +1,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}