Skip to content
Snippets Groups Projects
Commit 8f32cb04 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

tests/host/test_host: Fix use of wrong host in the host5 test

host1 was used instead of host5 in the repeated host5 test. This lead to an
error with the new IP address handling in ipahost. It was correctly
reporting a change for host1 which resulted in a failed test.
parent 167c7631
Branches
Tags
No related merge requests found
......@@ -129,7 +129,7 @@
- name: Host "{{ host5_fqdn }}" present again
ipahost:
ipaadmin_password: MyPassword123
name: "{{ host1_fqdn }}"
name: "{{ host5_fqdn }}"
ip_address: "{{ ipv4_prefix + '.205' }}"
update_dns: yes
reverse: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment