mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
Remove "’" from yaml files
This patch is needed to pass Automation Hub tests.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Playbook to with invalid IP’s 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):
|
|||||||
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 IP’s 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user