Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
929249771e6948ad0fc96af983e168af5117f77a
/
.
/
test
/
csit
/
tests
/
appc
/
healthcheck
/
APPC_Netstat.robot
blob: 285fc3727b5e679c67d238b1d358e80f1bdf4491 [
file
] [
log
] [
blame
]
***
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
}