summaryrefslogtreecommitdiff
path: root/cinderclient/tests/unit/test_shell.py
Commit message (Expand)AuthorAgeFilesLines
* Make V3 the default and fixup version reportingJohn Griffith2017-03-101-0/+2
* Fix test_version_discovery testIvan Kolodyazhny2016-11-221-1/+1
* Replace 'MagicMock' with 'Mock'xianming mao2016-09-301-1/+1
* Add "start_version" and "end_version" support to argparseCao Shufeng2016-08-161-0/+171
* Use self.ks_logger instead of ks_loggerdineshbhor2016-08-011-0/+11
* Switch to keystoneauthSteve Martinelli2016-07-231-16/+21
* Merge "Fix authentication issue"Jenkins2016-07-151-1/+10
|\
| * Fix authentication issueAbhijeet Malawade2016-04-271-1/+10
* | Merge "Fix argument order for assertEqual to (expected, observed)"Jenkins2016-06-141-2/+2
|\ \
| * | Fix argument order for assertEqual to (expected, observed)reedip2016-06-141-2/+2
| |/
* | Support --os-key optionCedric Brandily2016-05-171-0/+23
|/
* Pass insecure option to HTTPClientCory Stone2016-01-271-0/+16
* No longer ignores CINDER_SERVICE_NAMEDerrick J. Wippler2015-09-141-0/+19
* Fixed test_password_promptedDerrick J. Wippler2015-08-271-4/+8
* Replace assertEqual(None, *) with assertIsNone in testsYusuke Hayashi2015-08-091-2/+2
* New mock release(1.1.0) broke unit/function testsrico.lin2015-07-141-1/+1
* Revert "Enable version discovery"Mike Perez2015-07-021-200/+1
* Avoid _get_keystone_session() if auth_pluginDerrick J. Wippler2015-05-071-1/+51
* Add version removal rule to stop discovery warningMike Perez2015-04-291-3/+3
* Enable version discoveryMike Perez2015-04-201-2/+201
* Move unit tests into test directoryJohn Griffith2015-03-231-0/+169