summaryrefslogtreecommitdiff
path: root/tempest_lib/cli/base.py
Commit message (Expand)AuthorAgeFilesLines
* Retire tempest-lib in favor of tempest.libHEADmasterGhanshyam Mann2022-04-051-410/+0
* Allow passing --insecure to python client binariesVincent Untz2015-11-171-2/+8
* Fix order of std and third party lib importghanshyam2015-09-281-1/+2
* Fix cli.base.execute with py34Mehdi Abaakouk2015-09-011-2/+8
* Revert "Adding support for neutron-debug CLI."Matthew Treinish2015-06-231-23/+0
* Adding support for neutron-debug CLI.raiesmh082015-04-151-0/+23
* Fix typo: clien => clientJoe Gordon2015-01-271-1/+1
* Update base.py to include python-openstackclient.Lilywei1232015-01-061-0/+19
* Cleanup documentation for cli execute codeMatthew Treinish2014-09-081-16/+230
* Add merge_stderr option to all client methodsMatthew Treinish2014-09-051-17/+19
* Add the cli_dir argument to nova-mange's execute callMatthew Treinish2014-08-291-1/+2
* Remove admin param from client method definitionsMatthew Treinish2014-08-291-18/+18
* Remove versionutils use in cli frameworkMatthew Treinish2014-08-291-42/+0
* Stop using oslo loggingMatthew Treinish2014-08-281-1/+1
* Move cli asserts to test classMatthew Treinish2014-08-281-11/+11
* Add a new base cli test classMatthew Treinish2014-08-281-1/+12
* Clean up and move cli test baseMatthew Treinish2014-08-281-0/+192