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

Remove "’" from yaml files

This patch is needed to pass Automation Hub tests.
parent 0af208d2
Branches
Tags
No related merge requests found
--- ---
- name: Playbook to with invalid IPs in allow_transfer. - name: Playbook to with invalid IPs in allow_transfer.
hosts: ipaserver hosts: ipaserver
become: true become: true
......
...@@ -112,7 +112,7 @@ class TestDNSZone(AnsibleFreeIPATestCase): ...@@ -112,7 +112,7 @@ class TestDNSZone(AnsibleFreeIPATestCase):
self.check_notexists([error], "dnszone-show", [add_zone]) self.check_notexists([error], "dnszone-show", [add_zone])
def test_dnszone_invalid_ip(self): def test_dnszone_invalid_ip(self):
"""TC-07: Update with invalid IPs in allow_transfer. Bug#1845051.""" """TC-07: Update with invalid IPs in allow_transfer. Bug#1845051."""
invalid_zone_name = "invalidzone.test" invalid_zone_name = "invalidzone.test"
invalid_zone_ip = "in.va.li.d" invalid_zone_ip = "in.va.li.d"
expected_error = "Invalid IP for DNS forwarder" expected_error = "Invalid IP for DNS forwarder"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment