summaryrefslogtreecommitdiff
path: root/test/integration/targets/lookup_hashi_vault/playbooks/install_dependencies.yml
Commit message (Collapse)AuthorAgeFilesLines
* Restrict `hvac` Python distribution in py2 tests (#78808)Sviatoslav Sydorenko2022-09-191-1/+1
|
* Relocate ansible-test code. (#60147)Matt Clay2019-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Fix integration tests to support remote hosts.Matt Clay2019-01-241-1/+1
|
* Add constraint for requests on python 2.6. (#47306)Matt Clay2018-10-181-0/+1
| | | | | * Add constraint for requests on python 2.6. * Use constraints in lookup_hashi_vault test.
* hashi_vault lookup: add integration tests (#44814)Pilou2018-09-131-0/+19
* hashi_vault lookup: add integration tests * hashi_vault lookup tests: use ansible-ci-files