From bb60e01904187db417e8c7d6e57401823a0072fd Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Tue, 11 Oct 2016 14:18:29 +0530 Subject: [PATCH] test_volume_client: remove superfluous arguments Signed-off-by: Ramana Raja --- tasks/cephfs/test_volume_client.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/cephfs/test_volume_client.py b/tasks/cephfs/test_volume_client.py index ad4b102bc3948..f3725a7e20a1e 100644 --- a/tasks/cephfs/test_volume_client.py +++ b/tasks/cephfs/test_volume_client.py @@ -146,7 +146,6 @@ vc.disconnect() def test_default_prefix(self): group_id = "grpid" volume_id = "volid" - guest_entity = "guest" DEFAULT_VOL_PREFIX = "volumes" DEFAULT_NS_PREFIX = "fsvolumens_" @@ -160,7 +159,6 @@ vc.disconnect() """.format( group_id=group_id, volume_id=volume_id, - guest_entity=guest_entity ))) # The dir should be created @@ -304,7 +302,6 @@ vc.disconnect() """.format( group_id=group_id, volume_id=volume_id, - guest_entity=guest_entity )), volume_prefix, namespace_prefix) def test_idempotency(self): @@ -384,7 +381,6 @@ vc.disconnect() pools_a = json.loads(self.fs.mon_manager.raw_cluster_cmd("osd", "dump", "--format=json-pretty"))['pools'] - guest_entity = "guest" group_id = "grpid" volume_id = "volid" self._volume_client_python(self.mount_b, dedent(""" @@ -393,7 +389,6 @@ vc.disconnect() """.format( group_id=group_id, volume_id=volume_id, - guest_entity=guest_entity ))) pools_b = json.loads(self.fs.mon_manager.raw_cluster_cmd("osd", "dump", "--format=json-pretty"))['pools'] @@ -594,7 +589,6 @@ vc.disconnect() """.format( group_id=group_id, volume_id=volume_id, - guest_entity=guest_entity ))) # Authorize and configure credentials for the guest to mount the -- 2.39.5