From 6790c98ba3b3f8521284393ccb0f798ebab80b54 Mon Sep 17 00:00:00 2001 From: Kalpesh Pandya Date: Mon, 20 Sep 2021 17:28:47 +0530 Subject: [PATCH] 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 --- src/test/rgw/bucket_notification/test_bn.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) -- 2.47.3