Matt Clay
|
2c7f8bf586
|
Fix ansible-test windows-integration module refs.
|
2020-03-23 11:14:21 -05:00 |
|
Matt Clay
|
482885e0c8
|
Fix network setup for collections in ansible-test.
|
2020-02-21 18:31:40 -08:00 |
|
Yanis Guenane
|
4fd2dce7f3
|
Testing: Add support for AIX platform (#65802)
|
2020-01-29 15:56:51 -08:00 |
|
Matt Clay
|
5f67b5a757
|
Move ansible-test coverage config to test/lib/
|
2019-08-07 18:32:46 -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 |
|