From cea0ad66dddc4096c73018e9be8781325ad09da2 Mon Sep 17 00:00:00 2001 From: Polina-Gubina Date: Tue, 4 May 2021 16:10:19 +0300 Subject: [PATCH] Some fixes in test --- tests/integration/targets/dns/tasks/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/targets/dns/tasks/main.yaml b/tests/integration/targets/dns/tasks/main.yaml index 9e85bed64..399d8f347 100644 --- a/tests/integration/targets/dns/tasks/main.yaml +++ b/tests/integration/targets/dns/tasks/main.yaml @@ -15,9 +15,9 @@ fl_ip: "{{ fl.floating_ip.floating_ip_address }}" ptrdname: "{{ ( prefix + 'dns.com.' ) }}" description: "{{ ( prefix + 'description-dns' ) }}" - zone_public_name: "{{ ( prefix + '-dnszone.com.' ) }}" - zone_private_name: "{{ ( prefix + '-dnszone.com.' ) }}" - rs_name: "{{ ( prefix + '-rs.' + prefix + '-dnszone.com.' ) }}" + zone_public_name: "{{ ( prefix + '-dnszonepublic.com.' ) }}" + zone_private_name: "{{ ( prefix + '-dnszoneprivate.com.' ) }}" + rs_name: "{{ ( prefix + '-rs.' + prefix + '-dnszonepublic.com.' ) }}" network_name: "{{ ( prefix + '-dnsnetwork' )}}" subnet_name: "{{ ( prefix + '-dnssubnet' )}}" router_name: "{{ ( prefix + '-dnsrouter' )}}"