tests: adjust rendered dictionaries to fit...

...latest changes

refs #12447
This commit is contained in:
Thomas Gelf 2016-08-26 07:07:35 +00:00
parent fbf4400ad2
commit d142fa1c49
5 changed files with 10 additions and 10 deletions

View File

@ -5,8 +5,8 @@ object Host "___TEST___host" {
vars.test2 = 17
vars.test3 = false
vars.test4 = {
"a" = [ "dict", "ionary" ]
"this" = "is"
a = [ "dict", "ionary" ]
@this = "is"
}
}

View File

@ -10,8 +10,8 @@ object Host "___TEST___host" {
vars.test2 = 17
vars.test3 = false
vars.test4 = {
"a" = [ "dict", "ionary" ]
"this" = "is"
a = [ "dict", "ionary" ]
@this = "is"
}
}

View File

@ -7,8 +7,8 @@ object Host "___TEST___host" {
vars.test2 = 17
vars.test3 = false
vars.test4 = {
"a" = [ "dict", "ionary" ]
"this" = "is"
a = [ "dict", "ionary" ]
@this = "is"
}
}

View File

@ -4,8 +4,8 @@ apply Service "___TEST___service" {
vars.test2 = 17
vars.test3 = false
vars.test4 = {
"a" = [ "dict", "ionary" ]
"this" = "is"
a = [ "dict", "ionary" ]
@this = "is"
}
assign where match("127.*", host.address)

View File

@ -4,8 +4,8 @@ apply Service "___TEST___service" {
vars.test2 = 17
vars.test3 = false
vars.test4 = {
"a" = [ "dict", "ionary" ]
"this" = "is"
a = [ "dict", "ionary" ]
@this = "is"
}
assign where match("128.*", host.address)