Minor nit left to be chnaged before merging https://github.com/ceph/ceph/pull/43025
Signed-off-by: Kalpesh Pandya <kapandya@redhat.com>
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'
# 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)