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 |
|
Matt Clay
|
d2a7cc0b9f
|
Fix integration tests to support remote hosts.
|
2019-01-24 19:57:04 -08:00 |
|
Felix Fontein
|
d2f524fb27
|
Use {{ ansible_python.executable }} instead of python in integration tests. (#47340)
|
2018-10-19 09:00:34 +02:00 |
|
Matt Clay
|
f74f7b0373
|
Add constraint for requests on python 2.6. (#47306)
* Add constraint for requests on python 2.6.
* Use constraints in lookup_hashi_vault test.
|
2018-10-18 13:05:29 -07:00 |
|
Pilou
|
9984c0fd40
|
hashi_vault lookup: add integration tests (#44814)
* hashi_vault lookup: add integration tests
* hashi_vault lookup tests: use ansible-ci-files
|
2018-09-13 19:13:57 +01:00 |
|