Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Vibhu-gslab committed Dec 3, 2024
1 parent 0183d90 commit f555179
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ ip name-server group mynameserver1
name-server vrf vrf1 8.8.8.8 priority 0
name-server vrf vrf1 2.2.2.2 priority 1
name-server vrf a_vrf 2.2.2.5 priority 3
name-server vrf b_vrf 2.2.2.6 priority 3
name-server vrf vrf1 2.2.2.4 priority 4
dns domain arista.avd.com
ip domain-list domain-list1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ ip_name_server_groups:
- ip_address: 2.2.2.4
vrf: vrf1
priority: 4
- ip_address: 2.2.2.6
vrf: b_vrf
priority: 3
- ip_address: 2.2.2.5
vrf: a_vrf
priority: 3

- name: mynameserver0
ip_domain_list: domain-list1
dns_domain: arista.avd.com
Expand Down

0 comments on commit f555179

Please sign in to comment.