This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
ansible-collection-hetzner-hcloud
Watch
2
Star
0
Fork
You've already forked ansible-collection-hetzner-hcloud
0
mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced
2024-11-10 06:34:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
49e21ae4fe
ansible-collection-hetzner-...
/
tests
/
requirements.yml
6 lines
78 B
YAML
Raw
Normal View
History
Unescape
Escape
test: remove invalid tests collections requirements (#246)
2023-07-04 07:33:09 +00:00
---
test: fix ansible-tests requirements file (#241)
2023-06-28 08:51:31 +00:00
collections
:
feat: replace `ansible.netcommon` utils with python3 `ipaddress` module (#416) ##### SUMMARY Replace `ansible.netcommon` deprecated ipaddr utils with python `ipaddress` module. The `ansible.netcommon` collection is no longer required by the collections. We still use the `ansible.utils` collections for testing
2023-12-12 10:50:45 +00:00
-
ansible.utils
test: improve tests using setup_selfsigned_certificate (#286)
2023-08-04 07:01:50 +00:00
-
community.crypto
test: implement integration testing framework (#239) Fixes #203 The namespace used to differentiate the resources between CI pipelines, CI stages or even between test targets was broken and resulted in conflicting resource names. This PR ensure the resources names don't collide with each other by making sure we use the entire hcloud_prefix value as md5sum, and by including the target role names inside the resource names. Create a setup/teardown framework to handle testing resources used by the tests. To simplify the review process, additional changes such as splitting the setup/teardown task in the prepare.yml and cleanup.yml files will be done in future PRs (many files were renamed, and git will not preserve the file history after the PR squash). * chore: move integrations targets files * test: create integration common files * test: fix resources name namespace using the magic hcloud_ns * test: simplify requirements install * test: rename hcloud_server test taskfiles
2023-07-26 14:09:48 +00:00
-
community.general
Reference in a new issue
Copy permalink