summaryrefslogtreecommitdiffstats
path: root/test/legacy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `test/legacy/` directory. (#67786)Matt Clay2020-02-26516-27504/+0
| | | | | | | | | | * Remove `test/legacy/` directory. * Remove references to `test/legacy/` directory. * Update the remaining valid legacy reference. * Remove outdated legacy references.
* Move scaleway_s3 tests to the legacy directory.Matt Clay2020-02-1812-0/+483
| | | | | | | | These tests rely on the AWS S3 modules, but will not be migrated along with those modules into an AWS collection. Since these tests will not reside in a collection alongside the modules under test they are being moved to the legacy tests directory. The legacy tests directory will soon be migrated to a separate repository.
* Use context manager for file handling in misc files. (#65372)Mads Jensen2019-12-211-1/+2
| | | The file handles are left open in those files.
* Sanity test fixups - AWS related tests (#64093)Mark Chappell2019-10-301-0/+3
| | | | | | * AWS tests Sanity Test fixups (add boilerplate) * Remove sanity ignore.txt entries
* Fix obvious typos (#62821)Erik Zettel2019-10-1815-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib/ansible/modules/cloud/digital_ocean/digital_ocean_snapshot_info.py: fix typos * lib/ansible/modules/cloud/ovirt/ovirt_host_network.py: fix typos * test/integration/targets/cnos_backup/README.md: fix typos * test/integration/targets/cnos_bgp/README.md: fix typos * test/integration/targets/cnos_command/README.md: fix typos * test/integration/targets/cnos_conditional_command/README.md: fix typos * test/integration/targets/cnos_conditional_template/README.md: fix typos * test/integration/targets/cnos_config/README.md: fix typos * test/integration/targets/cnos_facts/README.md: fix typos * test/integration/targets/cnos_image/README.md: fix typos * test/integration/targets/cnos_rollback/README.md: fix typos * test/integration/targets/cnos_save/README.md: fix typos * test/integration/targets/cnos_showrun/README.md: fix typos * test/integration/targets/cnos_template/README.md: fix typos * test/integration/targets/cnos_vlag/README.md: fix typos * test/integration/targets/enos_command/README.md: fix typos * test/integration/targets/enos_config/README.md: fix typos * test/integration/targets/enos_facts/README.md: fix typos * test/legacy/roles/cnos_backup/README.md: fix typos * test/legacy/roles/cnos_bgp/README.md: fix typos * test/legacy/roles/cnos_command/README.md: fix typos * test/legacy/roles/cnos_conditional_command/README.md: fix typos * test/legacy/roles/cnos_conditional_template/README.md: fix typos * test/legacy/roles/cnos_ethernet/README.md: fix typos * test/legacy/roles/cnos_facts/README.md: fix typos * test/legacy/roles/cnos_image/README.md: fix typos * test/legacy/roles/cnos_portchannel/README.md: fix typos * test/legacy/roles/cnos_rollback/README.md: fix typos * test/legacy/roles/cnos_save/README.md: fix typos * test/legacy/roles/cnos_showrun/README.md: fix typos * test/legacy/roles/cnos_template/README.md: fix typos * test/legacy/roles/cnos_vlag/README.md: fix typos * test/legacy/roles/cnos_vlan/README.md: fix typos
* Support cloudflare API Tokens. (#62043)Konstantin Alekseev2019-09-211-0/+29
| | | | API Tokens provide a new way to authenticate with the Cloudflare API. They allow for scoped and permissioned access to resources.
* Rename Azure modules: facts -> info (#61505)smile377732019-08-291-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename * add symlink * rename * rename * rename * rename * rename * rename * rename * rename * rename * rename * rename * rename
* Online: rename _facts -> _info (#61091)Felix Fontein2019-08-273-11/+11
| | | | | | * Rename online _facts -> _info * Add changelog.
* safe_eval fix (#57188)Brian Coca2019-06-061-2/+2
| | | | | | | | | * just dont pass locals - also fix globals - added tests * fixed tests
* rename modules azure_rm_..._facts to azure_rm_..._info (#57395)smile377732019-06-061-4/+4
|
* Rename one_image_facts -> one_image_info (#57035)Felix Fontein2019-05-293-13/+13
| | | | | | | | * Rename one_image_facts -> one_image_info. * Add changelog. * Forgot symlink.
* Removed legacy Digital Ocean tasks (#51786)Kevin Breit2019-04-293-67/+0
|
* Migrate Scaleway tests to integration testsRémy Léone2019-04-1039-2755/+0
|
* Cleanup yaml files with incorrect task attrs (#53813)Matt Martz2019-03-151-1/+1
|
* Integration test cleanup for cloudscale modules (#53629)Gaudenz Steinlin2019-03-125-141/+0
| | | | | | | | | | | | | | | | | * Integration test cleanup for cloudscale modules This refactors the cleanup procedure for the integration tests of the cloudscale_server and cloudscale_volume modules to use an "always" section for cleanup. The cleanup code also deletes all resources which contain the test run prefix. This ensures that all resources are cleaned up regardless of the actual test result which is a prerequisite for running these tests in CI. * Move cloudscale_floating_ip tests from legacy to integration This also adds code to make sure that floating IPs are deleted even if a test run fails. This is unfortunately not possible for floatint IPv6 networks.
* tests: cloudscale_server: convert legacy to target tests (#52576)René Moser2019-02-204-146/+0
|
* Add a Scaleway load-balancer module (#51741)Rémy Léone2019-02-113-0/+225
|
* Included support to AIX group of subsystems on service module (#33043)Kairo Araujo2019-01-081-0/+24
| | | | | | | | | | | | | | | | | | | | | | * Included support to AIX group subsystems AIX systems has subsystems as services but also uses group subsystems. For example, spooler is a group subsystem to services qdaemon, writesrv, and lpd. This change enables the possibility to use also the group susbsystmes such as spooler, nfs, etc. When the service name is informed, first the module will check if the name is a subsystem, if not it will check if the name is a group subsystem and also it subsystems states. This change makes services more flexible with AIX systems. * Included test/legacy/aix_services.yml for tests As discussed on IRC ansible-devel channes, was include the legacy tests for further manual tests.
* tests: vultr: convert legacy tests to targets (#50156)René Moser2019-01-0746-2756/+0
|
* vultr_server: fix multiple ssh keys not handled (#50337)René Moser2019-01-012-0/+27
| | | | | | * vultr_server: fix multiple ssh keys not handled * add changelog fragment
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-171-1/+1
| | | | | This will keep us from accidentally catching program-exiting exceptions like KeyboardInterupt and SystemExit.
* Digital Ocean Integration tests (#29960)Patrick Marques2018-11-286-0/+83
| | | * Digital Ocean Integration tests
* feat: meaningful error message scaleway image not found (#48829)abarbare2018-11-212-1/+2
|
* Add support for Scaleway object storage (#46353)Rémy Léone2018-11-0913-0/+486
|
* vultr_server_facts: add tests and changelog for firewall group fix in #48342 ↵René Moser2018-11-091-2/+12
| | | | (#48411)
* vultr: fix for API returned unexpected empty list (#48036)René Moser2018-11-041-0/+15
| | | | | | * vultr: fix for API returned unexpected empty list * add changelog
* Add support for adding custom query parameters to URL (#46390)Rémy Léone2018-10-263-0/+74
|
* feat: add security_group to scaleway compute resource (#45699)abarbare2018-10-242-0/+148
| | | feat: add more tests
* feat: dynamic security group (#46571)abarbare2018-10-211-19/+38
|
* fix scaleway user data tests (#46570)abarbare2018-10-112-12/+16
| | | | | | | | * fix scaleway user data tests * default values * pep8
* Specify region in IP facts (#46210)Rémy Léone2018-10-071-0/+17
|
* Add region parameters to sg (#46211)Rémy Léone2018-10-071-0/+17
|
* Add region to server facts (#46212)Rémy Léone2018-10-071-0/+17
|
* Add region to snapshots facts (#46213)Rémy Léone2018-10-071-0/+17
|
* Add region to the volume facts (#46214)Rémy Léone2018-10-061-0/+17
|
* Add symlinks sanity test. (#46467)Matt Clay2018-10-046-2/+179
| | | | | | | | | * Add symlinks sanity test. * Replace legacy test symlinks with actual content. * Remove dir symlink from template_jinja2_latest. * Update import test to use generated library dir. * Fix copy test symlink setup.
* feat: add scaleway security_group_rule management (#45694)abarbare2018-10-013-0/+235
| | | * feat: add scaleway security_group_rule management
* feat: add scaleway security group module (#45686)abarbare2018-09-253-0/+133
| | | | | fix: pep8 coding style fix: error order requests
* Add an Online servers factRémy Léone2018-09-242-0/+15
|
* Add a Scaleway IP module (#45121)Rémy Léone2018-09-243-0/+449
| | | - Add an option to enable public ip at server creation
* Add an option to enable public ip at server creation (#44826)Rémy Léone2018-09-204-386/+590
|
* vultr: fix for unreliable API behavior (#45712)René Moser2018-09-191-0/+5
|
* Select image facts by region (#44965)Rémy Léone2018-09-061-0/+18
|
* Add user_data/cloud-init support for scaleway_compute module (#42697)Rémy Léone2018-09-053-0/+91
|
* Add an user facts module for Online (#44709)Rémy Léone2018-08-312-0/+21
|
* scaleway: Introduce scaleway_organization_facts moduleYanis Guenane2018-08-242-0/+13
| | | | Co-authored-by: Rémy Leone <rleone@online.net>
* scaleway: Introduce scaleway_snapshot_facts moduleYanis Guenane2018-08-242-0/+13
| | | | Co-authored-by: Rémy Leone <rleone@online.net>
* scaleway: Introduce scaleway_server_facts moduleYanis Guenane2018-08-242-0/+13
| | | | Co-authored-by: Rémy Leone <rleone@online.net>
* scaleway: Introduce scaleway_ip_facts moduleYanis Guenane2018-08-242-0/+13
| | | | Co-authored-by: Rémy Leone <rleone@online.net>
* scaleway: Introduce scaleway_image_facts moduleYanis Guenane2018-08-242-0/+13
| | | | Co-authored-by: Rémy Leone <rleone@online.net>