Matt Clay
|
d8e0aadc0d
|
Update ansible-test support for CI providers.
Refactored CI provider code to simplify multiple provider support and addition of new providers.
|
2020-05-14 17:08:30 -07:00 |
|
Yanis Guenane
|
34800fe027
|
Test: Bump Tower version to latest release
|
2020-02-21 08:34:54 -08:00 |
|
Yanis Guenane
|
b9bd2c25ca
|
Test: Bump TOWER_VERSION to supported version (#67378)
* Revert "Remove Tower module tests from CI. (#67368)"
This reverts commit b041d96762 .
* Test: Bump TOWER_VERSION to 3.6.2
|
2020-02-13 10:13:05 -08:00 |
|
Matt Clay
|
9f7b124a6f
|
Mark ansible-test cloud credentials as sensitive.
|
2019-09-17 13:08:14 -07:00 |
|
Matt Clay
|
d651bda123
|
Relocate ansible-test code. (#60147)
* Initial move of `test/runner/` content.
`test/runner/lib/` -> `test/lib/ansible_test/_internal/`
`test/runner/` -> `test/lib/ansible_test/_internal/data/`
* Initial move of `test/sanity/` content.
`test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`)
* Initial move of `test/units/pytest/` content.
`test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/`
* Follow-up move of `test/runner/unit/` content.
`test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/`
* Initial move of `ansible.cfg` content.
`test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg`
`test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg`
* Follow-up move of `data` directory.
`test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/`
* Update import statements.
* Add missing __init__.py for unit tests.
* Fix path references and miscellaneous issues.
|
2019-08-06 14:43:29 -07:00 |
|