]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
test/rgw/notifications: fixes needed to run the tests in a multisite environment
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 18 Feb 2026 13:50:52 +0000 (13:50 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Mon, 23 Feb 2026 17:48:53 +0000 (17:48 +0000)
commit8935c1f14bc05f2be7ceef6c5dbbb729fa56373b
tree1fda5f5967e079fba8a47e6acc07a35196d51d4b
parent8e9c77160d5cae2f6bd6d97a2ecdabb9ae9530bd
test/rgw/notifications: fixes needed to run the tests in a multisite environment

the main issue was that a system user would get a JSON reply when
creating a bucket. the boto3 client is failing when this is happening.
so, the solution is to use a non-system user in the tests

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
src/test/rgw/bucket_notification/README.rst
src/test/rgw/bucket_notification/api.py
src/test/rgw/bucket_notification/bntests.conf.multisite [new file with mode: 0644]
src/test/rgw/bucket_notification/test_bn.py
src/test/rgw/test-rgw-multisite.sh