mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
test: fix vswitch subnets ip_range (#359)
##### SUMMARY The vswitch subnet validation changed: the subnet ip_range must be smaller than the network ip_range **AND** must not start with the same IP. See https://github.com/ansible-collections/hetzner.hcloud/runs/17672011247 In addition, I reworked the tests to use the new testing framework.
This commit is contained in:
parent
76ef636f07
commit
4044980477
7 changed files with 102 additions and 91 deletions
|
|
@ -20,7 +20,6 @@ exclude_paths:
|
|||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue