Michal Arbet 6149799a6d [CI] Use ss instead of netstat
In case of rabbitmq container is unhealthy
let's use `ss` command instead of `netstat` as
``netstat`` is not present in distros anymore and
in containers we already have iproute2 [debian/ubuntu]
and iproute [rhel based] package installed.

[1] https://zuul.opendev.org/t/openstack/build/c70df1ecb52841579207c26cdc159327

+ echo 'rabbitmq - netstat -an'
rabbitmq - netstat -an
+ sudo docker exec rabbitmq netstat -an
OCI runtime exec failed: exec failed: unable to start container process: exec: "netstat": executable file not found in $PATH: unknown

Change-Id: I8417545735ea02d14dc1f83e18aa75b94213f814
2025-04-09 16:18:34 +02:00
..
2016-01-13 13:47:49 +08:00
2023-09-03 16:43:13 +01:00
2025-01-27 20:22:46 +00:00
2023-02-04 23:54:47 +01:00
2024-01-22 22:49:46 +01:00
2025-03-21 16:30:59 +00:00
2020-01-28 14:03:33 -08:00
2025-03-20 13:50:53 +00:00
2025-01-23 12:19:17 +01:00