1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix junos_config integration test (#41304)

*  Change the ip address in fixture files
   as per PR #40554
This commit is contained in:
Ganesh Nalawade 2018-06-08 13:16:47 +05:30 committed by GitHub
parent 7fb92b6f45
commit 1ce484831b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ interfaces {
lo0 { lo0 {
unit 0 { unit 0 {
family inet { family inet {
address 1.1.1.1/32; address 192.0.2.1/32;
} }
} }
} }

View file

@ -1 +1 @@
set interfaces lo0 unit 0 family inet address 1.1.1.1/32 set interfaces lo0 unit 0 family inet address 192.0.2.1/32

View file

@ -6,7 +6,7 @@
<family> <family>
<inet> <inet>
<address> <address>
<name>1.1.1.1/32</name> <name>192.0.2.1/32</name>
</address> </address>
</inet> </inet>
</family> </family>