diff --git a/tests/results/test/00_6secret.json b/tests/results/test/00_6secret.json index 8cb44b2..5b1bc33 100644 --- a/tests/results/test/00_6secret.json +++ b/tests/results/test/00_6secret.json @@ -1,4 +1,4 @@ { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } \ No newline at end of file diff --git a/tests/results/test/00_6secret_param.json b/tests/results/test/00_6secret_param.json new file mode 100644 index 0000000..36f9ba0 --- /dev/null +++ b/tests/results/test/00_6secret_param.json @@ -0,0 +1,4 @@ +{ + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues" +} \ No newline at end of file diff --git a/tests/results/test/00_7help.json b/tests/results/test/00_7help.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test/00_7help.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test/00_7help_sup.json b/tests/results/test/00_7help_sup.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test/00_7help_sup.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6secret.json b/tests/results/test_mandatory/00_6secret.json index 8cb44b2..5b1bc33 100644 --- a/tests/results/test_mandatory/00_6secret.json +++ b/tests/results/test_mandatory/00_6secret.json @@ -1,4 +1,4 @@ { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6secret_param.json b/tests/results/test_mandatory/00_6secret_param.json new file mode 100644 index 0000000..36f9ba0 --- /dev/null +++ b/tests/results/test_mandatory/00_6secret_param.json @@ -0,0 +1,4 @@ +{ + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_7help.json b/tests/results/test_mandatory/00_7help.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_mandatory/00_7help.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_7help_sup.json b/tests/results/test_mandatory/00_7help_sup.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_mandatory/00_7help_sup.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ 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 30d996b..22e0d48 100644 --- a/tests/results/test_namespace/00_6secret.json +++ b/tests/results/test_namespace/00_6secret.json @@ -1,6 +1,6 @@ { "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } } \ 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..e961e6d --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues" + } +} \ 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..bbe108c --- /dev/null +++ b/tests/results/test_namespace/00_7help.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ 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..bbe108c --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ 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 30d996b..22e0d48 100644 --- a/tests/results/test_namespace_mandatory/00_6secret.json +++ b/tests/results/test_namespace_mandatory/00_6secret.json @@ -1,6 +1,6 @@ { "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } } \ 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..e961e6d --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6secret_param.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues" + } +} \ 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..bbe108c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7help.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ 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..bbe108c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7help_sup.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ 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..f78bc4c --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6secret_param.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "secret1": null, + "secret2": "value" + } +} \ 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..174ee51 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": null, + "var2": null + } +} \ 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..174ee51 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help_sup.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": null, + "var2": null + } +} \ 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 30d996b..22e0d48 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6secret.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret.json @@ -1,6 +1,6 @@ { "rougail": { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } } \ 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..e961e6d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues" + } +} \ 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..bbe108c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7help.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ 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..bbe108c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7help_sup.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ 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..b814519 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6secret_param.json @@ -0,0 +1,6 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.secret1 (the first variable)" + ] +} \ 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..7dd8ace --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7help.json @@ -0,0 +1,7 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.var1 (the first variable)", + " - rougail.var2 (the second variable)" + ] +} \ 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..2f18a4d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_7help_sup.json @@ -0,0 +1,7 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.var1 (the first )", + " - rougail.var2 (the second )" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6secret_param.json b/tests/results/test_read_write/00_6secret_param.json new file mode 100644 index 0000000..1a47851 --- /dev/null +++ b/tests/results/test_read_write/00_6secret_param.json @@ -0,0 +1,4 @@ +{ + "secret1": null, + "secret2": "value" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_7help.json b/tests/results/test_read_write/00_7help.json new file mode 100644 index 0000000..be7160d --- /dev/null +++ b/tests/results/test_read_write/00_7help.json @@ -0,0 +1,4 @@ +{ + "var1": null, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_7help_sup.json b/tests/results/test_read_write/00_7help_sup.json new file mode 100644 index 0000000..be7160d --- /dev/null +++ b/tests/results/test_read_write/00_7help_sup.json @@ -0,0 +1,4 @@ +{ + "var1": null, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6secret.json b/tests/results/test_read_write_mandatory/00_6secret.json index 8cb44b2..5b1bc33 100644 --- a/tests/results/test_read_write_mandatory/00_6secret.json +++ b/tests/results/test_read_write_mandatory/00_6secret.json @@ -1,4 +1,4 @@ { - "secret1": "string1", - "secret2": "string1" + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues_len1" } \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6secret_param.json b/tests/results/test_read_write_mandatory/00_6secret_param.json new file mode 100644 index 0000000..36f9ba0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6secret_param.json @@ -0,0 +1,4 @@ +{ + "secret1": "onE7vaLues_len1", + "secret2": "onE7vaLues" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_7help.json b/tests/results/test_read_write_mandatory/00_7help.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7help.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_7help_sup.json b/tests/results/test_read_write_mandatory/00_7help_sup.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7help_sup.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory_errors/00_6secret_param.json b/tests/results/test_read_write_mandatory_errors/00_6secret_param.json new file mode 100644 index 0000000..74db860 --- /dev/null +++ b/tests/results/test_read_write_mandatory_errors/00_6secret_param.json @@ -0,0 +1,6 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - secret1 (the first variable)" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory_errors/00_7help.json b/tests/results/test_read_write_mandatory_errors/00_7help.json new file mode 100644 index 0000000..13245ff --- /dev/null +++ b/tests/results/test_read_write_mandatory_errors/00_7help.json @@ -0,0 +1,7 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - var1 (the first variable)", + " - var2 (the second variable)" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory_errors/00_7help_sup.json b/tests/results/test_read_write_mandatory_errors/00_7help_sup.json new file mode 100644 index 0000000..cba7de4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_errors/00_7help_sup.json @@ -0,0 +1,7 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - var1 (the first )", + " - var2 (the second )" + ] +} \ No newline at end of file