Matt Clay
|
7d51706278
|
Revert "Switch network incidental tests to VyOS 1.1.7-R2."
This reverts commit 7d5177d6a0 .
|
2020-04-14 12:18:23 -07:00 |
|
Matt Clay
|
7d5177d6a0
|
Switch network incidental tests to VyOS 1.1.7-R2.
The previous version being used, VyOS 1.1.8, is currently unavailable in AWS.
|
2020-04-14 01:12:48 -07:00 |
|
Matt Clay
|
41f6c73be0
|
Update ansible-test network test provisioning. (#68220)
* Update network provisioning defaults.
* Update network test requirements.
|
2020-03-23 11:14:21 -05:00 |
|
Matt Clay
|
a64b562071
|
Fix up network testing on Shippable. (#67678)
This prepares for code coverage collection for initial setup of incidental test coverage.
|
2020-02-23 18:37:26 -08:00 |
|
Matt Clay
|
482885e0c8
|
Fix network setup for collections in ansible-test.
|
2020-02-21 18:31:40 -08: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 |
|