From: Kalpesh Pandya Date: Mon, 20 Sep 2021 11:58:47 +0000 (+0530) Subject: src/test: Minor nit from PR #43025 X-Git-Tag: v17.1.0~792^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43226%2Fhead;p=ceph.git src/test: Minor nit from PR #43025 Minor nit left to be chnaged before merging https://github.com/ceph/ceph/pull/43025 Signed-off-by: Kalpesh Pandya --- diff --git a/src/test/rgw/bucket_notification/test_bn.py b/src/test/rgw/bucket_notification/test_bn.py index f84333489fd..ccecfbaf9ce 100644 --- a/src/test/rgw/bucket_notification/test_bn.py +++ b/src/test/rgw/bucket_notification/test_bn.py @@ -1057,10 +1057,10 @@ def test_ps_s3_notification_push_amqp_on_master(): conn.delete_bucket(bucket_name) -@attr('manual_testing') +@attr('manual_test') def test_ps_s3_notification_push_amqp_idleness_check(): """ test pushing amqp s3 notification and checking for connection idleness """ - # return SkipTest("only used in manual testing") + return SkipTest("only used in manual testing") hostname = get_ip() conn = connection() zonegroup = 'default' @@ -1132,8 +1132,6 @@ def test_ps_s3_notification_push_amqp_idleness_check(): # check amqp receiver 1 for deletions receiver1.verify_s3_events(keys, exact_match=True, deletions=True) - os.system("netstat -nnp | grep 5672"); - print('waiting for 40sec for checking idleness') time.sleep(40)