]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/test_multi: differentiate between zone and zone connection
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 19 Apr 2017 23:25:38 +0000 (16:25 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 30 May 2017 20:26:56 +0000 (13:26 -0700)
commit366ffd58deb36e7b83df0515199c71217901be27
treeef99a71e2dbdc141d7d1c21dc44c029c44c738c0
parentba0626f263f716dea0293ee2c1064248d925e0a1
test/rgw/test_multi: differentiate between zone and zone connection

Instead of having a Zone type used for the connection, create a new
ZoneConn type that represents the connection. This frees us from the
need to pass in credentials all around.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/test/rgw/rgw_multi/multisite.py
src/test/rgw/rgw_multi/tests.py
src/test/rgw/rgw_multi/tests_es.py [new file with mode: 0644]
src/test/rgw/rgw_multi/zone_es.py
src/test/rgw/rgw_multi/zone_rados.py
src/test/rgw/test_multi.py