]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/notification: do not use netstat in the code 68142/head
authorYuval Lifshitz <ylifshit@ibm.com>
Fri, 20 Feb 2026 15:41:14 +0000 (15:41 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Tue, 31 Mar 2026 18:11:00 +0000 (18:11 +0000)
commita14d7749d7f9e19ac7996d0321d58be2f7caf5fe
tree5a27bb1e91da66a1126957b0e783cb743dd9c8c5
parent5bb3278730741031382ca9c3dc9d221a942e06a2
test/rgw/notification: do not use netstat in the code

* net-tools are deprecated in fedora and ubuntu
* using netstat -p (used to verify that the http server is listening on
  a port) requires root privilages, which may fail in some tests environments

Fixes: https://tracker.ceph.com/issues/75820
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit 5e204e17684ec6d2ab5b44e114be6cc4dfcf10b9)
src/test/rgw/bucket_notification/test_bn.py