diff options
author | 2018-01-15 17:32:13 +0000 | |
---|---|---|
committer | 2018-01-15 18:35:40 +0000 | |
commit | 918421d8d0bc97be6c9315cceff7563169250509 (patch) | |
tree | bd80a541487fadcc8db6a5185cacac0080301cec /test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot | |
parent | 90ab86b018fe1a8cdeabee762084afedf98b7752 (diff) |
Updating APPC CSIT release support
Updating docker image references for the current release (master)
and the prior release (Amsterdam).
Change-Id: I5bf45898c85695f82ecda8d418aa6a3786ddef14
Issue-ID: APPC-410
Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot')
-rw-r--r-- | test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot b/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot new file mode 100644 index 000000000..285fc3727 --- /dev/null +++ b/test/csit/tests/appc/healthcheck_amsterdam/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} |