the get_ip() function now uses the get_ip_http() implementation.
(without that test are sometimes failing with multiple RGWs).
however, the name was modified to get_ip(), and this was not updated
in all tests.
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
@attr('http_test')
def test_ps_s3_notification_push_http_on_master():
""" test pushing http s3 notification on master """
- hostname = get_ip_http()
+ hostname = get_ip()
conn = connection()
zonegroup = 'default'
@attr('http_test')
def test_ps_s3_notification_push_cloudevents_on_master():
""" test pushing cloudevents notification on master """
- hostname = get_ip_http()
+ hostname = get_ip()
conn = connection()
zonegroup = 'default'