summaryrefslogtreecommitdiff
path: root/test/runner/lib/executor.py
Commit message (Expand)AuthorAgeFilesLines
* WIP: Resolve CI issues for stable-2.3. (#32605)Matt Clay2017-11-061-4/+9
* If pip install requirements.txt fails, upgrade pip (#32399)John R Barker2017-11-061-9/+4
* Fix ansible-test base branch handling on merge. (#22759)Matt Clay2017-03-171-1/+4
* Fix ansible-test base branch usage on Shippable.Matt Clay2017-03-171-1/+1
* Add test verification to ansible-test. (#22636)Matt Clay2017-03-151-1/+22
* Add `--failure-ok` option to `ansible-test`. (#22623)Matt Clay2017-03-141-2/+7
* Use lint/junit output for compile test. (#22395)Matt Clay2017-03-081-57/+103
* Use lint friendly output for python syntax checks. (#22390)Matt Clay2017-03-071-2/+1
* Overhaul `ansible-test sanity` implementation. (#22177)Matt Clay2017-03-021-342/+6
* Support ansible commands in sanity tests. (#22172)Matt Clay2017-03-011-1/+3
* Disable newer shellcheck tests which don't pass.Matt Clay2017-02-271-1/+4
* Run unit tests in isolation w/ coverage support.Matt Clay2017-02-271-0/+1
* Run destructive win tests when creating instances.Matt Clay2017-02-271-0/+3
* Pass base branch to module validator on delegate.Matt Clay2017-02-201-3/+14
* Re-enable module comparisons in validate-modules (#21582)Matt Martz2017-02-171-0/+7
* Fix ansible-test selection of inventory file.Matt Clay2017-02-161-2/+2
* network_cli shouldn't be specified anymore (#21458)John R Barker2017-02-151-1/+0
* Consider module_utils deps when running tests. (#21382)Matt Clay2017-02-131-1/+4
* Revert "Enable process isolation for unit tests."Matt Clay2017-02-091-1/+0
* Enable process isolation for unit tests.Matt Clay2017-02-081-0/+1
* Add `pep8` to `ansible-test`. (#20745)Matt Clay2017-01-271-1/+126
* Add startup checks to ansible-test.Matt Clay2017-01-241-0/+18
* Improve jinja2 test coverage. (#20533)Matt Clay2017-01-201-4/+5
* Use multiple AWS regions in ansible-test. (#20429)Matt Clay2017-01-181-54/+1
* Generate ssh key once for network tests.Matt Clay2017-01-181-0/+4
* Enable more network support in ansible-test. (#20372)Matt Clay2017-01-171-7/+21
* Clean up inventory generation in ansible-test. (#20313)Matt Clay2017-01-161-13/+26
* Complete initial network-integration support.Matt Clay2017-01-121-1/+83
* Add test support for python 3.6.Matt Clay2017-01-101-0/+1
* Improve ansible-test completion and messaging. (#19627)Matt Clay2016-12-221-4/+4
* Remove legacy test alias migration script. (#19629)Matt Clay2016-12-211-1/+4
* Use `docker pull` by default in ansible-test.Matt Clay2016-12-141-0/+1
* Add --tox-sitepackages option to ansible-test.Matt Clay2016-12-131-0/+2
* Don't error if pytest skips all unit tests.Matt Clay2016-12-081-1/+7
* Fix compile skip path handling for targeted tests.Matt Clay2016-11-301-1/+1
* Initial ansible-test implementation. (#18556)Matt Clay2016-11-291-0/+1253