Go to file
Cedric Brandily 0e9c34a536 Correct mock use in TestCommandLineArgument.setUp
TestCommandLineArgument.setUp mocks get_keystone_client using:

  shell.client.Client.get_keystone_client = mock.MagicMock()

which is incorrect ... as the mock is not clean up during
tearDown/cleanup.

This change corrects how the mock is done.

Closes-Bug: #1445197
Change-Id: If03a27f78fccd8bc5000b258f429dfb6f770f5ee
2015-04-16 22:22:53 +02:00
2014-11-21 08:33:53 +09:00
2014-11-21 08:33:53 +09:00
2014-11-21 08:33:53 +09:00
2014-11-21 08:33:53 +09:00
2014-11-21 08:33:53 +09:00
2014-11-21 08:33:53 +09:00
2014-11-21 08:33:53 +09:00
2014-11-18 14:38:31 -07:00
2014-11-18 14:38:31 -07:00
2014-12-26 15:48:52 +05:30
2015-04-10 11:22:01 +08:00

python-magnumclient

A python language binding for magnum

Description
Python client for Container Infrastructure Management Service
Readme 8.1 MiB
Languages
Python 100%