Commit Graph

4 Commits

Author SHA1 Message Date
Yuri Weinstein
dfe88de0ae
Merge pull request #59304 from yuvalif/wip-67608-reef
reef: test/rgw/notification: use real ip address instead of localhost

Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
2025-01-27 10:43:26 -08:00
Yuval Lifshitz
85c8b6c865 test/rgw/notification: use real ip address instead of localhost
based on that comment:
https://tracker.ceph.com/issues/67206#note-6
the address used by the endpoint is taken as the real IP address of the
host where the test script is running and not localhost.

we also changed the rabbitmq-server conf to allow "guest"
user to connect over non localhost address

Fixes: https://tracker.ceph.com/issues/67206

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit cdd75b499f)

Conflicts:
	qa/tasks/rabbitmq.py
	src/test/rgw/bucket_notification/test_bn.py
2024-08-19 11:42:30 +00:00
Yuval Lifshitz
21e691e46b rgw/notifications/test: use dnf and systemctl to setup rabbitmq
Fixes: https://tracker.ceph.com/issues/63205

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
(cherry picked from commit 1ffe4aca2a)
2024-06-27 09:39:59 -04:00
Kalpesh
2e0b8a2a1f qa/tasks: Adding RabbitMQ task for bucket notification tests
This commit majorly consists of the RabbitMQ task which is a required and supported endpoint in bucket notification tests.
And some related changes in the AMQP tests. Major changes are:
1. Addition of RabbitMQ task
2. Documentation update for the steps to execute AMQP tests
3. Addition of attributes to the tests
4. Tox dependency removal from kafka.py

Signed-off-by: Kalpesh Pandya <kapandya@redhat.com>
2021-06-01 23:34:31 +05:30