diff --git a/src/rougail/output_ansible/config.py b/src/rougail/output_ansible/config.py index 12b2145..d65ef94 100644 --- a/src/rougail/output_ansible/config.py +++ b/src/rougail/output_ansible/config.py @@ -32,7 +32,7 @@ list: disabled: type: jinja jinja: | - {{% if step.output != 'ansible' %}} + {{% if step.output is propertyerror or step.output != 'ansible' %}} disabled {{% endif %}} @@ -41,7 +41,7 @@ json: disabled: type: jinja jinja: | - {{% if step.output != 'json' and step.output != 'ansible' %}} + {{% if step.output is propertyerror or (step.output != 'json' and step.output != 'ansible') %}} disabled {{% endif %}} @@ -53,7 +53,7 @@ ansible: disabled: type: jinja jinja: | - {{% if step.output != 'ansible' and 'ansible' not in step.user_data %}} + {{% if step.output is propertyerror or (step.output != 'ansible' and 'ansible' not in step.user_data) %}} disabled {{% endif %}} @@ -64,6 +64,7 @@ ansible: disabled: variable: step.output when_not: ansible + propertyerror: false """, f""" ansible: diff --git a/tests/results/test_namespace/00_0empty.json b/tests/results/test_namespace/00_0empty.json index b7155d1..094057e 100644 --- a/tests/results/test_namespace/00_0empty.json +++ b/tests/results/test_namespace/00_0empty.json @@ -31,4 +31,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0version_underscore.json b/tests/results/test_namespace/00_0version_underscore.json index bd80d72..cbb79d3 100644 --- a/tests/results/test_namespace/00_0version_underscore.json +++ b/tests/results/test_namespace/00_0version_underscore.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_1empty_variable.json b/tests/results/test_namespace/00_1empty_variable.json index 9cef03d..a656b8f 100644 --- a/tests/results/test_namespace/00_1empty_variable.json +++ b/tests/results/test_namespace/00_1empty_variable.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated.json b/tests/results/test_namespace/00_2default_calculated.json index 05ad432..1d8d13c 100644 --- a/tests/results/test_namespace/00_2default_calculated.json +++ b/tests/results/test_namespace/00_2default_calculated.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_multi.json b/tests/results/test_namespace/00_2default_calculated_multi.json index 21ea2fd..0fcd3f4 100644 --- a/tests/results/test_namespace/00_2default_calculated_multi.json +++ b/tests/results/test_namespace/00_2default_calculated_multi.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive.json index 007f98f..29a0834 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_transitive.json +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_4load_subfolder.json b/tests/results/test_namespace/00_4load_subfolder.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace/00_4load_subfolder.json +++ b/tests/results/test_namespace/00_4load_subfolder.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_5load_notype.json b/tests/results/test_namespace/00_5load_notype.json index f19922d..57b9b0d 100644 --- a/tests/results/test_namespace/00_5load_notype.json +++ b/tests/results/test_namespace/00_5load_notype.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean.json b/tests/results/test_namespace/00_6boolean.json index 21844b6..422b40f 100644 --- a/tests/results/test_namespace/00_6boolean.json +++ b/tests/results/test_namespace/00_6boolean.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory.json b/tests/results/test_namespace/00_6boolean_no_mandatory.json index ed87618..87d7696 100644 --- a/tests/results/test_namespace/00_6boolean_no_mandatory.json +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice.json b/tests/results/test_namespace/00_6choice.json index c4ded58..0a5a42a 100644 --- a/tests/results/test_namespace/00_6choice.json +++ b/tests/results/test_namespace/00_6choice.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_calculation.json b/tests/results/test_namespace/00_6choice_calculation.json index 0141810..0d4a4ef 100644 --- a/tests/results/test_namespace/00_6choice_calculation.json +++ b/tests/results/test_namespace/00_6choice_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_link.json b/tests/results/test_namespace/00_6choice_link.json new file mode 100644 index 0000000..eb4396b --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "a", + "var2": "a" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "a", + "var2": "a" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable.json b/tests/results/test_namespace/00_6choice_variable.json index ee70e8e..5a079a5 100644 --- a/tests/results/test_namespace/00_6choice_variable.json +++ b/tests/results/test_namespace/00_6choice_variable.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link.json b/tests/results/test_namespace/00_6choice_variable_link.json new file mode 100644 index 0000000..53f88c9 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link.json @@ -0,0 +1,52 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link2.json b/tests/results/test_namespace/00_6choice_variable_link2.json new file mode 100644 index 0000000..843bddd --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2.json @@ -0,0 +1,56 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6custom.json b/tests/results/test_namespace/00_6custom.json index a820538..20aa2c9 100644 --- a/tests/results/test_namespace/00_6custom.json +++ b/tests/results/test_namespace/00_6custom.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname.json b/tests/results/test_namespace/00_6domainname.json index 7e46a53..b2e4e51 100644 --- a/tests/results/test_namespace/00_6domainname.json +++ b/tests/results/test_namespace/00_6domainname.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname_params.json b/tests/results/test_namespace/00_6domainname_params.json index 7e46a53..b2e4e51 100644 --- a/tests/results/test_namespace/00_6domainname_params.json +++ b/tests/results/test_namespace/00_6domainname_params.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6float.json b/tests/results/test_namespace/00_6float.json index 559aa73..95904bf 100644 --- a/tests/results/test_namespace/00_6float.json +++ b/tests/results/test_namespace/00_6float.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6number.json b/tests/results/test_namespace/00_6number.json index 231589d..5689989 100644 --- a/tests/results/test_namespace/00_6number.json +++ b/tests/results/test_namespace/00_6number.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6port.json b/tests/results/test_namespace/00_6port.json index 9c774ee..4393e8c 100644 --- a/tests/results/test_namespace/00_6port.json +++ b/tests/results/test_namespace/00_6port.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp.json b/tests/results/test_namespace/00_6regexp.json index 76a5579..0ab8e42 100644 --- a/tests/results/test_namespace/00_6regexp.json +++ b/tests/results/test_namespace/00_6regexp.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp_link.json b/tests/results/test_namespace/00_6regexp_link.json new file mode 100644 index 0000000..382074a --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret.json b/tests/results/test_namespace/00_6secret.json index 2092488..5d67335 100644 --- a/tests/results/test_namespace/00_6secret.json +++ b/tests/results/test_namespace/00_6secret.json @@ -4,15 +4,15 @@ "GROUP1_01": { "ansible_host": "group1.net", "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } }, "GROUP2_01": { "ansible_host": "group2.net", "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } } } @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret_param.json b/tests/results/test_namespace/00_6secret_param.json new file mode 100644 index 0000000..31a54ac --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param.json @@ -0,0 +1,44 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6string.json b/tests/results/test_namespace/00_6string.json index 19b7111..5574fee 100644 --- a/tests/results/test_namespace/00_6string.json +++ b/tests/results/test_namespace/00_6string.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7choice_quote.json b/tests/results/test_namespace/00_7choice_quote.json index 05d9eb3..7d89321 100644 --- a/tests/results/test_namespace/00_7choice_quote.json +++ b/tests/results/test_namespace/00_7choice_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help.json b/tests/results/test_namespace/00_7help.json new file mode 100644 index 0000000..54c12a1 --- /dev/null +++ b/tests/results/test_namespace/00_7help.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_quote.json b/tests/results/test_namespace/00_7help_quote.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace/00_7help_quote.json +++ b/tests/results/test_namespace/00_7help_quote.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_sup.json b/tests/results/test_namespace/00_7help_sup.json new file mode 100644 index 0000000..54c12a1 --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote.json b/tests/results/test_namespace/00_7value_doublequote.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/00_7value_doublequote.json +++ b/tests/results/test_namespace/00_7value_doublequote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote2.json b/tests/results/test_namespace/00_7value_doublequote2.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/00_7value_doublequote2.json +++ b/tests/results/test_namespace/00_7value_doublequote2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote3.json b/tests/results/test_namespace/00_7value_doublequote3.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/00_7value_doublequote3.json +++ b/tests/results/test_namespace/00_7value_doublequote3.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_quote.json b/tests/results/test_namespace/00_7value_quote.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/00_7value_quote.json +++ b/tests/results/test_namespace/00_7value_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_information.json b/tests/results/test_namespace/00_8calculation_information.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/00_8calculation_information.json +++ b/tests/results/test_namespace/00_8calculation_information.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_namespace.json b/tests/results/test_namespace/00_8calculation_namespace.json new file mode 100644 index 0000000..50c4849 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_param_namespace.json b/tests/results/test_namespace/00_8calculation_param_namespace.json new file mode 100644 index 0000000..50c4849 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_param_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8test.json b/tests/results/test_namespace/00_8test.json index 6e415de..f3a22b5 100644 --- a/tests/results/test_namespace/00_8test.json +++ b/tests/results/test_namespace/00_8test.json @@ -53,4 +53,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variable_multi.json b/tests/results/test_namespace/00_9choice_variable_multi.json index bda86f3..45040ac 100644 --- a/tests/results/test_namespace/00_9choice_variable_multi.json +++ b/tests/results/test_namespace/00_9choice_variable_multi.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variables.json b/tests/results/test_namespace/00_9choice_variables.json index bf89a3e..d46e366 100644 --- a/tests/results/test_namespace/00_9choice_variables.json +++ b/tests/results/test_namespace/00_9choice_variables.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation.json b/tests/results/test_namespace/00_9default_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/00_9default_calculation.json +++ b/tests/results/test_namespace/00_9default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_information.json b/tests/results/test_namespace/00_9default_calculation_information.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace/00_9default_calculation_information.json +++ b/tests/results/test_namespace/00_9default_calculation_information.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace/00_9default_calculation_information_other_variable.json +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional.json b/tests/results/test_namespace/00_9default_calculation_multi_optional.json index 727da65..9453174 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional.json +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace/00_9default_calculation_multi_optional2.json index 727da65..9453174 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional2.json +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_optional.json b/tests/results/test_namespace/00_9default_calculation_optional.json index c5fcd48..5322563 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional.json +++ b/tests/results/test_namespace/00_9default_calculation_optional.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists.json b/tests/results/test_namespace/00_9default_calculation_optional_exists.json index 78f1cd8..0f6f879 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional_exists.json +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional.json b/tests/results/test_namespace/00_9default_calculation_param_optional.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace/00_9default_calculation_param_optional.json +++ b/tests/results/test_namespace/00_9default_calculation_param_optional.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_information_other_variable.json b/tests/results/test_namespace/00_9default_information_other_variable.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable.json +++ b/tests/results/test_namespace/00_9default_information_other_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_information_other_variable2.json b/tests/results/test_namespace/00_9default_information_other_variable2.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable2.json +++ b/tests/results/test_namespace/00_9default_information_other_variable2.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_integer.json b/tests/results/test_namespace/00_9default_integer.json index 0141810..0d4a4ef 100644 --- a/tests/results/test_namespace/00_9default_integer.json +++ b/tests/results/test_namespace/00_9default_integer.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra.json b/tests/results/test_namespace/00_9extra.json index a9492d3..5b635e7 100644 --- a/tests/results/test_namespace/00_9extra.json +++ b/tests/results/test_namespace/00_9extra.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_calculation.json b/tests/results/test_namespace/00_9extra_calculation.json index 8445e79..def7eae 100644 --- a/tests/results/test_namespace/00_9extra_calculation.json +++ b/tests/results/test_namespace/00_9extra_calculation.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_ouside.json b/tests/results/test_namespace/00_9extra_ouside.json index a9492d3..5b635e7 100644 --- a/tests/results/test_namespace/00_9extra_ouside.json +++ b/tests/results/test_namespace/00_9extra_ouside.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6boolean_multi.json b/tests/results/test_namespace/01_6boolean_multi.json index 694ceab..46b5766 100644 --- a/tests/results/test_namespace/01_6boolean_multi.json +++ b/tests/results/test_namespace/01_6boolean_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6custom_multi.json b/tests/results/test_namespace/01_6custom_multi.json index 6b27a50..975b263 100644 --- a/tests/results/test_namespace/01_6custom_multi.json +++ b/tests/results/test_namespace/01_6custom_multi.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6float_multi.json b/tests/results/test_namespace/01_6float_multi.json index 6897264..83e16e8 100644 --- a/tests/results/test_namespace/01_6float_multi.json +++ b/tests/results/test_namespace/01_6float_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6number_multi.json b/tests/results/test_namespace/01_6number_multi.json index 5c58eb9..033f3bf 100644 --- a/tests/results/test_namespace/01_6number_multi.json +++ b/tests/results/test_namespace/01_6number_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6string_empty.json b/tests/results/test_namespace/01_6string_empty.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace/01_6string_empty.json +++ b/tests/results/test_namespace/01_6string_empty.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6string_multi.json b/tests/results/test_namespace/01_6string_multi.json index e898083..3ff4a34 100644 --- a/tests/results/test_namespace/01_6string_multi.json +++ b/tests/results/test_namespace/01_6string_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_doublequote.json b/tests/results/test_namespace/01_7value_multi_doublequote.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote.json +++ b/tests/results/test_namespace/01_7value_multi_doublequote.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2.json b/tests/results/test_namespace/01_7value_multi_doublequote2.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote2.json +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_quote.json b/tests/results/test_namespace/01_7value_multi_quote.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace/01_7value_multi_quote.json +++ b/tests/results/test_namespace/01_7value_multi_quote.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_8calculation_information_multi.json b/tests/results/test_namespace/01_8calculation_information_multi.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace/01_8calculation_information_multi.json +++ b/tests/results/test_namespace/01_8calculation_information_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_9choice_variable_multi.json b/tests/results/test_namespace/01_9choice_variable_multi.json index d38bdf2..2bb1db3 100644 --- a/tests/results/test_namespace/01_9choice_variable_multi.json +++ b/tests/results/test_namespace/01_9choice_variable_multi.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_0type_param.json b/tests/results/test_namespace/04_0type_param.json index 602d586..2586839 100644 --- a/tests/results/test_namespace/04_0type_param.json +++ b/tests/results/test_namespace/04_0type_param.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save.json b/tests/results/test_namespace/04_1auto_save.json index 7b77c76..cbed343 100644 --- a/tests/results/test_namespace/04_1auto_save.json +++ b/tests/results/test_namespace/04_1auto_save.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated.json b/tests/results/test_namespace/04_1auto_save_and_calculated.json index ecf0b6c..02d49a7 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated.json +++ b/tests/results/test_namespace/04_1auto_save_and_calculated.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.json index 84dc858..16604ca 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.json +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden.json b/tests/results/test_namespace/04_1auto_save_and_hidden.json index 4ff4f9c..7523d6b 100644 --- a/tests/results/test_namespace/04_1auto_save_and_hidden.json +++ b/tests/results/test_namespace/04_1auto_save_and_hidden.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden.json b/tests/results/test_namespace/04_1default_calculation_hidden.json index 856d334..3ad50ee 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden.json +++ b/tests/results/test_namespace/04_1default_calculation_hidden.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2.json b/tests/results/test_namespace/04_1default_calculation_hidden_2.json index 856d334..3ad50ee 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_2.json +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation.json b/tests/results/test_namespace/04_5disabled_calculation.json index 829a57b..a2d541f 100644 --- a/tests/results/test_namespace/04_5disabled_calculation.json +++ b/tests/results/test_namespace/04_5disabled_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_default.json b/tests/results/test_namespace/04_5disabled_calculation_default.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_default.json +++ b/tests/results/test_namespace/04_5disabled_calculation_default.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi.json b/tests/results/test_namespace/04_5disabled_calculation_multi.json index 584a2ae..eacf06b 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_multi.json +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional.json b/tests/results/test_namespace/04_5disabled_calculation_optional.json index 1fbd301..e38c264 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional.json +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable.json b/tests/results/test_namespace/04_5disabled_calculation_variable.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2.json b/tests/results/test_namespace/04_5disabled_calculation_variable2.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable2.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3.json b/tests/results/test_namespace/04_5disabled_calculation_variable3.json index ec044a9..6e9ea3c 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable3.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4.json b/tests/results/test_namespace/04_5disabled_calculation_variable4.json index 6ee0182..951746c 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable4.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.json b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi2.json b/tests/results/test_namespace/04_5disabled_calculation_variable_multi2.json new file mode 100644 index 0000000..e970641 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi2.json @@ -0,0 +1,58 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi3.json b/tests/results/test_namespace/04_5disabled_calculation_variable_multi3.json new file mode 100644 index 0000000..e970641 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi3.json @@ -0,0 +1,58 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation.json b/tests/results/test_namespace/04_5hidden_calculation.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace/04_5hidden_calculation.json +++ b/tests/results/test_namespace/04_5hidden_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation2.json b/tests/results/test_namespace/04_5hidden_calculation2.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace/04_5hidden_calculation2.json +++ b/tests/results/test_namespace/04_5hidden_calculation2.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.json +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators.json b/tests/results/test_namespace/04_5validators.json index 602d586..2586839 100644 --- a/tests/results/test_namespace/04_5validators.json +++ b/tests/results/test_namespace/04_5validators.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_differ.json b/tests/results/test_namespace/04_5validators_differ.json index e977a01..82027ef 100644 --- a/tests/results/test_namespace/04_5validators_differ.json +++ b/tests/results/test_namespace/04_5validators_differ.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi.json b/tests/results/test_namespace/04_5validators_multi.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace/04_5validators_multi.json +++ b/tests/results/test_namespace/04_5validators_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi2.json b/tests/results/test_namespace/04_5validators_multi2.json index c888eb5..c9a1b03 100644 --- a/tests/results/test_namespace/04_5validators_multi2.json +++ b/tests/results/test_namespace/04_5validators_multi2.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/05_0multi_not_uniq.json b/tests/results/test_namespace/05_0multi_not_uniq.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace/05_0multi_not_uniq.json +++ b/tests/results/test_namespace/05_0multi_not_uniq.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/05_0multi_uniq.json b/tests/results/test_namespace/05_0multi_uniq.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace/05_0multi_uniq.json +++ b/tests/results/test_namespace/05_0multi_uniq.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/12_1auto_save_expert.json b/tests/results/test_namespace/12_1auto_save_expert.json index ac68847..5f91ec0 100644 --- a/tests/results/test_namespace/12_1auto_save_expert.json +++ b/tests/results/test_namespace/12_1auto_save_expert.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_0redefine_description.json b/tests/results/test_namespace/16_0redefine_description.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace/16_0redefine_description.json +++ b/tests/results/test_namespace/16_0redefine_description.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_2family_redefine_calculation.json b/tests/results/test_namespace/16_2family_redefine_calculation.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/16_2family_redefine_calculation.json +++ b/tests/results/test_namespace/16_2family_redefine_calculation.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_2family_redefine_disabled.json b/tests/results/test_namespace/16_2family_redefine_disabled.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/16_2family_redefine_disabled.json +++ b/tests/results/test_namespace/16_2family_redefine_disabled.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5exists_nonexists.json b/tests/results/test_namespace/16_5exists_nonexists.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace/16_5exists_nonexists.json +++ b/tests/results/test_namespace/16_5exists_nonexists.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5exists_redefine.json b/tests/results/test_namespace/16_5exists_redefine.json index 8e0597d..d4b0600 100644 --- a/tests/results/test_namespace/16_5exists_redefine.json +++ b/tests/results/test_namespace/16_5exists_redefine.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_calculation.json b/tests/results/test_namespace/16_5redefine_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/16_5redefine_calculation.json +++ b/tests/results/test_namespace/16_5redefine_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_choice.json b/tests/results/test_namespace/16_5redefine_choice.json index fd55b95..eaa7764 100644 --- a/tests/results/test_namespace/16_5redefine_choice.json +++ b/tests/results/test_namespace/16_5redefine_choice.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_default.json b/tests/results/test_namespace/16_5redefine_default.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/16_5redefine_default.json +++ b/tests/results/test_namespace/16_5redefine_default.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_default_calculation.json b/tests/results/test_namespace/16_5redefine_default_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace/16_5redefine_default_calculation.json +++ b/tests/results/test_namespace/16_5redefine_default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_family.json b/tests/results/test_namespace/16_5redefine_family.json index c1b34dc..2f4d205 100644 --- a/tests/results/test_namespace/16_5redefine_family.json +++ b/tests/results/test_namespace/16_5redefine_family.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_help.json b/tests/results/test_namespace/16_5redefine_help.json index c1b34dc..2f4d205 100644 --- a/tests/results/test_namespace/16_5redefine_help.json +++ b/tests/results/test_namespace/16_5redefine_help.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_hidden.json b/tests/results/test_namespace/16_5redefine_hidden.json index 7b77c76..cbed343 100644 --- a/tests/results/test_namespace/16_5redefine_hidden.json +++ b/tests/results/test_namespace/16_5redefine_hidden.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_multi.json b/tests/results/test_namespace/16_5redefine_multi.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace/16_5redefine_multi.json +++ b/tests/results/test_namespace/16_5redefine_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.json index ec044a9..6e9ea3c 100644 --- a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.json +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5test_redefine.json b/tests/results/test_namespace/16_5test_redefine.json index e53d158..f2aeea7 100644 --- a/tests/results/test_namespace/16_5test_redefine.json +++ b/tests/results/test_namespace/16_5test_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_6choice_redefine.json b/tests/results/test_namespace/16_6choice_redefine.json index 945e912..b936256 100644 --- a/tests/results/test_namespace/16_6choice_redefine.json +++ b/tests/results/test_namespace/16_6choice_redefine.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_6exists_family.json b/tests/results/test_namespace/16_6exists_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/16_6exists_family.json +++ b/tests/results/test_namespace/16_6exists_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_6exists_redefine_family.json b/tests/results/test_namespace/16_6exists_redefine_family.json index fe5d1df..b13be12 100644 --- a/tests/results/test_namespace/16_6exists_redefine_family.json +++ b/tests/results/test_namespace/16_6exists_redefine_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/16exists_exists.json b/tests/results/test_namespace/16exists_exists.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace/16exists_exists.json +++ b/tests/results/test_namespace/16exists_exists.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/17_5redefine_leadership.json b/tests/results/test_namespace/17_5redefine_leadership.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace/17_5redefine_leadership.json +++ b/tests/results/test_namespace/17_5redefine_leadership.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0empty_family.json b/tests/results/test_namespace/20_0empty_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/20_0empty_family.json +++ b/tests/results/test_namespace/20_0empty_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0family_append.json b/tests/results/test_namespace/20_0family_append.json index c019d66..e35f968 100644 --- a/tests/results/test_namespace/20_0family_append.json +++ b/tests/results/test_namespace/20_0family_append.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0family_underscore.json b/tests/results/test_namespace/20_0family_underscore.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/20_0family_underscore.json +++ b/tests/results/test_namespace/20_0family_underscore.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family.json b/tests/results/test_namespace/20_0multi_family.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace/20_0multi_family.json +++ b/tests/results/test_namespace/20_0multi_family.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_basic.json b/tests/results/test_namespace/20_0multi_family_basic.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace/20_0multi_family_basic.json +++ b/tests/results/test_namespace/20_0multi_family_basic.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_expert.json b/tests/results/test_namespace/20_0multi_family_expert.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace/20_0multi_family_expert.json +++ b/tests/results/test_namespace/20_0multi_family_expert.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_order.json b/tests/results/test_namespace/20_0multi_family_order.json index acda464..c24566d 100644 --- a/tests/results/test_namespace/20_0multi_family_order.json +++ b/tests/results/test_namespace/20_0multi_family_order.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0validators_differ_redefine.json b/tests/results/test_namespace/20_0validators_differ_redefine.json index f5ae3a5..405f0af 100644 --- a/tests/results/test_namespace/20_0validators_differ_redefine.json +++ b/tests/results/test_namespace/20_0validators_differ_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_1empty_subfamily.json b/tests/results/test_namespace/20_1empty_subfamily.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/20_1empty_subfamily.json +++ b/tests/results/test_namespace/20_1empty_subfamily.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_9default_information_parent.json b/tests/results/test_namespace/20_9default_information_parent.json index c019d66..e35f968 100644 --- a/tests/results/test_namespace/20_9default_information_parent.json +++ b/tests/results/test_namespace/20_9default_information_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition.json b/tests/results/test_namespace/24_0family_hidden_condition.json index 7e8be11..a8b7c06 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition.json +++ b/tests/results/test_namespace/24_0family_hidden_condition.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace/24_0family_hidden_condition_boolean.json index b16784a..1ae4ca1 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_boolean.json +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.json index 851a2c9..4320c45 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.json +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.json index 5d2e177..51a8f39 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.json +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.json index 92c94c3..f488d7d 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.json +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.json index 250b4c0..a613423 100644 --- a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.json +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_mandatory_condition.json b/tests/results/test_namespace/24_0family_mandatory_condition.json index 55fadb3..b8f56e5 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition.json +++ b/tests/results/test_namespace/24_0family_mandatory_condition.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace/24_0family_mandatory_condition_variable.json index a1e1db3..05cff94 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition_variable.json +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_7validators_variable_optional.json b/tests/results/test_namespace/24_7validators_variable_optional.json index 984f918..7827b77 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.json +++ b/tests/results/test_namespace/24_7validators_variable_optional.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_family_disabled_var_hidden.json b/tests/results/test_namespace/24_family_disabled_var_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/24_family_disabled_var_hidden.json +++ b/tests/results/test_namespace/24_family_disabled_var_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership.json b/tests/results/test_namespace/40_0leadership.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace/40_0leadership.json +++ b/tests/results/test_namespace/40_0leadership.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_diff_name.json b/tests/results/test_namespace/40_0leadership_diff_name.json index 33547e8..2ec30ee 100644 --- a/tests/results/test_namespace/40_0leadership_diff_name.json +++ b/tests/results/test_namespace/40_0leadership_diff_name.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_empty.json b/tests/results/test_namespace/40_0leadership_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/40_0leadership_empty.json +++ b/tests/results/test_namespace/40_0leadership_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace/40_0leadership_follower_default_calculation.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_calculation.json +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace/40_0leadership_follower_default_submulti.json index cb932ee..a0fd982 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti.json +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.json index cb932ee..a0fd982 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.json +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value.json b/tests/results/test_namespace/40_0leadership_follower_default_value.json index 23b8c7e..47365fe 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_value.json +++ b/tests/results/test_namespace/40_0leadership_follower_default_value.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi.json b/tests/results/test_namespace/40_0leadership_leader_not_multi.json index 6b2b15a..ce575a3 100644 --- a/tests/results/test_namespace/40_0leadership_leader_not_multi.json +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_1leadership_append_follower.json b/tests/results/test_namespace/40_1leadership_append_follower.json index 4e106d2..a433265 100644 --- a/tests/results/test_namespace/40_1leadership_append_follower.json +++ b/tests/results/test_namespace/40_1leadership_append_follower.json @@ -75,4 +75,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.json b/tests/results/test_namespace/40_2leadership_calculation_index.json index f27a73a..5eb9c10 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.json +++ b/tests/results/test_namespace/40_2leadership_calculation_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.json b/tests/results/test_namespace/40_2leadership_calculation_param_index.json index f27a73a..5eb9c10 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.json +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation.json b/tests/results/test_namespace/40_2leadership_leader_calculation.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace/40_2leadership_leader_calculation.json +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_6leadership_follower_multi.json b/tests/results/test_namespace/40_6leadership_follower_multi.json index 53076f3..dfbe57b 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi.json +++ b/tests/results/test_namespace/40_6leadership_follower_multi.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_boolean.json b/tests/results/test_namespace/40_8calculation_boolean.json index 0a9dbee..21ee16c 100644 --- a/tests/results/test_namespace/40_8calculation_boolean.json +++ b/tests/results/test_namespace/40_8calculation_boolean.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none.json b/tests/results/test_namespace/40_8calculation_boolean_return_none.json index 979dc16..d61cc24 100644 --- a/tests/results/test_namespace/40_8calculation_boolean_return_none.json +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_integer.json b/tests/results/test_namespace/40_8calculation_integer.json index 8e9de8d..e424b84 100644 --- a/tests/results/test_namespace/40_8calculation_integer.json +++ b/tests/results/test_namespace/40_8calculation_integer.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable.json b/tests/results/test_namespace/40_8calculation_multi_variable.json index 21c4547..31e9096 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable.json +++ b/tests/results/test_namespace/40_8calculation_multi_variable.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent.json index 92e9b9f..d5555f9 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent.json +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.json index 3a57b0f..9fb642b 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.json +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.json index 93ec297..817310e 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.json @@ -71,4 +71,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.json index 93ec297..817310e 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.json @@ -71,4 +71,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/41_0choice_leader.json b/tests/results/test_namespace/41_0choice_leader.json index 9fe0731..a64c911 100644 --- a/tests/results/test_namespace/41_0choice_leader.json +++ b/tests/results/test_namespace/41_0choice_leader.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_0leadership_hidden.json b/tests/results/test_namespace/44_0leadership_hidden.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace/44_0leadership_hidden.json +++ b/tests/results/test_namespace/44_0leadership_hidden.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden.json b/tests/results/test_namespace/44_0leadership_leader_hidden.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace/44_0leadership_leader_hidden.json +++ b/tests/results/test_namespace/44_0leadership_leader_hidden.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower.json b/tests/results/test_namespace/44_1leadership_append_hidden_follower.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace/44_1leadership_append_hidden_follower.json +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower.json b/tests/results/test_namespace/44_4disabled_calcultion_follower.json index 96823e0..280e2b1 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower.json +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_4leadership_mandatory.json b/tests/results/test_namespace/44_4leadership_mandatory.json index 23b8c7e..47365fe 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory.json +++ b/tests/results/test_namespace/44_4leadership_mandatory.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower.json b/tests/results/test_namespace/44_4leadership_mandatory_follower.json index 9e2e38b..f12357d 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory_follower.json +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.json index b686f83..e7f9309 100644 --- a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.json +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json index b686f83..e7f9309 100644 --- a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace/44_9calculated_default_leadership_leader.json index 9e2e38b..f12357d 100644 --- a/tests/results/test_namespace/44_9calculated_default_leadership_leader.json +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic.json b/tests/results/test_namespace/60_0family_dynamic.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_0family_dynamic.json +++ b/tests/results/test_namespace/60_0family_dynamic.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0.json b/tests/results/test_namespace/60_0family_dynamic_1_0.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_0.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1.json b/tests/results/test_namespace/60_0family_dynamic_1_1.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_1.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_empty.json b/tests/results/test_namespace/60_0family_dynamic_empty.json index 390c5da..fb3cfa5 100644 --- a/tests/results/test_namespace/60_0family_dynamic_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_empty.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.json b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.json new file mode 100644 index 0000000..fca64be --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.json @@ -0,0 +1,62 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "string1", + "var2": "string1" + }, + "dynval_2": { + "var1": "string1", + "var2": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "string1", + "var2": "string1" + }, + "dynval_2": { + "var1": "string1", + "var2": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number.json index b8b3df0..6ffb306 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.json +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.json index b8b3df0..6ffb306 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description.json b/tests/results/test_namespace/60_0family_dynamic_no_description.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description.json +++ b/tests/results/test_namespace/60_0family_dynamic_no_description.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_static.json b/tests/results/test_namespace/60_0family_dynamic_static.json index e7424e3..907b4a1 100644 --- a/tests/results/test_namespace/60_0family_dynamic_static.json +++ b/tests/results/test_namespace/60_0family_dynamic_static.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_test.json b/tests/results/test_namespace/60_0family_dynamic_test.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_0family_dynamic_test.json +++ b/tests/results/test_namespace/60_0family_dynamic_test.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace/60_0family_dynamic_variable_empty.json index 390c5da..fb3cfa5 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.json +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_empty.json b/tests/results/test_namespace/60_0family_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace/60_0family_empty.json +++ b/tests/results/test_namespace/60_0family_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_hidden.json b/tests/results/test_namespace/60_0family_hidden.json index d4b9a08..7fc5d78 100644 --- a/tests/results/test_namespace/60_0family_hidden.json +++ b/tests/results/test_namespace/60_0family_hidden.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_mode.json b/tests/results/test_namespace/60_0family_mode.json index 455a057..6ca56f1 100644 --- a/tests/results/test_namespace/60_0family_mode.json +++ b/tests/results/test_namespace/60_0family_mode.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja.json b/tests/results/test_namespace/60_1family_dynamic_jinja.json index 3a5e7bc..e941de6 100644 --- a/tests/results/test_namespace/60_1family_dynamic_jinja.json +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.json index 3d10601..aa2a666 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.json +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json index 5b97c2c..cbca33d 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.json index 5b97c2c..cbca33d 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.json +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.json index 3d10601..aa2a666 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.json +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc.json index 438fbd5..8076aff 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc.json +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.json index 438fbd5..8076aff 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.json +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2.json b/tests/results/test_namespace/60_5family_dynamic_calc2.json index 31e2471..2cff302 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.json index 31e2471..2cff302 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.json index 76fece5..63a5385 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.json new file mode 100644 index 0000000..47f0b50 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.json @@ -0,0 +1,52 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "val1" + ], + "dynval1": { + "var": "string1" + }, + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "val1" + ], + "dynval1": { + "var": "string1" + }, + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.json new file mode 100644 index 0000000..1c3072e --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.json @@ -0,0 +1,60 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var2": "string1", + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var2": "string1", + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.json index adf16ba..fca6de0 100644 --- a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.json +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.json @@ -59,4 +59,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.json index 8626c9b..66fc41c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.json +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.json index 196faf5..c03a4ee 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.json @@ -95,4 +95,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.json index 38d317c..002d5ac 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.json index 38d317c..002d5ac 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.json new file mode 100644 index 0000000..fdb0ab3 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.json @@ -0,0 +1,68 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.json index b5c6827..acbb433 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.json @@ -85,4 +85,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.json index b5c6827..acbb433 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -85,4 +85,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.json index a5c7559..0a35fc1 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.json index a5c7559..0a35fc1 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_inside.json b/tests/results/test_namespace/60_6family_dynamic_inside.json index c8f4206..960e084 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside.json +++ b/tests/results/test_namespace/60_6family_dynamic_inside.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace/60_6family_dynamic_inside_empty.json index c8f4206..960e084 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside_empty.json +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership.json b/tests/results/test_namespace/60_6family_dynamic_leadership.json index 4cd9d3a..dfab50c 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership.json +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.json @@ -119,4 +119,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.json index 4cd9d3a..dfab50c 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.json +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.json @@ -119,4 +119,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.json index 9e1fa6e..702eca7 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.json @@ -131,4 +131,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_9extra_dynamic.json b/tests/results/test_namespace/60_9extra_dynamic.json index 54c4177..aa61a33 100644 --- a/tests/results/test_namespace/60_9extra_dynamic.json +++ b/tests/results/test_namespace/60_9extra_dynamic.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_9extra_dynamic_extra.json b/tests/results/test_namespace/60_9extra_dynamic_extra.json index 35f92c7..0370058 100644 --- a/tests/results/test_namespace/60_9extra_dynamic_extra.json +++ b/tests/results/test_namespace/60_9extra_dynamic_extra.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_9family_dynamic_calc_both.json b/tests/results/test_namespace/60_9family_dynamic_calc_both.json index e77bbae..027ef3e 100644 --- a/tests/results/test_namespace/60_9family_dynamic_calc_both.json +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace/68_0family_leadership_mode.json b/tests/results/test_namespace/68_0family_leadership_mode.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace/68_0family_leadership_mode.json +++ b/tests/results/test_namespace/68_0family_leadership_mode.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_0empty.json b/tests/results/test_namespace_mandatory/00_0empty.json index b7155d1..094057e 100644 --- a/tests/results/test_namespace_mandatory/00_0empty.json +++ b/tests/results/test_namespace_mandatory/00_0empty.json @@ -31,4 +31,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_0version_underscore.json b/tests/results/test_namespace_mandatory/00_0version_underscore.json index bd80d72..cbb79d3 100644 --- a/tests/results/test_namespace_mandatory/00_0version_underscore.json +++ b/tests/results/test_namespace_mandatory/00_0version_underscore.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_1empty_variable.json b/tests/results/test_namespace_mandatory/00_1empty_variable.json index 9cef03d..a656b8f 100644 --- a/tests/results/test_namespace_mandatory/00_1empty_variable.json +++ b/tests/results/test_namespace_mandatory/00_1empty_variable.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated.json b/tests/results/test_namespace_mandatory/00_2default_calculated.json index 05ad432..1d8d13c 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated.json +++ b/tests/results/test_namespace_mandatory/00_2default_calculated.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_multi.json b/tests/results/test_namespace_mandatory/00_2default_calculated_multi.json index 21ea2fd..0fcd3f4 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated_multi.json +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_multi.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.json index 007f98f..29a0834 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.json +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_4load_subfolder.json b/tests/results/test_namespace_mandatory/00_4load_subfolder.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_mandatory/00_4load_subfolder.json +++ b/tests/results/test_namespace_mandatory/00_4load_subfolder.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_5load_notype.json b/tests/results/test_namespace_mandatory/00_5load_notype.json index f19922d..57b9b0d 100644 --- a/tests/results/test_namespace_mandatory/00_5load_notype.json +++ b/tests/results/test_namespace_mandatory/00_5load_notype.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6boolean.json b/tests/results/test_namespace_mandatory/00_6boolean.json index 21844b6..422b40f 100644 --- a/tests/results/test_namespace_mandatory/00_6boolean.json +++ b/tests/results/test_namespace_mandatory/00_6boolean.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.json b/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.json index ed87618..87d7696 100644 --- a/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.json +++ b/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice.json b/tests/results/test_namespace_mandatory/00_6choice.json index c4ded58..0a5a42a 100644 --- a/tests/results/test_namespace_mandatory/00_6choice.json +++ b/tests/results/test_namespace_mandatory/00_6choice.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_calculation.json b/tests/results/test_namespace_mandatory/00_6choice_calculation.json index 0141810..0d4a4ef 100644 --- a/tests/results/test_namespace_mandatory/00_6choice_calculation.json +++ b/tests/results/test_namespace_mandatory/00_6choice_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_link.json b/tests/results/test_namespace_mandatory/00_6choice_link.json new file mode 100644 index 0000000..eb4396b --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "a", + "var2": "a" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "a", + "var2": "a" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable.json b/tests/results/test_namespace_mandatory/00_6choice_variable.json index ee70e8e..5a079a5 100644 --- a/tests/results/test_namespace_mandatory/00_6choice_variable.json +++ b/tests/results/test_namespace_mandatory/00_6choice_variable.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable_link.json b/tests/results/test_namespace_mandatory/00_6choice_variable_link.json new file mode 100644 index 0000000..53f88c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_variable_link.json @@ -0,0 +1,52 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable_link2.json b/tests/results/test_namespace_mandatory/00_6choice_variable_link2.json new file mode 100644 index 0000000..843bddd --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_variable_link2.json @@ -0,0 +1,56 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6custom.json b/tests/results/test_namespace_mandatory/00_6custom.json index a820538..20aa2c9 100644 --- a/tests/results/test_namespace_mandatory/00_6custom.json +++ b/tests/results/test_namespace_mandatory/00_6custom.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6domainname.json b/tests/results/test_namespace_mandatory/00_6domainname.json index 7e46a53..b2e4e51 100644 --- a/tests/results/test_namespace_mandatory/00_6domainname.json +++ b/tests/results/test_namespace_mandatory/00_6domainname.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6domainname_params.json b/tests/results/test_namespace_mandatory/00_6domainname_params.json index 7e46a53..b2e4e51 100644 --- a/tests/results/test_namespace_mandatory/00_6domainname_params.json +++ b/tests/results/test_namespace_mandatory/00_6domainname_params.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6float.json b/tests/results/test_namespace_mandatory/00_6float.json index 559aa73..95904bf 100644 --- a/tests/results/test_namespace_mandatory/00_6float.json +++ b/tests/results/test_namespace_mandatory/00_6float.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6number.json b/tests/results/test_namespace_mandatory/00_6number.json index 231589d..5689989 100644 --- a/tests/results/test_namespace_mandatory/00_6number.json +++ b/tests/results/test_namespace_mandatory/00_6number.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6port.json b/tests/results/test_namespace_mandatory/00_6port.json index 9c774ee..4393e8c 100644 --- a/tests/results/test_namespace_mandatory/00_6port.json +++ b/tests/results/test_namespace_mandatory/00_6port.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6regexp.json b/tests/results/test_namespace_mandatory/00_6regexp.json index 76a5579..0ab8e42 100644 --- a/tests/results/test_namespace_mandatory/00_6regexp.json +++ b/tests/results/test_namespace_mandatory/00_6regexp.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6regexp_link.json b/tests/results/test_namespace_mandatory/00_6regexp_link.json new file mode 100644 index 0000000..382074a --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6regexp_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6secret.json b/tests/results/test_namespace_mandatory/00_6secret.json index 2092488..5d67335 100644 --- a/tests/results/test_namespace_mandatory/00_6secret.json +++ b/tests/results/test_namespace_mandatory/00_6secret.json @@ -4,15 +4,15 @@ "GROUP1_01": { "ansible_host": "group1.net", "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } }, "GROUP2_01": { "ansible_host": "group2.net", "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } } } @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6secret_param.json b/tests/results/test_namespace_mandatory/00_6secret_param.json new file mode 100644 index 0000000..31a54ac --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6secret_param.json @@ -0,0 +1,44 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6string.json b/tests/results/test_namespace_mandatory/00_6string.json index 19b7111..5574fee 100644 --- a/tests/results/test_namespace_mandatory/00_6string.json +++ b/tests/results/test_namespace_mandatory/00_6string.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7choice_quote.json b/tests/results/test_namespace_mandatory/00_7choice_quote.json index 05d9eb3..7d89321 100644 --- a/tests/results/test_namespace_mandatory/00_7choice_quote.json +++ b/tests/results/test_namespace_mandatory/00_7choice_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7help.json b/tests/results/test_namespace_mandatory/00_7help.json new file mode 100644 index 0000000..54c12a1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7help.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7help_quote.json b/tests/results/test_namespace_mandatory/00_7help_quote.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_mandatory/00_7help_quote.json +++ b/tests/results/test_namespace_mandatory/00_7help_quote.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7help_sup.json b/tests/results/test_namespace_mandatory/00_7help_sup.json new file mode 100644 index 0000000..54c12a1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7help_sup.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote.json b/tests/results/test_namespace_mandatory/00_7value_doublequote.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/00_7value_doublequote.json +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote2.json b/tests/results/test_namespace_mandatory/00_7value_doublequote2.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/00_7value_doublequote2.json +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote3.json b/tests/results/test_namespace_mandatory/00_7value_doublequote3.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/00_7value_doublequote3.json +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote3.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7value_quote.json b/tests/results/test_namespace_mandatory/00_7value_quote.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/00_7value_quote.json +++ b/tests/results/test_namespace_mandatory/00_7value_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_8calculation_information.json b/tests/results/test_namespace_mandatory/00_8calculation_information.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/00_8calculation_information.json +++ b/tests/results/test_namespace_mandatory/00_8calculation_information.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_8calculation_namespace.json b/tests/results/test_namespace_mandatory/00_8calculation_namespace.json new file mode 100644 index 0000000..50c4849 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_8calculation_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.json b/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.json new file mode 100644 index 0000000..50c4849 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_8test.json b/tests/results/test_namespace_mandatory/00_8test.json index 6e415de..f3a22b5 100644 --- a/tests/results/test_namespace_mandatory/00_8test.json +++ b/tests/results/test_namespace_mandatory/00_8test.json @@ -53,4 +53,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9choice_variable_multi.json b/tests/results/test_namespace_mandatory/00_9choice_variable_multi.json index bda86f3..45040ac 100644 --- a/tests/results/test_namespace_mandatory/00_9choice_variable_multi.json +++ b/tests/results/test_namespace_mandatory/00_9choice_variable_multi.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9choice_variables.json b/tests/results/test_namespace_mandatory/00_9choice_variables.json index bf89a3e..d46e366 100644 --- a/tests/results/test_namespace_mandatory/00_9choice_variables.json +++ b/tests/results/test_namespace_mandatory/00_9choice_variables.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation.json b/tests/results/test_namespace_mandatory/00_9default_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation.json +++ b/tests/results/test_namespace_mandatory/00_9default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_information.json b/tests/results/test_namespace_mandatory/00_9default_calculation_information.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_information.json +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_information.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.json +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.json b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.json index 727da65..9453174 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.json +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.json index 727da65..9453174 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.json +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_optional.json b/tests/results/test_namespace_mandatory/00_9default_calculation_optional.json index c5fcd48..5322563 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_optional.json +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_optional.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.json b/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.json index 78f1cd8..0f6f879 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.json +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.json b/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.json +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_information_other_variable.json b/tests/results/test_namespace_mandatory/00_9default_information_other_variable.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_mandatory/00_9default_information_other_variable.json +++ b/tests/results/test_namespace_mandatory/00_9default_information_other_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.json b/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.json +++ b/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_integer.json b/tests/results/test_namespace_mandatory/00_9default_integer.json index 0141810..0d4a4ef 100644 --- a/tests/results/test_namespace_mandatory/00_9default_integer.json +++ b/tests/results/test_namespace_mandatory/00_9default_integer.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9extra.json b/tests/results/test_namespace_mandatory/00_9extra.json index a9492d3..5b635e7 100644 --- a/tests/results/test_namespace_mandatory/00_9extra.json +++ b/tests/results/test_namespace_mandatory/00_9extra.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9extra_calculation.json b/tests/results/test_namespace_mandatory/00_9extra_calculation.json index 8445e79..def7eae 100644 --- a/tests/results/test_namespace_mandatory/00_9extra_calculation.json +++ b/tests/results/test_namespace_mandatory/00_9extra_calculation.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9extra_ouside.json b/tests/results/test_namespace_mandatory/00_9extra_ouside.json index a9492d3..5b635e7 100644 --- a/tests/results/test_namespace_mandatory/00_9extra_ouside.json +++ b/tests/results/test_namespace_mandatory/00_9extra_ouside.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6boolean_multi.json b/tests/results/test_namespace_mandatory/01_6boolean_multi.json index 694ceab..46b5766 100644 --- a/tests/results/test_namespace_mandatory/01_6boolean_multi.json +++ b/tests/results/test_namespace_mandatory/01_6boolean_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6custom_multi.json b/tests/results/test_namespace_mandatory/01_6custom_multi.json index 6b27a50..975b263 100644 --- a/tests/results/test_namespace_mandatory/01_6custom_multi.json +++ b/tests/results/test_namespace_mandatory/01_6custom_multi.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6float_multi.json b/tests/results/test_namespace_mandatory/01_6float_multi.json index 6897264..83e16e8 100644 --- a/tests/results/test_namespace_mandatory/01_6float_multi.json +++ b/tests/results/test_namespace_mandatory/01_6float_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6number_multi.json b/tests/results/test_namespace_mandatory/01_6number_multi.json index 5c58eb9..033f3bf 100644 --- a/tests/results/test_namespace_mandatory/01_6number_multi.json +++ b/tests/results/test_namespace_mandatory/01_6number_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6string_empty.json b/tests/results/test_namespace_mandatory/01_6string_empty.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace_mandatory/01_6string_empty.json +++ b/tests/results/test_namespace_mandatory/01_6string_empty.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6string_multi.json b/tests/results/test_namespace_mandatory/01_6string_multi.json index e898083..3ff4a34 100644 --- a/tests/results/test_namespace_mandatory/01_6string_multi.json +++ b/tests/results/test_namespace_mandatory/01_6string_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.json b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.json +++ b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.json b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.json +++ b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_quote.json b/tests/results/test_namespace_mandatory/01_7value_multi_quote.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_mandatory/01_7value_multi_quote.json +++ b/tests/results/test_namespace_mandatory/01_7value_multi_quote.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_8calculation_information_multi.json b/tests/results/test_namespace_mandatory/01_8calculation_information_multi.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_mandatory/01_8calculation_information_multi.json +++ b/tests/results/test_namespace_mandatory/01_8calculation_information_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_9choice_variable_multi.json b/tests/results/test_namespace_mandatory/01_9choice_variable_multi.json index d38bdf2..2bb1db3 100644 --- a/tests/results/test_namespace_mandatory/01_9choice_variable_multi.json +++ b/tests/results/test_namespace_mandatory/01_9choice_variable_multi.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_0type_param.json b/tests/results/test_namespace_mandatory/04_0type_param.json index 602d586..2586839 100644 --- a/tests/results/test_namespace_mandatory/04_0type_param.json +++ b/tests/results/test_namespace_mandatory/04_0type_param.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1auto_save.json b/tests/results/test_namespace_mandatory/04_1auto_save.json index 7b77c76..cbed343 100644 --- a/tests/results/test_namespace_mandatory/04_1auto_save.json +++ b/tests/results/test_namespace_mandatory/04_1auto_save.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.json b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.json index ecf0b6c..02d49a7 100644 --- a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.json +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.json index 84dc858..16604ca 100644 --- a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.json +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.json b/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.json index 4ff4f9c..7523d6b 100644 --- a/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.json +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.json b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.json index 856d334..3ad50ee 100644 --- a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.json +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.json b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.json index 856d334..3ad50ee 100644 --- a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.json +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation.json index 829a57b..a2d541f 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.json index 584a2ae..eacf06b 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.json index 1fbd301..e38c264 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.json index ec044a9..6e9ea3c 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.json index 6ee0182..951746c 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.json +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi2.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi2.json new file mode 100644 index 0000000..e970641 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi2.json @@ -0,0 +1,58 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi3.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi3.json new file mode 100644 index 0000000..e970641 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi3.json @@ -0,0 +1,58 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation.json b/tests/results/test_namespace_mandatory/04_5hidden_calculation.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace_mandatory/04_5hidden_calculation.json +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation2.json b/tests/results/test_namespace_mandatory/04_5hidden_calculation2.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace_mandatory/04_5hidden_calculation2.json +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation2.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.json +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5validators.json b/tests/results/test_namespace_mandatory/04_5validators.json index 602d586..2586839 100644 --- a/tests/results/test_namespace_mandatory/04_5validators.json +++ b/tests/results/test_namespace_mandatory/04_5validators.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5validators_differ.json b/tests/results/test_namespace_mandatory/04_5validators_differ.json index e977a01..82027ef 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_differ.json +++ b/tests/results/test_namespace_mandatory/04_5validators_differ.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5validators_multi.json b/tests/results/test_namespace_mandatory/04_5validators_multi.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_multi.json +++ b/tests/results/test_namespace_mandatory/04_5validators_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5validators_multi2.json b/tests/results/test_namespace_mandatory/04_5validators_multi2.json index c888eb5..c9a1b03 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_multi2.json +++ b/tests/results/test_namespace_mandatory/04_5validators_multi2.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/05_0multi_not_uniq.json b/tests/results/test_namespace_mandatory/05_0multi_not_uniq.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace_mandatory/05_0multi_not_uniq.json +++ b/tests/results/test_namespace_mandatory/05_0multi_not_uniq.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/05_0multi_uniq.json b/tests/results/test_namespace_mandatory/05_0multi_uniq.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_mandatory/05_0multi_uniq.json +++ b/tests/results/test_namespace_mandatory/05_0multi_uniq.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/12_1auto_save_expert.json b/tests/results/test_namespace_mandatory/12_1auto_save_expert.json index ac68847..5f91ec0 100644 --- a/tests/results/test_namespace_mandatory/12_1auto_save_expert.json +++ b/tests/results/test_namespace_mandatory/12_1auto_save_expert.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_0redefine_description.json b/tests/results/test_namespace_mandatory/16_0redefine_description.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace_mandatory/16_0redefine_description.json +++ b/tests/results/test_namespace_mandatory/16_0redefine_description.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.json b/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.json +++ b/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.json b/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.json +++ b/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5exists_nonexists.json b/tests/results/test_namespace_mandatory/16_5exists_nonexists.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_mandatory/16_5exists_nonexists.json +++ b/tests/results/test_namespace_mandatory/16_5exists_nonexists.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5exists_redefine.json b/tests/results/test_namespace_mandatory/16_5exists_redefine.json index 8e0597d..d4b0600 100644 --- a/tests/results/test_namespace_mandatory/16_5exists_redefine.json +++ b/tests/results/test_namespace_mandatory/16_5exists_redefine.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_calculation.json b/tests/results/test_namespace_mandatory/16_5redefine_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_calculation.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_choice.json b/tests/results/test_namespace_mandatory/16_5redefine_choice.json index fd55b95..eaa7764 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_choice.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_choice.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_default.json b/tests/results/test_namespace_mandatory/16_5redefine_default.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_default.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_default.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.json b/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_family.json b/tests/results/test_namespace_mandatory/16_5redefine_family.json index c1b34dc..2f4d205 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_family.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_family.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_help.json b/tests/results/test_namespace_mandatory/16_5redefine_help.json index c1b34dc..2f4d205 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_help.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_help.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_hidden.json b/tests/results/test_namespace_mandatory/16_5redefine_hidden.json index 7b77c76..cbed343 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_hidden.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_hidden.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_multi.json b/tests/results/test_namespace_mandatory/16_5redefine_multi.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_multi.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.json index ec044a9..6e9ea3c 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.json +++ b/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5test_redefine.json b/tests/results/test_namespace_mandatory/16_5test_redefine.json index e53d158..f2aeea7 100644 --- a/tests/results/test_namespace_mandatory/16_5test_redefine.json +++ b/tests/results/test_namespace_mandatory/16_5test_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_6choice_redefine.json b/tests/results/test_namespace_mandatory/16_6choice_redefine.json index 945e912..b936256 100644 --- a/tests/results/test_namespace_mandatory/16_6choice_redefine.json +++ b/tests/results/test_namespace_mandatory/16_6choice_redefine.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_6exists_family.json b/tests/results/test_namespace_mandatory/16_6exists_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/16_6exists_family.json +++ b/tests/results/test_namespace_mandatory/16_6exists_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_6exists_redefine_family.json b/tests/results/test_namespace_mandatory/16_6exists_redefine_family.json index fe5d1df..b13be12 100644 --- a/tests/results/test_namespace_mandatory/16_6exists_redefine_family.json +++ b/tests/results/test_namespace_mandatory/16_6exists_redefine_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16exists_exists.json b/tests/results/test_namespace_mandatory/16exists_exists.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace_mandatory/16exists_exists.json +++ b/tests/results/test_namespace_mandatory/16exists_exists.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/17_5redefine_leadership.json b/tests/results/test_namespace_mandatory/17_5redefine_leadership.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_mandatory/17_5redefine_leadership.json +++ b/tests/results/test_namespace_mandatory/17_5redefine_leadership.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0empty_family.json b/tests/results/test_namespace_mandatory/20_0empty_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/20_0empty_family.json +++ b/tests/results/test_namespace_mandatory/20_0empty_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0family_append.json b/tests/results/test_namespace_mandatory/20_0family_append.json index c019d66..e35f968 100644 --- a/tests/results/test_namespace_mandatory/20_0family_append.json +++ b/tests/results/test_namespace_mandatory/20_0family_append.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0family_underscore.json b/tests/results/test_namespace_mandatory/20_0family_underscore.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/20_0family_underscore.json +++ b/tests/results/test_namespace_mandatory/20_0family_underscore.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0multi_family.json b/tests/results/test_namespace_mandatory/20_0multi_family.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace_mandatory/20_0multi_family.json +++ b/tests/results/test_namespace_mandatory/20_0multi_family.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_basic.json b/tests/results/test_namespace_mandatory/20_0multi_family_basic.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace_mandatory/20_0multi_family_basic.json +++ b/tests/results/test_namespace_mandatory/20_0multi_family_basic.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_expert.json b/tests/results/test_namespace_mandatory/20_0multi_family_expert.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace_mandatory/20_0multi_family_expert.json +++ b/tests/results/test_namespace_mandatory/20_0multi_family_expert.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_order.json b/tests/results/test_namespace_mandatory/20_0multi_family_order.json index acda464..c24566d 100644 --- a/tests/results/test_namespace_mandatory/20_0multi_family_order.json +++ b/tests/results/test_namespace_mandatory/20_0multi_family_order.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.json b/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.json index f5ae3a5..405f0af 100644 --- a/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.json +++ b/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_1empty_subfamily.json b/tests/results/test_namespace_mandatory/20_1empty_subfamily.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/20_1empty_subfamily.json +++ b/tests/results/test_namespace_mandatory/20_1empty_subfamily.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_9default_information_parent.json b/tests/results/test_namespace_mandatory/20_9default_information_parent.json index c019d66..e35f968 100644 --- a/tests/results/test_namespace_mandatory/20_9default_information_parent.json +++ b/tests/results/test_namespace_mandatory/20_9default_information_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition.json index 7e8be11..a8b7c06 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition.json +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.json index b16784a..1ae4ca1 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.json +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.json index 851a2c9..4320c45 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.json +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.json index 5d2e177..51a8f39 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.json +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.json index 92c94c3..f488d7d 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.json +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.json index 250b4c0..a613423 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.json +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.json b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.json index 55fadb3..b8f56e5 100644 --- a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.json +++ b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.json index a1e1db3..05cff94 100644 --- a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.json +++ b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_7validators_variable_optional.json b/tests/results/test_namespace_mandatory/24_7validators_variable_optional.json index 984f918..7827b77 100644 --- a/tests/results/test_namespace_mandatory/24_7validators_variable_optional.json +++ b/tests/results/test_namespace_mandatory/24_7validators_variable_optional.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.json b/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.json +++ b/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership.json b/tests/results/test_namespace_mandatory/40_0leadership.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership.json +++ b/tests/results/test_namespace_mandatory/40_0leadership.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_diff_name.json b/tests/results/test_namespace_mandatory/40_0leadership_diff_name.json index 33547e8..2ec30ee 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_diff_name.json +++ b/tests/results/test_namespace_mandatory/40_0leadership_diff_name.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_empty.json b/tests/results/test_namespace_mandatory/40_0leadership_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_empty.json +++ b/tests/results/test_namespace_mandatory/40_0leadership_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.json +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.json index cb932ee..a0fd982 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.json +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.json index cb932ee..a0fd982 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.json +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.json b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.json index 23b8c7e..47365fe 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.json +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.json b/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.json index 6b2b15a..ce575a3 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.json +++ b/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_1leadership_append_follower.json b/tests/results/test_namespace_mandatory/40_1leadership_append_follower.json index 4e106d2..a433265 100644 --- a/tests/results/test_namespace_mandatory/40_1leadership_append_follower.json +++ b/tests/results/test_namespace_mandatory/40_1leadership_append_follower.json @@ -75,4 +75,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.json b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.json index f27a73a..5eb9c10 100644 --- a/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.json +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.json b/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.json index f27a73a..5eb9c10 100644 --- a/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.json +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.json b/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.json +++ b/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.json b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.json index 53076f3..dfbe57b 100644 --- a/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.json +++ b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_boolean.json b/tests/results/test_namespace_mandatory/40_8calculation_boolean.json index 0a9dbee..21ee16c 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_boolean.json +++ b/tests/results/test_namespace_mandatory/40_8calculation_boolean.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.json b/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.json index 979dc16..d61cc24 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.json +++ b/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_integer.json b/tests/results/test_namespace_mandatory/40_8calculation_integer.json index 8e9de8d..e424b84 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_integer.json +++ b/tests/results/test_namespace_mandatory/40_8calculation_integer.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.json b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.json index 21c4547..31e9096 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.json +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.json index 92e9b9f..d5555f9 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.json +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.json index 3a57b0f..9fb642b 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.json +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.json b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.json +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.json b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.json +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.json b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.json +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.json b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.json index 93ec297..817310e 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.json +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.json @@ -71,4 +71,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.json b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.json index 93ec297..817310e 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.json +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.json @@ -71,4 +71,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.json b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.json +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/41_0choice_leader.json b/tests/results/test_namespace_mandatory/41_0choice_leader.json index 9fe0731..a64c911 100644 --- a/tests/results/test_namespace_mandatory/41_0choice_leader.json +++ b/tests/results/test_namespace_mandatory/41_0choice_leader.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_0leadership_hidden.json b/tests/results/test_namespace_mandatory/44_0leadership_hidden.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_mandatory/44_0leadership_hidden.json +++ b/tests/results/test_namespace_mandatory/44_0leadership_hidden.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.json b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.json +++ b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.json b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.json +++ b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.json b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.json index 96823e0..280e2b1 100644 --- a/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.json +++ b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_4leadership_mandatory.json b/tests/results/test_namespace_mandatory/44_4leadership_mandatory.json index 23b8c7e..47365fe 100644 --- a/tests/results/test_namespace_mandatory/44_4leadership_mandatory.json +++ b/tests/results/test_namespace_mandatory/44_4leadership_mandatory.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.json b/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.json index 9e2e38b..f12357d 100644 --- a/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.json +++ b/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.json index b686f83..e7f9309 100644 --- a/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.json +++ b/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.json index b686f83..e7f9309 100644 --- a/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.json +++ b/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.json index 9e2e38b..f12357d 100644 --- a/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.json +++ b/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic.json b/tests/results/test_namespace_mandatory/60_0family_dynamic.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.json index 390c5da..fb3cfa5 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.json new file mode 100644 index 0000000..fca64be --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.json @@ -0,0 +1,62 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "string1", + "var2": "string1" + }, + "dynval_2": { + "var1": "string1", + "var2": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "string1", + "var2": "string1" + }, + "dynval_2": { + "var1": "string1", + "var2": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.json index b8b3df0..6ffb306 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number_empty.json index b8b3df0..6ffb306 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_static.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_static.json index e7424e3..907b4a1 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_static.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_static.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_test.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_test.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_test.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_test.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.json index 390c5da..fb3cfa5 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_empty.json b/tests/results/test_namespace_mandatory/60_0family_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_mandatory/60_0family_empty.json +++ b/tests/results/test_namespace_mandatory/60_0family_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_hidden.json b/tests/results/test_namespace_mandatory/60_0family_hidden.json index d4b9a08..7fc5d78 100644 --- a/tests/results/test_namespace_mandatory/60_0family_hidden.json +++ b/tests/results/test_namespace_mandatory/60_0family_hidden.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_mode.json b/tests/results/test_namespace_mandatory/60_0family_mode.json index 455a057..6ca56f1 100644 --- a/tests/results/test_namespace_mandatory/60_0family_mode.json +++ b/tests/results/test_namespace_mandatory/60_0family_mode.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.json b/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.json index 3a5e7bc..e941de6 100644 --- a/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.json +++ b/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.json index 3d10601..aa2a666 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.json +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json index 5b97c2c..cbca33d 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json index 5b97c2c..cbca33d 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json index 3d10601..aa2a666 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.json index 438fbd5..8076aff 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.json +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.json index 438fbd5..8076aff 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.json +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.json index 31e2471..2cff302 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.json index 31e2471..2cff302 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.json index 76fece5..63a5385 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.json new file mode 100644 index 0000000..47f0b50 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.json @@ -0,0 +1,52 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "val1" + ], + "dynval1": { + "var": "string1" + }, + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "val1" + ], + "dynval1": { + "var": "string1" + }, + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.json new file mode 100644 index 0000000..1c3072e --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.json @@ -0,0 +1,60 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var2": "string1", + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var2": "string1", + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.json index adf16ba..fca6de0 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.json @@ -59,4 +59,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.json index 8626c9b..66fc41c 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.json index 196faf5..c03a4ee 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.json @@ -95,4 +95,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.json index 38d317c..002d5ac 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.json index 38d317c..002d5ac 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.json new file mode 100644 index 0000000..fdb0ab3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.json @@ -0,0 +1,68 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json index b5c6827..acbb433 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json @@ -85,4 +85,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json index b5c6827..acbb433 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -85,4 +85,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.json index a5c7559..0a35fc1 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json index a5c7559..0a35fc1 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.json index c8f4206..960e084 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.json +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.json index c8f4206..960e084 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.json +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.json index 4cd9d3a..dfab50c 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.json +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.json @@ -119,4 +119,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.json index 4cd9d3a..dfab50c 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.json +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.json @@ -119,4 +119,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.json +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.json +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.json +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.json index 9e1fa6e..702eca7 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.json +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.json @@ -131,4 +131,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_9extra_dynamic.json b/tests/results/test_namespace_mandatory/60_9extra_dynamic.json index 54c4177..aa61a33 100644 --- a/tests/results/test_namespace_mandatory/60_9extra_dynamic.json +++ b/tests/results/test_namespace_mandatory/60_9extra_dynamic.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.json b/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.json index 35f92c7..0370058 100644 --- a/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.json +++ b/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.json b/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.json index e77bbae..027ef3e 100644 --- a/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.json +++ b/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/68_0family_leadership_mode.json b/tests/results/test_namespace_mandatory/68_0family_leadership_mode.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace_mandatory/68_0family_leadership_mode.json +++ b/tests/results/test_namespace_mandatory/68_0family_leadership_mode.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_0empty.json b/tests/results/test_namespace_read_write/00_0empty.json index b7155d1..094057e 100644 --- a/tests/results/test_namespace_read_write/00_0empty.json +++ b/tests/results/test_namespace_read_write/00_0empty.json @@ -31,4 +31,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_0version_underscore.json b/tests/results/test_namespace_read_write/00_0version_underscore.json index 07256ab..862471d 100644 --- a/tests/results/test_namespace_read_write/00_0version_underscore.json +++ b/tests/results/test_namespace_read_write/00_0version_underscore.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_1empty_variable.json b/tests/results/test_namespace_read_write/00_1empty_variable.json index d6b195e..7a09cba 100644 --- a/tests/results/test_namespace_read_write/00_1empty_variable.json +++ b/tests/results/test_namespace_read_write/00_1empty_variable.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_2default_calculated.json b/tests/results/test_namespace_read_write/00_2default_calculated.json index 560065f..5fd7164 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated.json +++ b/tests/results/test_namespace_read_write/00_2default_calculated.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_multi.json b/tests/results/test_namespace_read_write/00_2default_calculated_multi.json index cb90dc6..5b3bb9b 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_multi.json +++ b/tests/results/test_namespace_read_write/00_2default_calculated_multi.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.json index 6223744..22985d2 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.json +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_4load_subfolder.json b/tests/results/test_namespace_read_write/00_4load_subfolder.json index 11cd802..26a6368 100644 --- a/tests/results/test_namespace_read_write/00_4load_subfolder.json +++ b/tests/results/test_namespace_read_write/00_4load_subfolder.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_5load_notype.json b/tests/results/test_namespace_read_write/00_5load_notype.json index f715352..202945b 100644 --- a/tests/results/test_namespace_read_write/00_5load_notype.json +++ b/tests/results/test_namespace_read_write/00_5load_notype.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6boolean.json b/tests/results/test_namespace_read_write/00_6boolean.json index 8d18c2d..fad18f0 100644 --- a/tests/results/test_namespace_read_write/00_6boolean.json +++ b/tests/results/test_namespace_read_write/00_6boolean.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.json b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.json index ed87618..87d7696 100644 --- a/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.json +++ b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice.json b/tests/results/test_namespace_read_write/00_6choice.json index 2999f3d..9975538 100644 --- a/tests/results/test_namespace_read_write/00_6choice.json +++ b/tests/results/test_namespace_read_write/00_6choice.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_calculation.json b/tests/results/test_namespace_read_write/00_6choice_calculation.json index 978e0c4..be45c9a 100644 --- a/tests/results/test_namespace_read_write/00_6choice_calculation.json +++ b/tests/results/test_namespace_read_write/00_6choice_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_link.json b/tests/results/test_namespace_read_write/00_6choice_link.json new file mode 100644 index 0000000..26a6368 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": null, + "var2": null + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": null, + "var2": null + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_variable.json b/tests/results/test_namespace_read_write/00_6choice_variable.json index ed6199a..2b9a473 100644 --- a/tests/results/test_namespace_read_write/00_6choice_variable.json +++ b/tests/results/test_namespace_read_write/00_6choice_variable.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_variable_link.json b/tests/results/test_namespace_read_write/00_6choice_variable_link.json new file mode 100644 index 0000000..681933b --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link.json @@ -0,0 +1,52 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "var3": "a" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "var3": "a" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_variable_link2.json b/tests/results/test_namespace_read_write/00_6choice_variable_link2.json new file mode 100644 index 0000000..0a79b6d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link2.json @@ -0,0 +1,56 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "family": { + "var3": "a" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "family": { + "var3": "a" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6custom.json b/tests/results/test_namespace_read_write/00_6custom.json index 52ff38f..a1a595c 100644 --- a/tests/results/test_namespace_read_write/00_6custom.json +++ b/tests/results/test_namespace_read_write/00_6custom.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6domainname.json b/tests/results/test_namespace_read_write/00_6domainname.json index a927d2d..cee6f24 100644 --- a/tests/results/test_namespace_read_write/00_6domainname.json +++ b/tests/results/test_namespace_read_write/00_6domainname.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6domainname_params.json b/tests/results/test_namespace_read_write/00_6domainname_params.json index a927d2d..cee6f24 100644 --- a/tests/results/test_namespace_read_write/00_6domainname_params.json +++ b/tests/results/test_namespace_read_write/00_6domainname_params.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6float.json b/tests/results/test_namespace_read_write/00_6float.json index 1bfdabc..7d45c2c 100644 --- a/tests/results/test_namespace_read_write/00_6float.json +++ b/tests/results/test_namespace_read_write/00_6float.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6number.json b/tests/results/test_namespace_read_write/00_6number.json index 6ee86c2..f3e9f25 100644 --- a/tests/results/test_namespace_read_write/00_6number.json +++ b/tests/results/test_namespace_read_write/00_6number.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6port.json b/tests/results/test_namespace_read_write/00_6port.json index 74203cd..e6789f1 100644 --- a/tests/results/test_namespace_read_write/00_6port.json +++ b/tests/results/test_namespace_read_write/00_6port.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6regexp.json b/tests/results/test_namespace_read_write/00_6regexp.json index bdcfdaa..27dc7f8 100644 --- a/tests/results/test_namespace_read_write/00_6regexp.json +++ b/tests/results/test_namespace_read_write/00_6regexp.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6regexp_link.json b/tests/results/test_namespace_read_write/00_6regexp_link.json new file mode 100644 index 0000000..a22a68a --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6regexp_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "#a1a1a1", + "var2": "#a1a1a1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "#a1a1a1", + "var2": "#a1a1a1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6secret.json b/tests/results/test_namespace_read_write/00_6secret.json index 232be31..17d8fca 100644 --- a/tests/results/test_namespace_read_write/00_6secret.json +++ b/tests/results/test_namespace_read_write/00_6secret.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6secret_param.json b/tests/results/test_namespace_read_write/00_6secret_param.json new file mode 100644 index 0000000..f10ff29 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6secret_param.json @@ -0,0 +1,44 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "secret1": null, + "secret2": "value", + "secret3": "value" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "secret1": null, + "secret2": "value", + "secret3": "value" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6string.json b/tests/results/test_namespace_read_write/00_6string.json index ce7d7fc..6c6460b 100644 --- a/tests/results/test_namespace_read_write/00_6string.json +++ b/tests/results/test_namespace_read_write/00_6string.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7choice_quote.json b/tests/results/test_namespace_read_write/00_7choice_quote.json index 05d9eb3..7d89321 100644 --- a/tests/results/test_namespace_read_write/00_7choice_quote.json +++ b/tests/results/test_namespace_read_write/00_7choice_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7help.json b/tests/results/test_namespace_read_write/00_7help.json new file mode 100644 index 0000000..26a6368 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": null, + "var2": null + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": null, + "var2": null + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7help_quote.json b/tests/results/test_namespace_read_write/00_7help_quote.json index 11cd802..26a6368 100644 --- a/tests/results/test_namespace_read_write/00_7help_quote.json +++ b/tests/results/test_namespace_read_write/00_7help_quote.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7help_sup.json b/tests/results/test_namespace_read_write/00_7help_sup.json new file mode 100644 index 0000000..26a6368 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help_sup.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": null, + "var2": null + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": null, + "var2": null + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote.json b/tests/results/test_namespace_read_write/00_7value_doublequote.json index ef1f84a..421c714 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote.json +++ b/tests/results/test_namespace_read_write/00_7value_doublequote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote2.json b/tests/results/test_namespace_read_write/00_7value_doublequote2.json index 10ee5a9..4a3ba74 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote2.json +++ b/tests/results/test_namespace_read_write/00_7value_doublequote2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote3.json b/tests/results/test_namespace_read_write/00_7value_doublequote3.json index 0efcfd8..e2dcbeb 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote3.json +++ b/tests/results/test_namespace_read_write/00_7value_doublequote3.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7value_quote.json b/tests/results/test_namespace_read_write/00_7value_quote.json index f53ec86..050c77f 100644 --- a/tests/results/test_namespace_read_write/00_7value_quote.json +++ b/tests/results/test_namespace_read_write/00_7value_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_8calculation_information.json b/tests/results/test_namespace_read_write/00_8calculation_information.json index d25a285..e79511c 100644 --- a/tests/results/test_namespace_read_write/00_8calculation_information.json +++ b/tests/results/test_namespace_read_write/00_8calculation_information.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_8calculation_namespace.json b/tests/results/test_namespace_read_write/00_8calculation_namespace.json new file mode 100644 index 0000000..b485ba8 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8calculation_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "hosts" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "hosts" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_8calculation_param_namespace.json b/tests/results/test_namespace_read_write/00_8calculation_param_namespace.json new file mode 100644 index 0000000..68728de --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8calculation_param_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "Rougail" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "Rougail" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_8test.json b/tests/results/test_namespace_read_write/00_8test.json index 02101da..751022a 100644 --- a/tests/results/test_namespace_read_write/00_8test.json +++ b/tests/results/test_namespace_read_write/00_8test.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9choice_variable_multi.json b/tests/results/test_namespace_read_write/00_9choice_variable_multi.json index ee31e39..201f72e 100644 --- a/tests/results/test_namespace_read_write/00_9choice_variable_multi.json +++ b/tests/results/test_namespace_read_write/00_9choice_variable_multi.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9choice_variables.json b/tests/results/test_namespace_read_write/00_9choice_variables.json index 22805e8..740b5eb 100644 --- a/tests/results/test_namespace_read_write/00_9choice_variables.json +++ b/tests/results/test_namespace_read_write/00_9choice_variables.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation.json b/tests/results/test_namespace_read_write/00_9default_calculation.json index d53126d..a24fd85 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation.json +++ b/tests/results/test_namespace_read_write/00_9default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information.json b/tests/results/test_namespace_read_write/00_9default_calculation_information.json index 2ab1c8d..736b334 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_information.json +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.json index 11cd802..26a6368 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.json +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.json b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.json index 0472b2d..34adb2c 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.json +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.json index 0472b2d..34adb2c 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.json +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional.json b/tests/results/test_namespace_read_write/00_9default_calculation_optional.json index 4dcd8fe..48f21c0 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_optional.json +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.json b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.json index 5e80732..29b26d4 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.json +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.json b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.json index b50fd53..5acfc36 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.json +++ b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable.json b/tests/results/test_namespace_read_write/00_9default_information_other_variable.json index 11cd802..26a6368 100644 --- a/tests/results/test_namespace_read_write/00_9default_information_other_variable.json +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable2.json b/tests/results/test_namespace_read_write/00_9default_information_other_variable2.json index 11cd802..26a6368 100644 --- a/tests/results/test_namespace_read_write/00_9default_information_other_variable2.json +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable2.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_integer.json b/tests/results/test_namespace_read_write/00_9default_integer.json index 978e0c4..be45c9a 100644 --- a/tests/results/test_namespace_read_write/00_9default_integer.json +++ b/tests/results/test_namespace_read_write/00_9default_integer.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9extra.json b/tests/results/test_namespace_read_write/00_9extra.json index 7406536..bdb014f 100644 --- a/tests/results/test_namespace_read_write/00_9extra.json +++ b/tests/results/test_namespace_read_write/00_9extra.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9extra_calculation.json b/tests/results/test_namespace_read_write/00_9extra_calculation.json index fdc102d..4ead254 100644 --- a/tests/results/test_namespace_read_write/00_9extra_calculation.json +++ b/tests/results/test_namespace_read_write/00_9extra_calculation.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9extra_ouside.json b/tests/results/test_namespace_read_write/00_9extra_ouside.json index 2877672..92afa59 100644 --- a/tests/results/test_namespace_read_write/00_9extra_ouside.json +++ b/tests/results/test_namespace_read_write/00_9extra_ouside.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6boolean_multi.json b/tests/results/test_namespace_read_write/01_6boolean_multi.json index 742da6a..d5bf051 100644 --- a/tests/results/test_namespace_read_write/01_6boolean_multi.json +++ b/tests/results/test_namespace_read_write/01_6boolean_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6custom_multi.json b/tests/results/test_namespace_read_write/01_6custom_multi.json index b1afe84..d969d71 100644 --- a/tests/results/test_namespace_read_write/01_6custom_multi.json +++ b/tests/results/test_namespace_read_write/01_6custom_multi.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6float_multi.json b/tests/results/test_namespace_read_write/01_6float_multi.json index 259bbe1..b8793ac 100644 --- a/tests/results/test_namespace_read_write/01_6float_multi.json +++ b/tests/results/test_namespace_read_write/01_6float_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6number_multi.json b/tests/results/test_namespace_read_write/01_6number_multi.json index c5df092..1975ce8 100644 --- a/tests/results/test_namespace_read_write/01_6number_multi.json +++ b/tests/results/test_namespace_read_write/01_6number_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6string_empty.json b/tests/results/test_namespace_read_write/01_6string_empty.json index 13fd6ad..46266d4 100644 --- a/tests/results/test_namespace_read_write/01_6string_empty.json +++ b/tests/results/test_namespace_read_write/01_6string_empty.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6string_multi.json b/tests/results/test_namespace_read_write/01_6string_multi.json index 540355a..c070bd3 100644 --- a/tests/results/test_namespace_read_write/01_6string_multi.json +++ b/tests/results/test_namespace_read_write/01_6string_multi.json @@ -71,4 +71,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote.json b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.json index f57f500..5d4c2cc 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_doublequote.json +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.json b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.json index e73a810..8a4f5ac 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.json +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_7value_multi_quote.json b/tests/results/test_namespace_read_write/01_7value_multi_quote.json index 78273fd..84c64c6 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_quote.json +++ b/tests/results/test_namespace_read_write/01_7value_multi_quote.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_8calculation_information_multi.json b/tests/results/test_namespace_read_write/01_8calculation_information_multi.json index d365630..534a83d 100644 --- a/tests/results/test_namespace_read_write/01_8calculation_information_multi.json +++ b/tests/results/test_namespace_read_write/01_8calculation_information_multi.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_9choice_variable_multi.json b/tests/results/test_namespace_read_write/01_9choice_variable_multi.json index b942bd1..f813b3b 100644 --- a/tests/results/test_namespace_read_write/01_9choice_variable_multi.json +++ b/tests/results/test_namespace_read_write/01_9choice_variable_multi.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_0type_param.json b/tests/results/test_namespace_read_write/04_0type_param.json index 0db0f8b..cabd215 100644 --- a/tests/results/test_namespace_read_write/04_0type_param.json +++ b/tests/results/test_namespace_read_write/04_0type_param.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1auto_save.json b/tests/results/test_namespace_read_write/04_1auto_save.json index 7b77c76..cbed343 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save.json +++ b/tests/results/test_namespace_read_write/04_1auto_save.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.json b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.json index b50fd53..5acfc36 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.json +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.json index 0efc416..b05e504 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.json +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.json b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.json +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden.json b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.json index 98c480f..8617540 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden.json +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.json b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.json index 98c480f..8617540 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.json +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation.json b/tests/results/test_namespace_read_write/04_5disabled_calculation.json index 0f7b444..a691c8d 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_default.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.json index 2c10255..7594a49 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_default.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.json index b5cb21b..85cc039 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.json index 8dd9efe..2a88bfd 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.json index f9b5640..db654ca 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.json index 5490356..d7196de 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.json index d23a467..263f844 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.json index d6bb7fe..2b4d54c 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.json +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi2.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi2.json new file mode 100644 index 0000000..d0612c0 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi2.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "condition": [] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "condition": [] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi3.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi3.json new file mode 100644 index 0000000..90f14b6 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi3.json @@ -0,0 +1,48 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "condition": [ + "val1", + "val2" + ], + "variable": [] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "condition": [ + "val1", + "val2" + ], + "variable": [] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation.json b/tests/results/test_namespace_read_write/04_5hidden_calculation.json index 2c10255..7594a49 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation.json +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation2.json b/tests/results/test_namespace_read_write/04_5hidden_calculation2.json index 8dd9efe..2a88bfd 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation2.json +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.json index 2c10255..7594a49 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.json +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5validators.json b/tests/results/test_namespace_read_write/04_5validators.json index 9c55e84..98dff3c 100644 --- a/tests/results/test_namespace_read_write/04_5validators.json +++ b/tests/results/test_namespace_read_write/04_5validators.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5validators_differ.json b/tests/results/test_namespace_read_write/04_5validators_differ.json index 0899187..dfd87d0 100644 --- a/tests/results/test_namespace_read_write/04_5validators_differ.json +++ b/tests/results/test_namespace_read_write/04_5validators_differ.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5validators_multi.json b/tests/results/test_namespace_read_write/04_5validators_multi.json index b342be2..8efe54a 100644 --- a/tests/results/test_namespace_read_write/04_5validators_multi.json +++ b/tests/results/test_namespace_read_write/04_5validators_multi.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5validators_multi2.json b/tests/results/test_namespace_read_write/04_5validators_multi2.json index b342be2..8efe54a 100644 --- a/tests/results/test_namespace_read_write/04_5validators_multi2.json +++ b/tests/results/test_namespace_read_write/04_5validators_multi2.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/05_0multi_not_uniq.json b/tests/results/test_namespace_read_write/05_0multi_not_uniq.json index 4241886..5361a91 100644 --- a/tests/results/test_namespace_read_write/05_0multi_not_uniq.json +++ b/tests/results/test_namespace_read_write/05_0multi_not_uniq.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/05_0multi_uniq.json b/tests/results/test_namespace_read_write/05_0multi_uniq.json index c45f586..0c931c9 100644 --- a/tests/results/test_namespace_read_write/05_0multi_uniq.json +++ b/tests/results/test_namespace_read_write/05_0multi_uniq.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/12_1auto_save_expert.json b/tests/results/test_namespace_read_write/12_1auto_save_expert.json index ac68847..5f91ec0 100644 --- a/tests/results/test_namespace_read_write/12_1auto_save_expert.json +++ b/tests/results/test_namespace_read_write/12_1auto_save_expert.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_0redefine_description.json b/tests/results/test_namespace_read_write/16_0redefine_description.json index 2ab1c8d..736b334 100644 --- a/tests/results/test_namespace_read_write/16_0redefine_description.json +++ b/tests/results/test_namespace_read_write/16_0redefine_description.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_calculation.json b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/16_2family_redefine_calculation.json +++ b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_disabled.json b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/16_2family_redefine_disabled.json +++ b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5exists_nonexists.json b/tests/results/test_namespace_read_write/16_5exists_nonexists.json index 0efc416..b05e504 100644 --- a/tests/results/test_namespace_read_write/16_5exists_nonexists.json +++ b/tests/results/test_namespace_read_write/16_5exists_nonexists.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5exists_redefine.json b/tests/results/test_namespace_read_write/16_5exists_redefine.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/16_5exists_redefine.json +++ b/tests/results/test_namespace_read_write/16_5exists_redefine.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_calculation.json b/tests/results/test_namespace_read_write/16_5redefine_calculation.json index b2a90a5..2ea61d9 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_calculation.json +++ b/tests/results/test_namespace_read_write/16_5redefine_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_choice.json b/tests/results/test_namespace_read_write/16_5redefine_choice.json index d25a285..e79511c 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_choice.json +++ b/tests/results/test_namespace_read_write/16_5redefine_choice.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_default.json b/tests/results/test_namespace_read_write/16_5redefine_default.json index b2a90a5..2ea61d9 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_default.json +++ b/tests/results/test_namespace_read_write/16_5redefine_default.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_default_calculation.json b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.json index d25a285..e79511c 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_default_calculation.json +++ b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_family.json b/tests/results/test_namespace_read_write/16_5redefine_family.json index 7884e2a..7312f11 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_family.json +++ b/tests/results/test_namespace_read_write/16_5redefine_family.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_help.json b/tests/results/test_namespace_read_write/16_5redefine_help.json index 7884e2a..7312f11 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_help.json +++ b/tests/results/test_namespace_read_write/16_5redefine_help.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_hidden.json b/tests/results/test_namespace_read_write/16_5redefine_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_hidden.json +++ b/tests/results/test_namespace_read_write/16_5redefine_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_multi.json b/tests/results/test_namespace_read_write/16_5redefine_multi.json index c45f586..0c931c9 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_multi.json +++ b/tests/results/test_namespace_read_write/16_5redefine_multi.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.json index 14f8271..e26a379 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.json +++ b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5test_redefine.json b/tests/results/test_namespace_read_write/16_5test_redefine.json index e402c8b..df6db4d 100644 --- a/tests/results/test_namespace_read_write/16_5test_redefine.json +++ b/tests/results/test_namespace_read_write/16_5test_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_6choice_redefine.json b/tests/results/test_namespace_read_write/16_6choice_redefine.json index e658b11..8b35f65 100644 --- a/tests/results/test_namespace_read_write/16_6choice_redefine.json +++ b/tests/results/test_namespace_read_write/16_6choice_redefine.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_6exists_family.json b/tests/results/test_namespace_read_write/16_6exists_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/16_6exists_family.json +++ b/tests/results/test_namespace_read_write/16_6exists_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_6exists_redefine_family.json b/tests/results/test_namespace_read_write/16_6exists_redefine_family.json index 3fc38ef..9306879 100644 --- a/tests/results/test_namespace_read_write/16_6exists_redefine_family.json +++ b/tests/results/test_namespace_read_write/16_6exists_redefine_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16exists_exists.json b/tests/results/test_namespace_read_write/16exists_exists.json index 2ab1c8d..736b334 100644 --- a/tests/results/test_namespace_read_write/16exists_exists.json +++ b/tests/results/test_namespace_read_write/16exists_exists.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/17_5redefine_leadership.json b/tests/results/test_namespace_read_write/17_5redefine_leadership.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/17_5redefine_leadership.json +++ b/tests/results/test_namespace_read_write/17_5redefine_leadership.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0empty_family.json b/tests/results/test_namespace_read_write/20_0empty_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/20_0empty_family.json +++ b/tests/results/test_namespace_read_write/20_0empty_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0family_append.json b/tests/results/test_namespace_read_write/20_0family_append.json index e7ddf5f..09b0965 100644 --- a/tests/results/test_namespace_read_write/20_0family_append.json +++ b/tests/results/test_namespace_read_write/20_0family_append.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0family_underscore.json b/tests/results/test_namespace_read_write/20_0family_underscore.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/20_0family_underscore.json +++ b/tests/results/test_namespace_read_write/20_0family_underscore.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0multi_family.json b/tests/results/test_namespace_read_write/20_0multi_family.json index 52f6eab..b5ece35 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family.json +++ b/tests/results/test_namespace_read_write/20_0multi_family.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0multi_family_basic.json b/tests/results/test_namespace_read_write/20_0multi_family_basic.json index 52f6eab..b5ece35 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_basic.json +++ b/tests/results/test_namespace_read_write/20_0multi_family_basic.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0multi_family_expert.json b/tests/results/test_namespace_read_write/20_0multi_family_expert.json index 52f6eab..b5ece35 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_expert.json +++ b/tests/results/test_namespace_read_write/20_0multi_family_expert.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0multi_family_order.json b/tests/results/test_namespace_read_write/20_0multi_family_order.json index 292c023..e83f5e5 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_order.json +++ b/tests/results/test_namespace_read_write/20_0multi_family_order.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0validators_differ_redefine.json b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.json index 99d7de3..c65fb45 100644 --- a/tests/results/test_namespace_read_write/20_0validators_differ_redefine.json +++ b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_1empty_subfamily.json b/tests/results/test_namespace_read_write/20_1empty_subfamily.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/20_1empty_subfamily.json +++ b/tests/results/test_namespace_read_write/20_1empty_subfamily.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_9default_information_parent.json b/tests/results/test_namespace_read_write/20_9default_information_parent.json index e7ddf5f..09b0965 100644 --- a/tests/results/test_namespace_read_write/20_9default_information_parent.json +++ b/tests/results/test_namespace_read_write/20_9default_information_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition.json index e3ef66c..3e5cc40 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition.json +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.json index 13f36b1..da0b5ec 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.json +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.json index 8bcf269..59d05cf 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.json +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.json +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.json index 8425ec0..543735e 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.json +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.json index e89151f..4231ebf 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.json +++ b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.json b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.json index dc96517..e67bc8f 100644 --- a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.json +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.json index 0c688be..4b6ed36 100644 --- a/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.json +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_7validators_variable_optional.json b/tests/results/test_namespace_read_write/24_7validators_variable_optional.json index 3d98dec..6f8c2d6 100644 --- a/tests/results/test_namespace_read_write/24_7validators_variable_optional.json +++ b/tests/results/test_namespace_read_write/24_7validators_variable_optional.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.json b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.json +++ b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership.json b/tests/results/test_namespace_read_write/40_0leadership.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write/40_0leadership.json +++ b/tests/results/test_namespace_read_write/40_0leadership.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_diff_name.json b/tests/results/test_namespace_read_write/40_0leadership_diff_name.json index f63b649..295f554 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_diff_name.json +++ b/tests/results/test_namespace_read_write/40_0leadership_diff_name.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_empty.json b/tests/results/test_namespace_read_write/40_0leadership_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_empty.json +++ b/tests/results/test_namespace_read_write/40_0leadership_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.json +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.json index 3864db5..6bedd69 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.json +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.json @@ -59,4 +59,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.json index 9ad03e3..050e9ed 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.json +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.json b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.json +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.json b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.json index 4f341af..98b6868 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.json +++ b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_1leadership_append_follower.json b/tests/results/test_namespace_read_write/40_1leadership_append_follower.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write/40_1leadership_append_follower.json +++ b/tests/results/test_namespace_read_write/40_1leadership_append_follower.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_index.json b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.json index f758255..e6a7db3 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_calculation_index.json +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.json b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.json index f758255..e6a7db3 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.json +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.json b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.json index 440a8f0..00a037f 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.json +++ b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.json @@ -59,4 +59,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_6leadership_follower_multi.json b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.json index f63b649..295f554 100644 --- a/tests/results/test_namespace_read_write/40_6leadership_follower_multi.json +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean.json b/tests/results/test_namespace_read_write/40_8calculation_boolean.json index 1d794d3..024227f 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_boolean.json +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.json b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.json index 637ac84..d939e97 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.json +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_integer.json b/tests/results/test_namespace_read_write/40_8calculation_integer.json index 13735f1..ebb2460 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_integer.json +++ b/tests/results/test_namespace_read_write/40_8calculation_integer.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable.json b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.json index 08ecc87..91b8877 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable.json +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.json index b4c6969..d561050 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.json +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.json index ab7cae1..d38ca8f 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.json +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.json b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.json index 0430845..a29b036 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.json +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.json b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.json index 0430845..a29b036 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.json +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.json b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.json index a67a65d..0d945a0 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.json +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.json b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.json index ccb34c6..857f107 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.json +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.json @@ -61,4 +61,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.json b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.json index a61b03f..cbff4fa 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.json +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.json @@ -61,4 +61,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.json b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.json index b72bf48..8696a5c 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.json +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/41_0choice_leader.json b/tests/results/test_namespace_read_write/41_0choice_leader.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write/41_0choice_leader.json +++ b/tests/results/test_namespace_read_write/41_0choice_leader.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_0leadership_hidden.json b/tests/results/test_namespace_read_write/44_0leadership_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/44_0leadership_hidden.json +++ b/tests/results/test_namespace_read_write/44_0leadership_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.json b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.json +++ b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.json b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.json +++ b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.json b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.json index ef4013f..960762f 100644 --- a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.json +++ b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory.json b/tests/results/test_namespace_read_write/44_4leadership_mandatory.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write/44_4leadership_mandatory.json +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.json b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.json +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.json index 8dd9efe..2a88bfd 100644 --- a/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.json +++ b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.json index 2342399..11b93f5 100644 --- a/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.json +++ b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.json index f53f0d9..e2a5aed 100644 --- a/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.json +++ b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.json @@ -53,4 +53,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic.json b/tests/results/test_namespace_read_write/60_0family_dynamic.json index 5385af4..0b56b29 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.json index 43062c7..07cc848 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.json index 43062c7..07cc848 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.json index 43062c7..07cc848 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.json b/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.json new file mode 100644 index 0000000..2ce7aa7 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.json @@ -0,0 +1,62 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "val.1", + "var2": "val.1" + }, + "dynval_2": { + "var1": "val.2", + "var2": "val.2" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "val.1", + "var2": "val.1" + }, + "dynval_2": { + "var1": "val.2", + "var2": "val.2" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.json index 7d5df50..6d5f8ae 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.json index 59476ad..e3f7f50 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.json b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.json index 5385af4..0b56b29 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_static.json b/tests/results/test_namespace_read_write/60_0family_dynamic_static.json index e367ee4..bdb6059 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_static.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_static.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_test.json b/tests/results/test_namespace_read_write/60_0family_dynamic_test.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_test.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_test.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.json index 0a71e74..2d4834b 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_empty.json b/tests/results/test_namespace_read_write/60_0family_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/60_0family_empty.json +++ b/tests/results/test_namespace_read_write/60_0family_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_hidden.json b/tests/results/test_namespace_read_write/60_0family_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write/60_0family_hidden.json +++ b/tests/results/test_namespace_read_write/60_0family_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_mode.json b/tests/results/test_namespace_read_write/60_0family_mode.json index e552de7..b769d47 100644 --- a/tests/results/test_namespace_read_write/60_0family_mode.json +++ b/tests/results/test_namespace_read_write/60_0family_mode.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.json b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.json index d279201..f3791fe 100644 --- a/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.json +++ b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.json index af39f80..c2ea2fd 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.json +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json index 08a59e4..fe88774 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json index 59476ad..e3f7f50 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json index 97c07b9..beba781 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.json index 8fc28c6..d893aa3 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.json +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.json index 8c6048b..52482b3 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.json +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.json index b16116b..eb9d2cd 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.json index 59476ad..e3f7f50 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.json index 696cf29..03d6b23 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.json index 87b9c89..1d16fad 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.json index ee28a1d..9477f6f 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.json index 97c07b9..beba781 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.json new file mode 100644 index 0000000..beba781 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [], + "var2": null + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [], + "var2": null + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.json new file mode 100644 index 0000000..432db08 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var2": null, + "var1": [] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var2": null, + "var1": [] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.json index 87b9c89..1d16fad 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.json index 696cf29..03d6b23 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.json index 97c07b9..beba781 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.json index b869861..43cb06a 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.json index d29b3b0..0ff6681 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.json index c20edb2..832f23d 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.json index 545b8b4..23cb6d2 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.json index 8d8ddd5..a63133c 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.json new file mode 100644 index 0000000..832f23d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.json @@ -0,0 +1,66 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "val1" + }, + "my_dyn_family_val2": { + "var": "val2" + }, + "var2": [ + "val1", + "val2" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "val1" + }, + "my_dyn_family_val2": { + "var": "val2" + }, + "var2": [ + "val1", + "val2" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.json index e3431c5..4c00a2b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.json index c20edb2..832f23d 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.json index e3431c5..4c00a2b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.json index 726cdce..c5ed698 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.json index e3431c5..4c00a2b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.json index fe25434..b3b68cd 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.json index 59476ad..e3f7f50 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.json +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside.json b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.json index 3020dbf..6980b0f 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_inside.json +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.json +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.json b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.json index c303342..a6d2394 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.json +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.json +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.json index f77c6f0..8a9cc83 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.json +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.json index f77c6f0..8a9cc83 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.json +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.json +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.json b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.json index c7d489c..924d0c8 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.json +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic.json b/tests/results/test_namespace_read_write/60_9extra_dynamic.json index b58c20e..1db50a1 100644 --- a/tests/results/test_namespace_read_write/60_9extra_dynamic.json +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.json b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.json index ac7cceb..1ad5363 100644 --- a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.json +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.json @@ -61,4 +61,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.json b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.json index 88e5c14..e61bc7d 100644 --- a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.json +++ b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/68_0family_leadership_mode.json b/tests/results/test_namespace_read_write/68_0family_leadership_mode.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write/68_0family_leadership_mode.json +++ b/tests/results/test_namespace_read_write/68_0family_leadership_mode.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_0empty.json b/tests/results/test_namespace_read_write_mandatory/00_0empty.json index b7155d1..094057e 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_0empty.json +++ b/tests/results/test_namespace_read_write_mandatory/00_0empty.json @@ -31,4 +31,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.json b/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.json index bd80d72..cbb79d3 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.json +++ b/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.json b/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.json index 9cef03d..a656b8f 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.json b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.json index 05ad432..1d8d13c 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.json +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.json b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.json index 21ea2fd..0fcd3f4 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.json index 007f98f..29a0834 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.json +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.json b/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.json +++ b/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_5load_notype.json b/tests/results/test_namespace_read_write_mandatory/00_5load_notype.json index f19922d..57b9b0d 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_5load_notype.json +++ b/tests/results/test_namespace_read_write_mandatory/00_5load_notype.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6boolean.json b/tests/results/test_namespace_read_write_mandatory/00_6boolean.json index 21844b6..422b40f 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6boolean.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6boolean.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.json b/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.json index ed87618..87d7696 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice.json b/tests/results/test_namespace_read_write_mandatory/00_6choice.json index c4ded58..0a5a42a 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.json index 0141810..0d4a4ef 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_link.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_link.json new file mode 100644 index 0000000..eb4396b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "a", + "var2": "a" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "a", + "var2": "a" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.json index ee70e8e..5a079a5 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.json new file mode 100644 index 0000000..53f88c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.json @@ -0,0 +1,52 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.json new file mode 100644 index 0000000..843bddd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.json @@ -0,0 +1,56 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6custom.json b/tests/results/test_namespace_read_write_mandatory/00_6custom.json index a820538..20aa2c9 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6custom.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6custom.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6domainname.json b/tests/results/test_namespace_read_write_mandatory/00_6domainname.json index 7e46a53..b2e4e51 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6domainname.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6domainname.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.json b/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.json index 7e46a53..b2e4e51 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6float.json b/tests/results/test_namespace_read_write_mandatory/00_6float.json index 559aa73..95904bf 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6float.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6float.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6number.json b/tests/results/test_namespace_read_write_mandatory/00_6number.json index 231589d..5689989 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6number.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6number.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6port.json b/tests/results/test_namespace_read_write_mandatory/00_6port.json index 9c774ee..4393e8c 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6port.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6port.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6regexp.json b/tests/results/test_namespace_read_write_mandatory/00_6regexp.json index 76a5579..0ab8e42 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6regexp.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6regexp.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.json b/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.json new file mode 100644 index 0000000..382074a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6secret.json b/tests/results/test_namespace_read_write_mandatory/00_6secret.json index 2092488..5d67335 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6secret.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret.json @@ -4,15 +4,15 @@ "GROUP1_01": { "ansible_host": "group1.net", "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } }, "GROUP2_01": { "ansible_host": "group2.net", "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } } } @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6secret_param.json b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.json new file mode 100644 index 0000000..31a54ac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.json @@ -0,0 +1,44 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6string.json b/tests/results/test_namespace_read_write_mandatory/00_6string.json index 19b7111..5574fee 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6string.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6string.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.json b/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.json index 05d9eb3..7d89321 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.json +++ b/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7help.json b/tests/results/test_namespace_read_write_mandatory/00_7help.json new file mode 100644 index 0000000..54c12a1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7help.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7help_quote.json b/tests/results/test_namespace_read_write_mandatory/00_7help_quote.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7help_quote.json +++ b/tests/results/test_namespace_read_write_mandatory/00_7help_quote.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7help_sup.json b/tests/results/test_namespace_read_write_mandatory/00_7help_sup.json new file mode 100644 index 0000000..54c12a1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7help_sup.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "string1", + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.json b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.json +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.json b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.json +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.json b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.json +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_quote.json b/tests/results/test_namespace_read_write_mandatory/00_7value_quote.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7value_quote.json +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.json b/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.json +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.json b/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.json new file mode 100644 index 0000000..50c4849 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.json b/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.json new file mode 100644 index 0000000..50c4849 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_8test.json b/tests/results/test_namespace_read_write_mandatory/00_8test.json index 6e415de..f3a22b5 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_8test.json +++ b/tests/results/test_namespace_read_write_mandatory/00_8test.json @@ -53,4 +53,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.json b/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.json index bda86f3..45040ac 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.json b/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.json index bf89a3e..d46e366 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.json index 727da65..9453174 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.json index 727da65..9453174 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.json index c5fcd48..5322563 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.json index 78f1cd8..0f6f879 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.json b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.json b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_integer.json b/tests/results/test_namespace_read_write_mandatory/00_9default_integer.json index 0141810..0d4a4ef 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_integer.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_integer.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra.json b/tests/results/test_namespace_read_write_mandatory/00_9extra.json index a9492d3..5b635e7 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9extra.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.json b/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.json index 8445e79..def7eae 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.json b/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.json index a9492d3..5b635e7 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.json +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.json index 694ceab..46b5766 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.json index 6b27a50..975b263 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6float_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6float_multi.json index 6897264..83e16e8 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6float_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/01_6float_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6number_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6number_multi.json index 5c58eb9..033f3bf 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6number_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/01_6number_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6string_empty.json b/tests/results/test_namespace_read_write_mandatory/01_6string_empty.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6string_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_empty.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6string_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6string_multi.json index e898083..3ff4a34 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6string_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_multi.json @@ -115,4 +115,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.json b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.json +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.json b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.json +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.json b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.json +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.json b/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.json b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.json index d38bdf2..2bb1db3 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_0type_param.json b/tests/results/test_namespace_read_write_mandatory/04_0type_param.json index 602d586..2586839 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_0type_param.json +++ b/tests/results/test_namespace_read_write_mandatory/04_0type_param.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save.json b/tests/results/test_namespace_read_write_mandatory/04_1auto_save.json index 7b77c76..cbed343 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1auto_save.json +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.json b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.json index ecf0b6c..02d49a7 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.json +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.json index 84dc858..16604ca 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.json b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.json b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.json index 856d334..3ad50ee 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.json b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.json index 856d334..3ad50ee 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.json +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.json index 829a57b..a2d541f 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.json index 584a2ae..eacf06b 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.json index 6c979f6..0203219 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.json index ec044a9..6e9ea3c 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.json index 6ee0182..951746c 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi2.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi2.json new file mode 100644 index 0000000..e970641 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi2.json @@ -0,0 +1,58 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi3.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi3.json new file mode 100644 index 0000000..e970641 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi3.json @@ -0,0 +1,58 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "condition": [ + "string1", + "string2", + "string3" + ], + "variable": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.json b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.json b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.json index 6ee0182..951746c 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.json index 464e314..dc9c4d5 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators.json b/tests/results/test_namespace_read_write_mandatory/04_5validators.json index 602d586..2586839 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.json b/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.json index e977a01..82027ef 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.json b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.json b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.json index c888eb5..c9a1b03 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.json +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.json b/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.json index dc93c21..b336cb4 100644 --- a/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.json +++ b/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.json b/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.json +++ b/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.json b/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.json index ac68847..5f91ec0 100644 --- a/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.json +++ b/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.json b/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.json +++ b/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.json b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.json b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.json +++ b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.json b/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.json index 26a7682..54c12a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.json b/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.json index fd55b95..eaa7764 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.json index f642ac8..50c4849 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.json index c1b34dc..2f4d205 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.json index c1b34dc..2f4d205 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.json index 434b9f4..c04a785 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.json index ec044a9..6e9ea3c 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.json b/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.json index e53d158..f2aeea7 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.json +++ b/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.json b/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.json index 945e912..b936256 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.json +++ b/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_6exists_family.json b/tests/results/test_namespace_read_write_mandatory/16_6exists_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_6exists_family.json +++ b/tests/results/test_namespace_read_write_mandatory/16_6exists_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.json b/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.json index fe5d1df..b13be12 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.json +++ b/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16exists_exists.json b/tests/results/test_namespace_read_write_mandatory/16exists_exists.json index d92dffa..7a1b441 100644 --- a/tests/results/test_namespace_read_write_mandatory/16exists_exists.json +++ b/tests/results/test_namespace_read_write_mandatory/16exists_exists.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.json b/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.json +++ b/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json b/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json +++ b/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0family_append.json b/tests/results/test_namespace_read_write_mandatory/20_0family_append.json index c019d66..e35f968 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0family_append.json +++ b/tests/results/test_namespace_read_write_mandatory/20_0family_append.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.json b/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.json +++ b/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family.json b/tests/results/test_namespace_read_write_mandatory/20_0multi_family.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0multi_family.json +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.json b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.json +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.json b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.json index 89435ce..95d800f 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.json +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.json b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.json index acda464..c24566d 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.json +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.json b/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.json index f5ae3a5..405f0af 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.json +++ b/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json b/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json +++ b/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.json b/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.json index c019d66..e35f968 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.json +++ b/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.json index 7e8be11..a8b7c06 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.json +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.json index b16784a..1ae4ca1 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.json +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.json index 851a2c9..4320c45 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.json +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.json index 42ca604..e659603 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json index 250b4c0..a613423 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.json b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.json index 55fadb3..b8f56e5 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.json +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.json index a1e1db3..05cff94 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.json b/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.json index 984f918..7827b77 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.json +++ b/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.json b/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership.json +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.json index 33547e8..2ec30ee 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.json +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.json index cb932ee..a0fd982 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.json +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.json index cb932ee..a0fd982 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.json index 23b8c7e..47365fe 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.json +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.json index 6b2b15a..ce575a3 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.json b/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.json index 4e106d2..a433265 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.json +++ b/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.json @@ -75,4 +75,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.json b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.json index f27a73a..5eb9c10 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.json +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.json b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.json index f27a73a..5eb9c10 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.json +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.json b/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.json b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.json index 53076f3..dfbe57b 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.json +++ b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.json @@ -117,4 +117,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.json index 0a9dbee..21ee16c 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.json +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.json index 979dc16..d61cc24 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.json +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.json index 8e9de8d..e424b84 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.json +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.json index 21c4547..31e9096 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.json index 92e9b9f..d5555f9 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.json +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.json index 3a57b0f..9fb642b 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.json +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.json b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.json +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.json b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.json +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.json b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.json +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.json b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.json index 93ec297..817310e 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.json +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.json @@ -71,4 +71,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.json b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.json index 93ec297..817310e 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.json +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.json @@ -71,4 +71,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.json b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.json index 1f62215..5d14b46 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.json +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.json @@ -79,4 +79,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.json b/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.json index 9fe0731..a64c911 100644 --- a/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.json +++ b/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.json b/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.json b/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.json b/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.json +++ b/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.json b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.json index 96823e0..280e2b1 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.json +++ b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.json b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.json index 23b8c7e..47365fe 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.json +++ b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.json b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.json index 9e2e38b..f12357d 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.json +++ b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.json index b686f83..e7f9309 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.json index b686f83..e7f9309 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.json index 9e2e38b..f12357d 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.json +++ b/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.json index a17efac..dffb2b4 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.json index 390c5da..fb3cfa5 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.json new file mode 100644 index 0000000..fca64be --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.json @@ -0,0 +1,62 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "string1", + "var2": "string1" + }, + "dynval_2": { + "var1": "string1", + "var2": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "string1", + "var2": "string1" + }, + "dynval_2": { + "var1": "string1", + "var2": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.json index b8b3df0..6ffb306 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number_empty.json index b8b3df0..6ffb306 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.json index e7424e3..907b4a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.json index 390c5da..fb3cfa5 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.json b/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_mode.json b/tests/results/test_namespace_read_write_mandatory/60_0family_mode.json index 455a057..6ca56f1 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_mode.json +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_mode.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.json b/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.json index 3a5e7bc..e941de6 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.json +++ b/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json index 3d10601..aa2a666 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json index 5b97c2c..cbca33d 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json index 5b97c2c..cbca33d 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json index 3d10601..aa2a666 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.json index 438fbd5..8076aff 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.json +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json index 438fbd5..8076aff 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.json index 31e2471..2cff302 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.json index 31e2471..2cff302 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.json index 76fece5..63a5385 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.json new file mode 100644 index 0000000..47f0b50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.json @@ -0,0 +1,52 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "val1" + ], + "dynval1": { + "var": "string1" + }, + "var2": "string1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "val1" + ], + "dynval1": { + "var": "string1" + }, + "var2": "string1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.json new file mode 100644 index 0000000..1c3072e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.json @@ -0,0 +1,60 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var2": "string1", + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var2": "string1", + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json index 0082b0a..a1da453 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json index c1df137..02b4c21 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.json index 4545138..6eef7ec 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.json index 8626c9b..66fc41c 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.json index 196faf5..c03a4ee 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.json @@ -95,4 +95,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.json index 38d317c..002d5ac 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.json index 38d317c..002d5ac 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.json new file mode 100644 index 0000000..fdb0ab3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.json @@ -0,0 +1,68 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json index 8d4e07f..fdb0ab3 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json index b5c6827..acbb433 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json @@ -85,4 +85,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json index b5c6827..acbb433 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -85,4 +85,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json index a5c7559..0a35fc1 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json index a5c7559..0a35fc1 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.json index c8f4206..960e084 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.json +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.json index c8f4206..960e084 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.json index 4cd9d3a..dfab50c 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.json +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.json @@ -119,4 +119,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.json index 4cd9d3a..dfab50c 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.json @@ -119,4 +119,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.json +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.json +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.json index f4d9e7c..96f4003 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.json +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.json index 9e1fa6e..702eca7 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.json +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.json @@ -131,4 +131,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.json b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.json index 54c4177..aa61a33 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.json +++ b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.json b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.json index 35f92c7..0370058 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.json +++ b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.json b/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.json index e77bbae..027ef3e 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.json +++ b/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.json @@ -49,4 +49,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.json b/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.json index 6939274..442cbea 100644 --- a/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.json +++ b/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.json @@ -69,4 +69,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_0empty.json b/tests/results/test_namespace_read_write_mandatory_errors/00_0empty.json index b7155d1..094057e 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_0empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_0empty.json @@ -31,4 +31,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_0version_underscore.json b/tests/results/test_namespace_read_write_mandatory_errors/00_0version_underscore.json index e6f3075..755c333 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_0version_underscore.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_0version_underscore.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_1empty_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/00_1empty_variable.json index ed41f21..4e09ef1 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_1empty_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_1empty_variable.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated.json b/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated.json index 560065f..5fd7164 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated_multi.json index cb90dc6..5b3bb9b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated_multi.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_transitive.json index 9ef0862..b359d1b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_transitive.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_transitive.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_4load_subfolder.json b/tests/results/test_namespace_read_write_mandatory_errors/00_4load_subfolder.json index 46c948f..258216f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_4load_subfolder.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_4load_subfolder.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_5load_notype.json b/tests/results/test_namespace_read_write_mandatory_errors/00_5load_notype.json index f715352..202945b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_5load_notype.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_5load_notype.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6boolean.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6boolean.json index 8d18c2d..fad18f0 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6boolean.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6boolean.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6boolean_no_mandatory.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6boolean_no_mandatory.json index ed87618..87d7696 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6boolean_no_mandatory.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6boolean_no_mandatory.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice.json index d748233..7450c3b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_calculation.json index 978e0c4..be45c9a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_link.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_link.json new file mode 100644 index 0000000..7450c3b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_link.json @@ -0,0 +1,23 @@ +{ + "_meta": { + "hostvars": { + "localhost": { + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.var1 (the first variable)", + " - rougail.var2 (the second variable)" + ] + } + } + }, + "all": { + "children": [ + "ungrouped" + ] + }, + "ungrouped": { + "hosts": [ + "localhost" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable.json index ed6199a..2b9a473 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.json new file mode 100644 index 0000000..681933b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.json @@ -0,0 +1,52 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "var3": "a" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "var3": "a" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.json new file mode 100644 index 0000000..0a79b6d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.json @@ -0,0 +1,56 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "family": { + "var3": "a" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "family": { + "var3": "a" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6custom.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6custom.json index 4c52c5c..b447a3e 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6custom.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6custom.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6domainname.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6domainname.json index a927d2d..cee6f24 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6domainname.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6domainname.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6domainname_params.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6domainname_params.json index a927d2d..cee6f24 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6domainname_params.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6domainname_params.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6float.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6float.json index 1bfdabc..7d45c2c 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6float.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6float.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6number.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6number.json index 6ee86c2..f3e9f25 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6number.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6number.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6port.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6port.json index 2fa73e7..ca8431f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6port.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6port.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp.json index bdcfdaa..27dc7f8 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp_link.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp_link.json new file mode 100644 index 0000000..a22a68a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp_link.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var1": "#a1a1a1", + "var2": "#a1a1a1" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var1": "#a1a1a1", + "var2": "#a1a1a1" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6secret.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6secret.json index 465a478..2107baf 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6secret.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6secret.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6secret_param.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6secret_param.json new file mode 100644 index 0000000..2107baf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6secret_param.json @@ -0,0 +1,22 @@ +{ + "_meta": { + "hostvars": { + "localhost": { + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.secret1 (the first variable)" + ] + } + } + }, + "all": { + "children": [ + "ungrouped" + ] + }, + "ungrouped": { + "hosts": [ + "localhost" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6string.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6string.json index 8b1378d..057906d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_6string.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6string.json @@ -21,4 +21,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_7choice_quote.json b/tests/results/test_namespace_read_write_mandatory_errors/00_7choice_quote.json index 05d9eb3..7d89321 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_7choice_quote.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7choice_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_7help.json b/tests/results/test_namespace_read_write_mandatory_errors/00_7help.json new file mode 100644 index 0000000..7450c3b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7help.json @@ -0,0 +1,23 @@ +{ + "_meta": { + "hostvars": { + "localhost": { + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.var1 (the first variable)", + " - rougail.var2 (the second variable)" + ] + } + } + }, + "all": { + "children": [ + "ungrouped" + ] + }, + "ungrouped": { + "hosts": [ + "localhost" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_7help_quote.json b/tests/results/test_namespace_read_write_mandatory_errors/00_7help_quote.json index d748233..7450c3b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_7help_quote.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7help_quote.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_7help_sup.json b/tests/results/test_namespace_read_write_mandatory_errors/00_7help_sup.json new file mode 100644 index 0000000..50059b0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7help_sup.json @@ -0,0 +1,23 @@ +{ + "_meta": { + "hostvars": { + "localhost": { + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.var1 (the first )", + " - rougail.var2 (the second )" + ] + } + } + }, + "all": { + "children": [ + "ungrouped" + ] + }, + "ungrouped": { + "hosts": [ + "localhost" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote.json b/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote.json index ef1f84a..421c714 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote2.json b/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote2.json index 10ee5a9..4a3ba74 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote3.json b/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote3.json index 0efcfd8..e2dcbeb 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote3.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7value_doublequote3.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_7value_quote.json b/tests/results/test_namespace_read_write_mandatory_errors/00_7value_quote.json index f53ec86..050c77f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_7value_quote.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7value_quote.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_information.json b/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_information.json index 9b528c5..25cc8b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_information.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_information.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_namespace.json b/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_namespace.json new file mode 100644 index 0000000..b485ba8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "hosts" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "hosts" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_param_namespace.json b/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_param_namespace.json new file mode 100644 index 0000000..68728de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_8calculation_param_namespace.json @@ -0,0 +1,40 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "variable": "Rougail" + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "variable": "Rougail" + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_8test.json b/tests/results/test_namespace_read_write_mandatory_errors/00_8test.json index 56108cf..1f126d1 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_8test.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_8test.json @@ -21,4 +21,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9choice_variable_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9choice_variable_multi.json index df90f15..f001e23 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9choice_variable_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9choice_variable_multi.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9choice_variables.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9choice_variables.json index 22805e8..740b5eb 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9choice_variables.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9choice_variables.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation.json index d53126d..a24fd85 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_information.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_information.json index ad5f903..ac36a89 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_information.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_information.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_information_other_variable.json index 9ef0862..b359d1b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_information_other_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_information_other_variable.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional.json index 0472b2d..34adb2c 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional2.json index 0472b2d..34adb2c 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional2.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional.json index d93884f..2db004e 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional_exists.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional_exists.json index 5e80732..29b26d4 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional_exists.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional_exists.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_param_optional.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_param_optional.json index b50fd53..5acfc36 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_param_optional.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation_param_optional.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable.json index 9ef0862..b359d1b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable2.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable2.json index 9ef0862..b359d1b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable2.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_integer.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_integer.json index 978e0c4..be45c9a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_integer.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_integer.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9extra.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9extra.json index 7406536..bdb014f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9extra.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9extra.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9extra_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9extra_calculation.json index fdc102d..4ead254 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9extra_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9extra_calculation.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9extra_ouside.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9extra_ouside.json index 2877672..92afa59 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/00_9extra_ouside.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9extra_ouside.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_6boolean_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/01_6boolean_multi.json index 742da6a..d5bf051 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_6boolean_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_6boolean_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_6custom_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/01_6custom_multi.json index d5db923..5c094f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_6custom_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_6custom_multi.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_6float_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/01_6float_multi.json index 259bbe1..b8793ac 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_6float_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_6float_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_6number_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/01_6number_multi.json index c5df092..1975ce8 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_6number_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_6number_multi.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_6string_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/01_6string_empty.json index 28adf4b..2690946 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_6string_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_6string_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_6string_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/01_6string_multi.json index 8b1378d..057906d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_6string_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_6string_multi.json @@ -21,4 +21,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote.json b/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote.json index f57f500..5d4c2cc 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote2.json b/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote2.json index e73a810..8a4f5ac 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote2.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_quote.json b/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_quote.json index 78273fd..84c64c6 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_quote.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_7value_multi_quote.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_8calculation_information_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/01_8calculation_information_multi.json index 9b528c5..25cc8b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_8calculation_information_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_8calculation_information_multi.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/01_9choice_variable_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/01_9choice_variable_multi.json index 9fa8c8d..0f10a65 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/01_9choice_variable_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/01_9choice_variable_multi.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_0type_param.json b/tests/results/test_namespace_read_write_mandatory_errors/04_0type_param.json index 0db0f8b..cabd215 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_0type_param.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_0type_param.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save.json b/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save.json index 7b77c76..cbed343 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated.json b/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated.json index b50fd53..5acfc36 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated_hidden.json index 0efc416..b05e504 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated_hidden.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_hidden.json b/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_1auto_save_and_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden.json b/tests/results/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden.json index 98c480f..8617540 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_2.json b/tests/results/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_2.json index 98c480f..8617540 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_2.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation.json index b173fee..f6a13ef 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_default.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_default.json index 2c10255..7594a49 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_default.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_default.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_multi.json index b173fee..f6a13ef 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_multi.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional.json index 8dd9efe..2a88bfd 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable.json index 9b528c5..25cc8b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable2.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable2.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable3.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable3.json index 5490356..d7196de 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable3.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable3.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable4.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable4.json index 9b528c5..25cc8b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable4.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable4.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi.json index 9b528c5..25cc8b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi2.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi2.json new file mode 100644 index 0000000..7fe8500 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi2.json @@ -0,0 +1,22 @@ +{ + "_meta": { + "hostvars": { + "localhost": { + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.condition (a condition)" + ] + } + } + }, + "all": { + "children": [ + "ungrouped" + ] + }, + "ungrouped": { + "hosts": [ + "localhost" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi3.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi3.json new file mode 100644 index 0000000..25cc8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi3.json @@ -0,0 +1,22 @@ +{ + "_meta": { + "hostvars": { + "localhost": { + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.variable (a variable)" + ] + } + } + }, + "all": { + "children": [ + "ungrouped" + ] + }, + "ungrouped": { + "hosts": [ + "localhost" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation.json index 2c10255..7594a49 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation2.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation2.json index 8dd9efe..2a88bfd 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation2.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation_default_calculation.json index 2c10255..7594a49 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation_default_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5hidden_calculation_default_calculation.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5validators.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5validators.json index 127579e..d0ea9b4 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5validators.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5validators.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_differ.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_differ.json index 0899187..dfd87d0 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_differ.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_differ.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_multi.json index b342be2..8efe54a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_multi.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_multi2.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_multi2.json index b342be2..8efe54a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_multi2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5validators_multi2.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/05_0multi_not_uniq.json b/tests/results/test_namespace_read_write_mandatory_errors/05_0multi_not_uniq.json index 4241886..5361a91 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/05_0multi_not_uniq.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/05_0multi_not_uniq.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/05_0multi_uniq.json b/tests/results/test_namespace_read_write_mandatory_errors/05_0multi_uniq.json index c45f586..0c931c9 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/05_0multi_uniq.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/05_0multi_uniq.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/12_1auto_save_expert.json b/tests/results/test_namespace_read_write_mandatory_errors/12_1auto_save_expert.json index ac68847..5f91ec0 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/12_1auto_save_expert.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/12_1auto_save_expert.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_0redefine_description.json b/tests/results/test_namespace_read_write_mandatory_errors/16_0redefine_description.json index 37b5542..868fa3b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_0redefine_description.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_0redefine_description.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_2family_redefine_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/16_2family_redefine_calculation.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_2family_redefine_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_2family_redefine_calculation.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_2family_redefine_disabled.json b/tests/results/test_namespace_read_write_mandatory_errors/16_2family_redefine_disabled.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_2family_redefine_disabled.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_2family_redefine_disabled.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5exists_nonexists.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5exists_nonexists.json index 0efc416..b05e504 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5exists_nonexists.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5exists_nonexists.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5exists_redefine.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5exists_redefine.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5exists_redefine.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5exists_redefine.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_calculation.json index b2a90a5..2ea61d9 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_choice.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_choice.json index 9b528c5..25cc8b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_choice.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_choice.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_default.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_default.json index b2a90a5..2ea61d9 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_default.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_default.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_default_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_default_calculation.json index 9b528c5..25cc8b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_default_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_default_calculation.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_family.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_family.json index 6a0e22d..a8907f4 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_family.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_family.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_help.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_help.json index be95641..f0d92df 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_help.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_help.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_hidden.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_multi.json index c45f586..0c931c9 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_multi.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_remove_disable_calculation.json index 9b528c5..25cc8b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_remove_disable_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5redefine_remove_disable_calculation.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_5test_redefine.json b/tests/results/test_namespace_read_write_mandatory_errors/16_5test_redefine.json index dca4bc6..e2e16fe 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_5test_redefine.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_5test_redefine.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_6choice_redefine.json b/tests/results/test_namespace_read_write_mandatory_errors/16_6choice_redefine.json index e658b11..8b35f65 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_6choice_redefine.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_6choice_redefine.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_family.json b/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_family.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_redefine_family.json b/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_redefine_family.json index d434a14..0a28d3b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_redefine_family.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_redefine_family.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16exists_exists.json b/tests/results/test_namespace_read_write_mandatory_errors/16exists_exists.json index 94f3cf7..664f383 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/16exists_exists.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/16exists_exists.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/17_5redefine_leadership.json b/tests/results/test_namespace_read_write_mandatory_errors/17_5redefine_leadership.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/17_5redefine_leadership.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/17_5redefine_leadership.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0empty_family.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0empty_family.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_0empty_family.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0empty_family.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0family_append.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0family_append.json index 072f37a..2cb6b67 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_0family_append.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0family_append.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0family_underscore.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0family_underscore.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_0family_underscore.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0family_underscore.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family.json index 52f6eab..b5ece35 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_basic.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_basic.json index 231346b..4a41a5c 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_basic.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_basic.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_expert.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_expert.json index 52f6eab..b5ece35 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_expert.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_expert.json @@ -45,4 +45,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_order.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_order.json index 27c3131..3632600 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_order.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0multi_family_order.json @@ -22,4 +22,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0validators_differ_redefine.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0validators_differ_redefine.json index 99d7de3..c65fb45 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_0validators_differ_redefine.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0validators_differ_redefine.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.json b/tests/results/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_9default_information_parent.json b/tests/results/test_namespace_read_write_mandatory_errors/20_9default_information_parent.json index 888fc08..a8ad3d3 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/20_9default_information_parent.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/20_9default_information_parent.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition.json b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition.json index 1f1ad4d..c73072a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_boolean.json index 13f36b1..da0b5ec 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_boolean.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_boolean.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_sub_family.json index 8175190..431333b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_sub_family.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_sub_family.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_variable_sub_family.json index 7f98eb8..6e21f0a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_variable_sub_family.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_variable_sub_family.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_with_variable.json index 8425ec0..543735e 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_with_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_with_variable.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_param_condition_sub_family.json index bd47302..c4094b1 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_param_condition_sub_family.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_hidden_param_condition_sub_family.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition.json b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition.json index dc96517..e67bc8f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition_variable.json index ad5f903..ac36a89 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition_variable.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_7validators_variable_optional.json b/tests/results/test_namespace_read_write_mandatory_errors/24_7validators_variable_optional.json index 5a467b7..944707e 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_7validators_variable_optional.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_7validators_variable_optional.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/24_family_disabled_var_hidden.json b/tests/results/test_namespace_read_write_mandatory_errors/24_family_disabled_var_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/24_family_disabled_var_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/24_family_disabled_var_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership.json index f022036..2a14a18 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_diff_name.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_diff_name.json index 29452ef..185abb1 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_diff_name.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_diff_name.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_calculation.json index f022036..2a14a18 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_calculation.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti.json index 3864db5..6bedd69 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti.json @@ -59,4 +59,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti_calculation.json index 9ad03e3..050e9ed 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti_calculation.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_value.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_value.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_value.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_value.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_leader_not_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_leader_not_multi.json index 6308576..5cf49d8 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_leader_not_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_leader_not_multi.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_1leadership_append_follower.json b/tests/results/test_namespace_read_write_mandatory_errors/40_1leadership_append_follower.json index ed157a3..6d8825c 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_1leadership_append_follower.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_1leadership_append_follower.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index.json b/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index.json index f758255..e6a7db3 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_param_index.json b/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_param_index.json index f758255..e6a7db3 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_param_index.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_param_index.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_leader_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_leader_calculation.json index b37a019..1a12185 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_leader_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_2leadership_leader_calculation.json @@ -22,4 +22,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi.json b/tests/results/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi.json index 636c44b..011bb61 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_boolean.json b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_boolean.json index 1d794d3..024227f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_boolean.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_boolean.json @@ -51,4 +51,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_boolean_return_none.json b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_boolean_return_none.json index 9a9983b..31a743a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_boolean_return_none.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_boolean_return_none.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_integer.json b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_integer.json index 13735f1..ebb2460 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_integer.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_integer.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable.json index 08ecc87..91b8877 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent.json index b4c6969..d561050 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent.json @@ -43,4 +43,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent2.json index ab7cae1..d38ca8f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent2.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-first.json b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-first.json index 0430845..a29b036 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-first.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-first.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-last.json b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-last.json index 0430845..a29b036 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-last.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-last.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower.json b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower.json index a67a65d..0d945a0 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-first.json b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-first.json index ccb34c6..857f107 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-first.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-first.json @@ -61,4 +61,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-last.json b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-last.json index a61b03f..cbff4fa 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-last.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-last.json @@ -61,4 +61,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader.json b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader.json index b72bf48..8696a5c 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/41_0choice_leader.json b/tests/results/test_namespace_read_write_mandatory_errors/41_0choice_leader.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/41_0choice_leader.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/41_0choice_leader.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_0leadership_hidden.json b/tests/results/test_namespace_read_write_mandatory_errors/44_0leadership_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_0leadership_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_0leadership_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_0leadership_leader_hidden.json b/tests/results/test_namespace_read_write_mandatory_errors/44_0leadership_leader_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_0leadership_leader_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_0leadership_leader_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_1leadership_append_hidden_follower.json b/tests/results/test_namespace_read_write_mandatory_errors/44_1leadership_append_hidden_follower.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_1leadership_append_hidden_follower.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_1leadership_append_hidden_follower.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower.json b/tests/results/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower.json index 8985dd9..60da1aa 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory.json b/tests/results/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory.json index f022036..2a14a18 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory_follower.json b/tests/results/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory_follower.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory_follower.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory_follower.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/44_5leadership_leader_hidden_calculation.json index 8dd9efe..2a88bfd 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_5leadership_leader_hidden_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_5leadership_leader_hidden_calculation.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/44_6leadership_follower_disabled_calculation.json index f022036..2a14a18 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_6leadership_follower_disabled_calculation.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_6leadership_follower_disabled_calculation.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace_read_write_mandatory_errors/44_9calculated_default_leadership_leader.json index f53f0d9..e2a5aed 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/44_9calculated_default_leadership_leader.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/44_9calculated_default_leadership_leader.json @@ -53,4 +53,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic.json index b30fe82..c51b8cc 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0.json index 43062c7..07cc848 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type.json index 294677f..9ce1f64 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1.json index e88bc3a..03ae6c1 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_forbidden_char.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_forbidden_char.json new file mode 100644 index 0000000..2ce7aa7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_forbidden_char.json @@ -0,0 +1,62 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "val.1", + "var2": "val.1" + }, + "dynval_2": { + "var1": "val.2", + "var2": "val.2" + } + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val.1", + "val.2" + ], + "dynval_1": { + "var1": "val.1", + "var2": "val.1" + }, + "dynval_2": { + "var1": "val.2", + "var2": "val.2" + } + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number.json index 7d5df50..6d5f8ae 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number_empty.json index 0f6c43b..23f44b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description.json index b9ca948..2495779 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_static.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_static.json index 8bfcbb5..3b3c07f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_static.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_static.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_test.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_test.json index bac6800..dbe7047 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_test.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_test.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_empty.json index 9b2e345..7d6c350 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix.json index 0a71e74..2d4834b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix_empty.json index bac6800..dbe7047 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_empty.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_empty.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_hidden.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_hidden.json index 376094e..0c48d48 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_hidden.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_hidden.json @@ -33,4 +33,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_mode.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_mode.json index e552de7..b769d47 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_mode.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_mode.json @@ -41,4 +41,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_1family_dynamic_jinja.json b/tests/results/test_namespace_read_write_mandatory_errors/60_1family_dynamic_jinja.json index d279201..f3791fe 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_1family_dynamic_jinja.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_1family_dynamic_jinja.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group.json index b386326..969287d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group.json @@ -21,4 +21,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2.json index 08a59e4..fe88774 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -65,4 +65,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.json index 59476ad..e3f7f50 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_empty.json index 97c07b9..beba781 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc.json index 8fc28c6..d893aa3 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc_empty.json index 8c6048b..52482b3 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2.json index 9a9983b..31a743a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2_empty.json index 9a9983b..31a743a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix.json index bda1840..8f64c8f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix.json @@ -21,4 +21,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2.json index 87b9c89..1d16fad 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled.json index 9b4d784..5f6cb3c 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty.json index 95aa3f2..63926c8 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_2.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_2.json new file mode 100644 index 0000000..63926c8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_2.json @@ -0,0 +1,22 @@ +{ + "_meta": { + "hostvars": { + "localhost": { + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.var2 (A variable calculated)" + ] + } + } + }, + "all": { + "children": [ + "ungrouped" + ] + }, + "ungrouped": { + "hosts": [ + "localhost" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_3.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_3.json new file mode 100644 index 0000000..63926c8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_3.json @@ -0,0 +1,22 @@ +{ + "_meta": { + "hostvars": { + "localhost": { + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.var2 (A variable calculated)" + ] + } + } + }, + "all": { + "children": [ + "ungrouped" + ] + }, + "ungrouped": { + "hosts": [ + "localhost" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param.json index 87b9c89..1d16fad 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable.json index bda1840..8f64c8f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable.json @@ -21,4 +21,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_empty.json index 95aa3f2..63926c8 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_hidden_suffix.json index b869861..43cb06a 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_hidden_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_hidden_suffix.json @@ -47,4 +47,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix.json index d29b3b0..0ff6681 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside.json index c20edb2..832f23d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2.json index 545b8b4..23cb6d2 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2_empty.json index 0f6c43b..23f44b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_1_0.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_1_0.json new file mode 100644 index 0000000..832f23d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_1_0.json @@ -0,0 +1,66 @@ +{ + "_meta": { + "hostvars": { + "GROUP1_01": { + "ansible_host": "group1.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "val1" + }, + "my_dyn_family_val2": { + "var": "val2" + }, + "var2": [ + "val1", + "val2" + ] + } + }, + "GROUP2_01": { + "ansible_host": "group2.net", + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "val1" + }, + "my_dyn_family_val2": { + "var": "val2" + }, + "var2": [ + "val1", + "val2" + ] + } + } + } + }, + "all": { + "children": [ + "ungrouped", + "groups" + ] + }, + "group1": { + "hosts": [ + "GROUP1_01" + ] + }, + "group2": { + "hosts": [ + "GROUP2_01" + ] + }, + "groups": { + "children": [ + "group1", + "group2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_empty.json index 0f6c43b..23f44b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja.json index c20edb2..832f23d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja.json @@ -63,4 +63,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja_empty.json index 0f6c43b..23f44b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja_empty.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix.json index 726cdce..c5ed698 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix.json @@ -83,4 +83,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.json index e3431c5..4c00a2b 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix.json index fe25434..b3b68cd 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix.json @@ -57,4 +57,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix_empty.json index 59476ad..e3f7f50 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix_empty.json @@ -39,4 +39,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside.json b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside.json index 3020dbf..6980b0f 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside.json @@ -67,4 +67,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership.json b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership.json index 9dbc67a..5d24801 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic.json index f77c6f0..8a9cc83 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0.json index f77c6f0..8a9cc83 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0.json @@ -107,4 +107,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty.json index 16bbda5..2794f02 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty2.json b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty2.json index c7d489c..924d0c8 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty2.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty2.json @@ -55,4 +55,4 @@ "group2" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_9extra_dynamic.json b/tests/results/test_namespace_read_write_mandatory_errors/60_9extra_dynamic.json index 0d95be3..f735d06 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_9extra_dynamic.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_9extra_dynamic.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_9extra_dynamic_extra.json b/tests/results/test_namespace_read_write_mandatory_errors/60_9extra_dynamic_extra.json index 0d95be3..f735d06 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_9extra_dynamic_extra.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_9extra_dynamic_extra.json @@ -19,4 +19,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_9family_dynamic_calc_both.json b/tests/results/test_namespace_read_write_mandatory_errors/60_9family_dynamic_calc_both.json index 5083843..5750dcc 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/60_9family_dynamic_calc_both.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/60_9family_dynamic_calc_both.json @@ -20,4 +20,4 @@ "localhost" ] } -} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/68_0family_leadership_mode.json b/tests/results/test_namespace_read_write_mandatory_errors/68_0family_leadership_mode.json index 403e9a5..701b56d 100644 --- a/tests/results/test_namespace_read_write_mandatory_errors/68_0family_leadership_mode.json +++ b/tests/results/test_namespace_read_write_mandatory_errors/68_0family_leadership_mode.json @@ -37,4 +37,4 @@ "group2" ] } -} +} \ No newline at end of file