Matt Clay
73ee85145b
[stable-2.10] Pin ansible-test requirements for RHEL.
...
The `packaging` and `pyparsing` packages are now installed by `ansible-test` during provisioning of RHEL instances to match the downstream vendored versions.
(cherry picked from commit 70c59423fc
)
Co-authored-by: Matt Clay <matt@mystile.com>
2020-06-26 11:32:16 -07:00
Yanis Guenane
46d82179d8
Testing: Add support for CentOS Linux On Power platform ( #68130 )
...
* Testing: Add CentOS Linux On Power platform
* Add arch designation to remotes.
This avoids overloading the provider with the arch.
Also add a changelog entry.
Co-authored-by: Matt Clay <matt@mystile.com>
2020-04-15 16:22:17 -07:00
Sam Doran
8f296a6533
ansible-test - add constraint for virtualenv ( #67289 )
...
* ansible-test - add constraint for virtualenv
* Limit virtualenv only on macOS.
Co-authored-by: Matt Clay <matt@mystile.com>
2020-02-10 16:29:47 -08:00
Matt Clay
1110e9d80d
Test AIX with smaller volumes.
2020-02-09 13:23:28 -08:00
Yanis Guenane
4fd2dce7f3
Testing: Add support for AIX platform ( #65802 )
2020-01-29 15:56:51 -08:00
Matt Clay
21069c84d9
Fix ansible-test color ls
logic.
2020-01-28 17:48:54 -08:00
Matt Clay
428aaf7e65
Keep SSH authorized keys in ansible-test setup.
2020-01-28 17:48:54 -08:00
Matt Clay
022335669c
Work around ssh-keygen issue in ansible-test. ( #63211 )
...
Newer versions of ssh-keygen create PEM keys that are not recognized by Paramiko.
Now ansible-test compensates for this by updating they keys it generates so Paramiko will recognize them.
2019-10-07 14:36:05 -07:00
Matt Clay
32b0a72547
Support windows-integration on collections. ( #60984 )
...
* Support windows-integration on collections.
* Update configure-remoting-ps1 sanity test.
* Add copy of ConfigureRemotingForAnsible.ps1.
* Add ignore entry for copied file.
2019-08-20 22:23:28 -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