summaryrefslogtreecommitdiff
path: root/tempest/cmd/run.py
Commit message (Expand)AuthorAgeFilesLines
* Inclusive jargonMartin Kopec2021-01-201-21/+95
* Remove six.PY3/six.PY2likui2020-11-101-6/+1
* Add --worker-file option in tempestArx Cruz2020-03-301-0/+41
* Fix tempest run doc indentationMasayuki Igawa2019-07-051-5/+5
* Checking config file actually exist or not in tempest runManik Bindlish2019-03-181-1/+9
* Merge "Add autopep8 to tox.ini"Zuul2019-03-161-2/+2
|\
| * Add autopep8 to tox.iniafazekas2019-03-081-2/+2
* | Set concurrency default valueMasayuki Igawa2019-03-061-1/+1
|/
* stestr expects --concurrency to be an intTony Breeds2019-03-041-0/+1
* Add missing ws seperator between wordszhufl2018-11-161-2/+2
* Removing unnecessary elseVishakha Agarwal2018-09-031-2/+0
* Fix typosbaiwenteng2018-06-111-1/+1
* Add unit test for tempest run --config-fileMasayuki Igawa2018-02-261-1/+2
* Fixing the condition to run tests in tempest runghanshyam2018-02-231-1/+1
* Add a black_regex flag to tempest runMatthew Treinish2018-02-231-1/+7
* Fix the -l/--list-tests argument for tempest runMatthew Treinish2018-02-221-2/+7
* Cleanup selection list args in tempest runMatthew Treinish2018-02-221-26/+17
* Remove leftover call to _create_stestrepositoryAdam Harwell2018-02-211-1/+0
* Switch Tempest CLI commands from testrepository to stestrChandan Kumar2018-02-131-114/+34
* Fix the mistake of code indentGuoqiang Ding2017-12-271-1/+1
* Fix docs markup consistencyMasayuki Igawa2017-11-211-12/+12
* Merge "Add --load-list argument to tempest to accept a non-regex whitelist"Jenkins2017-09-271-0/+14
|\
| * Add --load-list argument to tempest to accept a non-regex whitelistubuntu2017-09-051-0/+14
* | Remove usage of credentials_factory.AdminManagerghanshyam2017-08-081-1/+3
|/
* Save state of cloud before running tempestPrateek Arora2017-06-191-0/+32
* Add --combine option to tempest runMatthew Treinish2017-03-031-0/+29
* Add short options to tempestNicolas Bock2017-01-121-4/+4
* Set PYTHON env variable for python3Davanum Srinivas2017-01-051-0/+7
* Improve error reporting when workspace not registeredBrant Knudson2016-10-131-0/+6
* Fix subunit-trace output with tempest runMatthew Treinish2016-09-201-2/+2
* Add using dash options instead of underscoreMasayuki Igawa2016-08-241-3/+3
* Merge "Fix typo in tempest/run help document."Jenkins2016-07-151-2/+2
|\
| * Fix typo in tempest/run help document.zhangyanxian2016-07-141-2/+2
* | Merge "Remove unused LOG"Jenkins2016-07-131-2/+0
|\ \ | |/ |/|
| * Remove unused LOGzhufl2016-07-081-2/+0
* | Tempest: Fixed a typoPuneet Arora2016-07-051-1/+1
* | Add support for specifying a config file to tempest runMatthew Treinish2016-06-301-2/+30
* | Add support for workspaces to tempest runMatthew Treinish2016-06-291-6/+39
* | Add whitelist and blacklist file options to tempest runMatthew Treinish2016-06-291-0/+35
* | Fix un-assignment local variable 'returncode' errorMasayuki Igawa2016-06-221-2/+3
|/
* Correct some misspelt words in print messageszhufl2016-06-211-2/+2
* Add tempest run commandMatthew Treinish2016-06-091-0/+181