1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

test: reduce load balancer tests flakiness

This commit is contained in:
jo 2025-06-03 17:45:24 +02:00
parent 1ec09d252d
commit 41f3e56746
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
2 changed files with 4 additions and 1 deletions

View file

@ -160,7 +160,7 @@
- result.hcloud_load_balancer_service.health_check.timeout == 10
- result.hcloud_load_balancer_service.health_check.http.domain == ""
- result.hcloud_load_balancer_service.health_check.http.path == "/"
- result.hcloud_load_balancer_service.health_check.http.status_codes == ["2??", "3??"]
- result.hcloud_load_balancer_service.health_check.http.status_codes | sort == ["2??", "3??"]
- name: Test delete with http
hetzner.hcloud.load_balancer_service:

View file

@ -4,4 +4,7 @@
hcloud_server_name: "{{ hcloud_ns }}"
hcloud_load_balancer_name: "{{ hcloud_ns }}"
# Hetzner Public account
hetzner_server_ip: 142.132.203.104
# Hetzner Internal account
# hetzner_server_ip: 213.239.214.25