summaryrefslogtreecommitdiff
path: root/tempest/tests/cmd/test_run.py
Commit message (Expand)AuthorAgeFilesLines
* [part1] Remove sixlikui2021-02-241-6/+5
* Inclusive jargonMartin Kopec2021-01-201-77/+103
* Remove six.PY3/six.PY2likui2020-11-101-6/+1
* Use unittest.mock instead of third party mockSean McGinnis2020-05-171-1/+1
* Add --worker-file option in tempestArx Cruz2020-03-301-0/+9
* Fix invalid assertIsNone statezhufl2019-06-281-1/+1
* Checking config file actually exist or not in tempest runManik Bindlish2019-03-181-9/+27
* Merge "Add whitelist based tests for tempest run command."Zuul2019-02-051-1/+19
|\
| * Add whitelist based tests for tempest run command.Manik Bindlish2019-01-291-1/+19
* | Merge "Add black-list based tests for tempest run command"Zuul2019-02-051-0/+43
|\ \
| * | Add black-list based tests for tempest run commandManik Bindlish2019-01-291-0/+43
| |/
* | Adding missing tests for regex and black-regex in tempest runManik Bindlish2019-01-291-0/+21
|/
* Adding missing test cases in "test_run.py"Manik Bindlish2018-10-301-8/+123
* Merge "Adding unit test of setting config path for "tempest run""Zuul2018-10-031-0/+32
|\
| * Adding unit test of setting config path for "tempest run"Manik Bindlish2018-09-181-0/+32
* | Removing duplicate variable "parsed_args.config_file"Manik Bindlish2018-09-171-1/+0
* | Removing unused attributes from test_run.pyManik Bindlish2018-07-261-6/+0
|/
* Add unit test for tempest run --config-fileMasayuki Igawa2018-02-261-0/+29
* Add test for tempest run with a whitelist fileMatthew Treinish2018-02-231-0/+17
* Fix the -l/--list-tests argument for tempest runMatthew Treinish2018-02-221-0/+19
* Switch Tempest CLI commands from testrepository to stestrChandan Kumar2018-02-131-58/+7
* Merge "Add --load-list argument to tempest to accept a non-regex whitelist"Jenkins2017-09-271-0/+1
|\
| * Add --load-list argument to tempest to accept a non-regex whitelistubuntu2017-09-051-0/+1
* | Added unit tests for blacklist and whitelistDivyansh Acharya2017-08-241-0/+30
|/
* Improve error reporting when workspace not registeredBrant Knudson2016-10-131-0/+30
* Add whitelist and blacklist file options to tempest runMatthew Treinish2016-06-291-0/+6
* Fix un-assignment local variable 'returncode' errorMasayuki Igawa2016-06-221-0/+8
* Add tempest run commandMatthew Treinish2016-06-091-0/+110