ansible-collection-hetzner-.../.ansible-lint
Jonas L 866e0b564e
test: use testing framework for network integration tests (#448)
##### SUMMARY

Implement the new test framework for the network tests, and reenable the
network tests
2024-02-02 13:42:18 +01:00

26 lines
786 B
Text

---
exclude_paths:
- .azure-pipelines
- .cache/
- .git/
- .github/
- changelogs/
- examples/
- tests/integration/targets/certificate
- tests/integration/targets/floating_ip
- tests/integration/targets/load_balancer_network
- tests/integration/targets/load_balancer_service
- tests/integration/targets/load_balancer_target
- tests/integration/targets/placement_group
- tests/integration/targets/primary_ip
- tests/integration/targets/route
- tests/integration/targets/server
- tests/integration/targets/server_network
- tests/integration/targets/ssh_key
- tests/integration/targets/volume
warn_list:
- internal-error
- sanity[cannot-ignore]
# TODO: remove once unsupported ansible-core version are dropped
- meta-runtime[unsupported-version]