intersight_info has been moved to cisco.intersight. (#395)

This commit is contained in:
Felix Fontein 2020-05-21 22:12:25 +02:00 committed by GitHub
parent f585aa065a
commit 7bb36d62d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 122 deletions

View file

@ -6,8 +6,6 @@ integration_tests_dependencies:
unit_tests_dependencies:
- ansible.netcommon
- ansible.posix
- cisco.intersight
- community.internal_test_tools
- community.kubernetes
- google.cloud
- ovirt.ovirt

View file

@ -1400,8 +1400,6 @@ plugins/modules/remote_management/hpilo/hpilo_info.py pylint:collection-invalid-
plugins/modules/remote_management/hpilo/hpilo_info.py validate-modules:parameter-type-not-in-doc
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
plugins/modules/remote_management/imc/imc_rest.py validate-modules:parameter-type-not-in-doc
plugins/modules/remote_management/intersight/intersight_info.py pylint:collection-invalid-deprecated-version
plugins/modules/remote_management/intersight/intersight_info.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:doc-choices-do-not-match-spec
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:doc-missing-type
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:parameter-type-not-in-doc

View file

@ -68,8 +68,6 @@ cd "${TEST_DIR}"
# START: HACK install dependencies
retry ansible-galaxy -vvv collection install ansible.netcommon
retry ansible-galaxy -vvv collection install ansible.posix
# https://github.com/CiscoDevNet/ansible-intersight/issues/9
retry ansible-galaxy -vvv collection install cisco.intersight:1.0.4
retry ansible-galaxy -vvv collection install community.crypto
# retry ansible-galaxy -vvv collection install community.internal_test_tools - we need git checkout until 0.2.0 has been released
retry git clone https://github.com/ansible-collections/community.internal_test_tools.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/internal_test_tools"