summaryrefslogtreecommitdiff
path: root/cinderclient/tests/unit/test_shell.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-06-051-1/+1
* Pass os_endpoint to keystone sessionIan Wienand2020-03-241-1/+1
* Raise hacking version to 2.0.0Sean McGinnis2019-12-211-8/+8
* Merge "Optional filters parameters should be passed only once"Zuul2019-09-111-0/+6
|\
| * Optional filters parameters should be passed only oncewhoami-rajat2019-09-051-0/+6
* | Drop support for OS_TENANT_NAME and OS_TENANT_IDSean McGinnis2019-09-101-2/+2
|/
* Merge "Fix shell upload-to-image with no volume type"Zuul2019-05-231-0/+28
|\
| * Fix shell upload-to-image with no volume typeEric Harney2019-04-031-0/+28
* | Tests: Don't write bash-completion cache filesEric Harney2019-02-261-0/+11
|/
* Fix max version handling for help outputSean McGinnis2019-01-301-0/+12
* Allow --help for specific commandsEric Harney2018-04-101-0/+11
* Migrate to keystoneauth identity cli opts.Zhao Chao2018-01-161-0/+16
* Fix OS_AUTH_TYPE env var usageGorka Eguileor2017-08-041-0/+20
* Do not require network for test_noauth_plugin()Thomas Bechtold2017-06-011-5/+8
* Fix noauth supportIvan Kolodyazhny2017-03-241-47/+10
* 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