You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signed-off-by: Stew Francis <[email protected]>
So mutually exclusive and required one of isn't applied to the last node which doesn't have `and` and `or` nodes. Remove corresponding ignores from sanity tests, and add ignores for new required nodes that aren't in the deep part of the spec
Copy file name to clipboardExpand all lines: tests/sanity/ignore-2.10.txt
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,15 @@ plugins/modules/cmci_get.py validate-modules:missing-suboption-docs # We have a
6
6
plugins/modules/cmci_get.py validate-modules:parameter-type-not-in-doc # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
7
7
plugins/modules/cmci_get.py validate-modules:undocumented-parameter # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
8
8
plugins/modules/cmci_get.py validate-modules:doc-elements-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
9
-
plugins/modules/cmci_get.py validate-modules:mutually_exclusive-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
10
-
plugins/modules/cmci_get.py validate-modules:required_one_of-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
9
+
plugins/modules/cmci_get.py validate-modules:doc-required-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
11
10
plugins/modules/cmci_action.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
12
11
plugins/modules/cmci_action.py validate-modules:doc-choices-do-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
13
12
plugins/modules/cmci_action.py validate-modules:doc-default-does-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
14
13
plugins/modules/cmci_action.py validate-modules:missing-suboption-docs # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
15
14
plugins/modules/cmci_action.py validate-modules:parameter-type-not-in-doc # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
16
15
plugins/modules/cmci_action.py validate-modules:undocumented-parameter # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
17
16
plugins/modules/cmci_action.py validate-modules:doc-elements-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
18
-
plugins/modules/cmci_action.py validate-modules:mutually_exclusive-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
19
-
plugins/modules/cmci_action.py validate-modules:required_one_of-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
17
+
plugins/modules/cmci_action.py validate-modules:doc-required-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
20
18
plugins/modules/cmci_create.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
21
19
plugins/modules/cmci_delete.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
22
20
plugins/modules/cmci_delete.py validate-modules:doc-choices-do-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
@@ -25,14 +23,12 @@ plugins/modules/cmci_delete.py validate-modules:missing-suboption-docs # We have
25
23
plugins/modules/cmci_delete.py validate-modules:parameter-type-not-in-doc # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
26
24
plugins/modules/cmci_delete.py validate-modules:undocumented-parameter # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
27
25
plugins/modules/cmci_delete.py validate-modules:doc-elements-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
28
-
plugins/modules/cmci_delete.py validate-modules:mutually_exclusive-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
29
-
plugins/modules/cmci_delete.py validate-modules:required_one_of-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
26
+
plugins/modules/cmci_delete.py validate-modules:doc-required-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
30
27
plugins/modules/cmci_update.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
31
28
plugins/modules/cmci_update.py validate-modules:doc-choices-do-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
32
29
plugins/modules/cmci_update.py validate-modules:doc-default-does-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
33
30
plugins/modules/cmci_update.py validate-modules:missing-suboption-docs # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
34
31
plugins/modules/cmci_update.py validate-modules:parameter-type-not-in-doc # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
35
32
plugins/modules/cmci_update.py validate-modules:undocumented-parameter # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
36
33
plugins/modules/cmci_update.py validate-modules:doc-elements-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
37
-
plugins/modules/cmci_update.py validate-modules:mutually_exclusive-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
38
-
plugins/modules/cmci_update.py validate-modules:required_one_of-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
34
+
plugins/modules/cmci_update.py validate-modules:doc-required-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error
0 commit comments