mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
8b24cf2522
##### SUMMARY - Implement the new testing framework (prepare.yml/cleanup.yml #239) - Fix some uncovered test scenarios (related to #298). - Structure all the *_info tests using the following structure: ``` gather all [gather all with custom options...] gather all in check mode gather with id gather with name gather with labels [gather with custom option...] ```
26 lines
1 KiB
Text
26 lines
1 KiB
Text
---
|
|
exclude_paths:
|
|
- .azure-pipelines
|
|
- .cache/
|
|
- .git/
|
|
- .github/
|
|
- changelogs/
|
|
- tests/integration/targets/hcloud_certificate
|
|
- tests/integration/targets/hcloud_firewall
|
|
- tests/integration/targets/hcloud_floating_ip
|
|
- tests/integration/targets/hcloud_load_balancer
|
|
- tests/integration/targets/hcloud_load_balancer_network
|
|
- tests/integration/targets/hcloud_load_balancer_service
|
|
- tests/integration/targets/hcloud_load_balancer_target
|
|
- tests/integration/targets/hcloud_network
|
|
- tests/integration/targets/hcloud_placement_group
|
|
- tests/integration/targets/hcloud_primary_ip
|
|
- tests/integration/targets/hcloud_rdns
|
|
- tests/integration/targets/hcloud_route
|
|
- tests/integration/targets/hcloud_server
|
|
- tests/integration/targets/hcloud_server_network
|
|
- tests/integration/targets/hcloud_ssh_key
|
|
- tests/integration/targets/hcloud_subnetwork
|
|
- tests/integration/targets/hcloud_volume
|
|
- tests/integration/targets/setup_selfsigned_certificate
|
|
- tests/integration/targets/setup_ssh_keypair
|