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 (#646)
##### SUMMARY - Reduce load balancer test flakiness - Add IP for Hetzner Internal account
This commit is contained in:
parent
4fc2003f30
commit
d75b408830
2 changed files with 4 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
||||||
- result.hcloud_load_balancer_service.health_check.timeout == 10
|
- 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.domain == ""
|
||||||
- result.hcloud_load_balancer_service.health_check.http.path == "/"
|
- 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
|
- name: Test delete with http
|
||||||
hetzner.hcloud.load_balancer_service:
|
hetzner.hcloud.load_balancer_service:
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,7 @@
|
||||||
hcloud_server_name: "{{ hcloud_ns }}"
|
hcloud_server_name: "{{ hcloud_ns }}"
|
||||||
hcloud_load_balancer_name: "{{ hcloud_ns }}"
|
hcloud_load_balancer_name: "{{ hcloud_ns }}"
|
||||||
|
|
||||||
|
# Hetzner Public account
|
||||||
hetzner_server_ip: 142.132.203.104
|
hetzner_server_ip: 142.132.203.104
|
||||||
|
# Hetzner Internal account
|
||||||
|
# hetzner_server_ip: 213.239.214.25
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue