]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/test: Minor nit from PR #43025 43226/head
authorKalpesh Pandya <kapandya@redhat.com>
Mon, 20 Sep 2021 11:58:47 +0000 (17:28 +0530)
committerKalpesh Pandya <kapandya@redhat.com>
Mon, 20 Sep 2021 11:58:47 +0000 (17:28 +0530)
Minor nit left to be chnaged before merging https://github.com/ceph/ceph/pull/43025

Signed-off-by: Kalpesh Pandya <kapandya@redhat.com>
src/test/rgw/bucket_notification/test_bn.py

index f84333489fdb33951eda6e873af8f5c8f13551d9..ccecfbaf9ce227735e93e5da24ce0793173b1a8d 100644 (file)
@@ -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)