ansible-collection-hetzner-.../tests/integration/targets
Julian Tölle e218306028
test: various fixes for integration tests (#193)
* test: update for new locations

* test(cert): fix issues with random name failing the test

The variable hcloud_dns_test_domain used the random function to generate
a number from 1-100. This number changed between every usage of the
variable, so the test that compared the domain name of the cert to the
variable kept failing, as different numbers were generated.

By generating the number once and saving it into a fact, this is fixed.

* test: fix issues with long resource names

Server and volume names have restricted length (63 and 64 respectivly).

This can cause issues when the `hcloud_prefix` is of certain length. By
applying truncate, we can be sure to not reach the limit.

This issue mainly happened in our internal ci, as the hcloud_prefix variable
contains the hostname where the tests were running, and our hostnames are
quite long.
2023-02-13 10:48:26 +01:00
..
hcloud_certificate test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_certificate_info Fix hcloud_certificate_info test (#100) 2021-08-10 20:44:26 +02:00
hcloud_datacenter_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_firewall Add description field to firewall rules (#101) 2021-08-12 13:13:19 +02:00
hcloud_floating_ip test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_floating_ip_info Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_image_info Add Shippable CI (#2) 2020-04-14 08:34:22 +02:00
hcloud_load_balancer Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_load_balancer_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_load_balancer_network loadbalancer_: improve error handlings (#138) 2022-06-20 06:26:26 +02:00
hcloud_load_balancer_service loadbalancer_: improve error handlings (#138) 2022-06-20 06:26:26 +02:00
hcloud_load_balancer_target test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_load_balancer_type_info Implement Load Balancers and Certificates and prepare release (#13) 2020-06-29 15:41:30 +02:00
hcloud_location_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_network Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_network_info Add Shippable CI (#2) 2020-04-14 08:34:22 +02:00
hcloud_placement_group test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_primary_ip test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_rdns test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_route Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_server test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_server_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_server_network test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_server_type_info Add Shippable CI (#2) 2020-04-14 08:34:22 +02:00
hcloud_ssh_key test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_ssh_key_info Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_subnetwork Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_volume test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_volume_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
setup_selfsigned_certificate/tasks Implement Load Balancers and Certificates and prepare release (#13) 2020-06-29 15:41:30 +02:00
setup_sshkey/tasks Initial commit 2020-03-09 13:36:01 +00:00