check owner, deployed_service and various improvment
This commit is contained in:
14
tests/dictionaries/01fill_autofreeze/makedict/after.json
Normal file
14
tests/dictionaries/01fill_autofreeze/makedict/after.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"rougail.my_var1": {
|
||||
"owner": "forced",
|
||||
"value": "no"
|
||||
},
|
||||
"rougail.my_var2": {
|
||||
"owner": "default",
|
||||
"value": "no"
|
||||
},
|
||||
"rougail.server_deployed": {
|
||||
"owner": "default",
|
||||
"value": false
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"rougail.my_var1": "no",
|
||||
"rougail.my_var2": "no",
|
||||
"rougail.instanciated_module": false
|
||||
"rougail.server_deployed": false
|
||||
}
|
||||
|
14
tests/dictionaries/01fill_autofreeze/makedict/before.json
Normal file
14
tests/dictionaries/01fill_autofreeze/makedict/before.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"rougail.my_var1": {
|
||||
"owner": "default",
|
||||
"value": "no"
|
||||
},
|
||||
"rougail.my_var2": {
|
||||
"owner": "default",
|
||||
"value": "no"
|
||||
},
|
||||
"rougail.server_deployed": {
|
||||
"owner": "default",
|
||||
"value": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user