summaryrefslogtreecommitdiffstats
path: root/ufo/test
diff options
context:
space:
mode:
authorMohammed Junaid <junaid@redhat.com>2013-03-19 09:29:52 +0530
committerAnand Avati <avati@redhat.com>2013-03-21 14:07:27 -0700
commit790cbb82a12accc99312117bfa632227c8127f53 (patch)
tree2c7e4719ac57e256964adbf29a71645b9f43fb11 /ufo/test
parent5d19cddd601b2819d2ea908961c7ea9835beccc7 (diff)
object-storage: Removed the redundant REMOTE_CLUSTER option.
Gluster cli uses the remote-host option to connect to the glusterd and by default it uses localhost to connect to glusterd. So, UFO code will use the remote-host option everytime to connect to the glusterd. Change-Id: I5a684d3c43fe9bdc9cc0b7c472a9d8145f9e1fd4 BUG: 878663 Signed-off-by: Mohammed Junaid <junaid@redhat.com> Reviewed-on: http://review.gluster.org/4690 Reviewed-by: Peter Portante <pportant@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'ufo/test')
-rw-r--r--ufo/test/unit/common/test_ring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufo/test/unit/common/test_ring.py b/ufo/test/unit/common/test_ring.py
index d3dac609c59..4fb964e4250 100644
--- a/ufo/test/unit/common/test_ring.py
+++ b/ufo/test/unit/common/test_ring.py
@@ -38,6 +38,6 @@ class TestRing(unittest.TestCase):
assert node[0]['device'] == 'test'
part, node = self.ring.get_nodes('test2')
assert node
- assert node[0]['device'] == 'volume'
+ assert node[0]['device'] == 'volume_not_in_ring'
finally:
self.ring._devs = __devs