From: Alfredo Deza Date: Mon, 28 Oct 2013 13:11:08 +0000 (-0400) Subject: normalize indentation to 4 spaces X-Git-Tag: v1.1~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f825466e1f0ba4709b1b2727cce435de10d936da;p=radosgw-agent.git normalize indentation to 4 spaces Signed-off-by: Alfredo Deza --- diff --git a/radosgw_agent/tests/test_client.py b/radosgw_agent/tests/test_client.py index f68072e..30b926a 100644 --- a/radosgw_agent/tests/test_client.py +++ b/radosgw_agent/tests/test_client.py @@ -254,7 +254,7 @@ def test_configure_endpoints_2nd_region_metaonly_data(): meta_only=False) def test_configure_endpoints_master_region_master_zone(): - with py.test.raises(client.InvalidZone): + with py.test.raises(client.InvalidZone): _test_configure_endpoints('http://vit:8001', 'skinny', 'skinny-1', 'http://vit:8001', 'skinny', 'skinny-1') @@ -275,19 +275,19 @@ def test_configure_endpoints_specified_src_master_region_data(): 'http://vit:8001', meta_only=False) def test_configure_endpoints_bad_src_same_region(): - with py.test.raises(client.InvalidZone): + with py.test.raises(client.InvalidZone): _test_configure_endpoints('http://vit:8003', 'swab', 'swab-2', 'http://vit:8004', 'swab', 'swab-3', 'http://vit:8004') def test_configure_endpoints_bad_src_master_region(): - with py.test.raises(client.InvalidZone): + with py.test.raises(client.InvalidZone): _test_configure_endpoints('http://vit:8003', 'swab', 'swab-2', 'http://vit:8002', 'skinny', 'skinny-2', 'http://vit:8002') def test_configure_endpoints_bad_src_same_zone(): - with py.test.raises(client.InvalidZone): + with py.test.raises(client.InvalidZone): _test_configure_endpoints('http://vit:8000', 'swab', 'swab-1', 'http://vit:8000', 'swab', 'swab-1', 'http://vit:8000') @@ -299,6 +299,6 @@ def test_configure_endpoints_specified_nonexistent_src(): 'http://vit:80') def test_configure_endpoints_unknown_zone(): - with py.test.raises(client.ZoneNotFound): + with py.test.raises(client.ZoneNotFound): _test_configure_endpoints('http://vit:8005', 'skinny', 'skinny-1', 'http://vit:8001', 'skinny', 'skinny-1')