mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add junos_config unit test (#24005)
This commit is contained in:
28
test/units/modules/network/junos/fixtures/junos_config.json
Normal file
28
test/units/modules/network/junos/fixtures/junos_config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
{
|
||||
"interfaces" : [
|
||||
{
|
||||
"interface" : [
|
||||
{
|
||||
"name" :
|
||||
{
|
||||
"data" : "ae11"
|
||||
},
|
||||
"unit" : [
|
||||
{
|
||||
"name" :
|
||||
{
|
||||
"data" : "0"
|
||||
},
|
||||
"description" : [
|
||||
{
|
||||
"data" : "Test"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user