summaryrefslogtreecommitdiff
path: root/openstackclient/tests/utils.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2013-09-09 14:52:45 -0500
committerDean Troyer <dtroyer@gmail.com>2013-09-09 14:52:50 -0500
commit7a0a7d67ed639cf664f02e1148c7b4a9348f4672 (patch)
treec706b3cfb5b59aa354375ab31ed46baed34a8155 /openstackclient/tests/utils.py
parent16edd97007a71129197e4b3df303ed97ccffe436 (diff)
downloadpython-openstackclient-7a0a7d67ed639cf664f02e1148c7b4a9348f4672.tar.gz
Prepare for Identity v3 tests
* Split identity/fakes.py for v2_0 and v3 * Split identity/test_identity.py for v2_0 and v3 * Fix issues in commands with enable/disable * Clean up v2 commands Change-Id: I6e536b6a130fc556dbd7dcf9f2e76d939ca1bc1c
Diffstat (limited to 'openstackclient/tests/utils.py')
-rw-r--r--openstackclient/tests/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/utils.py b/openstackclient/tests/utils.py
index cf7fda6d..ff7d8a33 100644
--- a/openstackclient/tests/utils.py
+++ b/openstackclient/tests/utils.py
@@ -70,6 +70,7 @@ class TestCommand(TestCase):
# Build up a fake app
self.fake_stdout = fakes.FakeStdout()
self.app = fakes.FakeApp(self.fake_stdout)
+ self.app.client_manager = fakes.FakeClientManager()
def check_parser(self, cmd, args, verify_args):
cmd_parser = cmd.get_parser('check_parser')