-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sanity tests SUMMARY With ansible-core 2.13, there are some new sanity tests that fail (ansible/ansible#77268?). ISSUE TYPE Bugfix Pull Request COMPONENT NAME vca_fw vca_nat vmware_host_inventory vmware_vm_inventory ADDITIONAL INFORMATION As an example, see this CI run. edit: Now that the ansible-core stable-2.13 branch exists and the devel branch has been updated to 2.14.0.dev0, I've also added tests/sanity/ignore-2.14.txt. ansible-collections/news-for-maintainers#13 Reviewed-by: sky-joker <[email protected]>
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
plugins/modules/vca_fw.py validate-modules:doc-default-does-not-match-spec # deprecated | ||
plugins/modules/vca_fw.py validate-modules:doc-missing-type # deprecated | ||
plugins/modules/vca_fw.py validate-modules:doc-required-mismatch # deprecated | ||
plugins/modules/vca_fw.py validate-modules:no-default-for-required-parameter # deprecated | ||
plugins/modules/vca_fw.py validate-modules:parameter-list-no-elements # deprecated | ||
plugins/modules/vca_fw.py validate-modules:parameter-type-not-in-doc # deprecated | ||
plugins/modules/vca_fw.py validate-modules:undocumented-parameter # deprecated | ||
plugins/modules/vca_nat.py validate-modules:doc-default-does-not-match-spec # deprecated | ||
plugins/modules/vca_nat.py validate-modules:doc-missing-type # deprecated | ||
plugins/modules/vca_nat.py validate-modules:doc-required-mismatch # deprecated | ||
plugins/modules/vca_nat.py validate-modules:no-default-for-required-parameter # deprecated | ||
plugins/modules/vca_nat.py validate-modules:parameter-list-no-elements # deprecated | ||
plugins/modules/vca_nat.py validate-modules:parameter-type-not-in-doc # deprecated | ||
plugins/modules/vca_nat.py validate-modules:undocumented-parameter # deprecated | ||
plugins/modules/vca_vapp.py validate-modules:doc-default-does-not-match-spec # deprecated | ||
plugins/modules/vca_vapp.py validate-modules:doc-missing-type # deprecated | ||
plugins/modules/vca_vapp.py validate-modules:doc-required-mismatch # deprecated | ||
plugins/modules/vca_vapp.py validate-modules:undocumented-parameter # deprecated | ||
plugins/modules/vmware_deploy_ovf.py use-argspec-type-path!skip | ||
plugins/modules/vmware_host_acceptance.py validate-modules:parameter-state-invalid-choice |