Skip to content

Commit

Permalink
Added support for Ansible 6.0.0
Browse files Browse the repository at this point in the history
Details:

* Added an ignore-2.13.txt file to the sanity tests. (issue #533)

Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jun 26, 2022
1 parent bc341aa commit b0e4b9d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_
CPCs in DPM mode. This speeds up execution time compared to obtaining them
from the facts returned by 'zhmc_cpc'. (issue #526)

* Added support for Ansible 6.0.0 by adding an ignore-2.13.txt file to the
sanity tests. (issue #533)

**Cleanup:**

**Known issues:**
Expand Down
26 changes: 26 additions & 0 deletions tests/sanity/ignore-2.13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
plugins/modules/zhmc_adapter.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_crypto_attachment.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_cpc.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_cpc_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_hba.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_nic.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_partition.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_partition_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_lpar.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_lpar_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_storage_group.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_storage_group_attachment.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_storage_volume.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_user.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_virtual_function.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_adapter.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_cpc.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_crypto_attachment.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_hba.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_nic.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_partition.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_lpar.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_storage_group.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_storage_volume.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_user.py validate-modules:return-syntax-error # Missing type on generic {property}
plugins/modules/zhmc_virtual_function.py validate-modules:return-syntax-error # Missing type on generic {property}

0 comments on commit b0e4b9d

Please sign in to comment.