mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
rhn_register: fix broken imports, add unit tests (#26878)
Fix 'module' object is not callable * rhn_register: fix Python 3 compatibility * rhn_register: update requirements * rhn_register: add unit tests * Add missing method name * use a dedicated line for XML related requirements * rhn_register: drop support for Python 2.4 * rhn_register unit tests: fix Python 3 compatibility * refactor in order to check order of the requests
This commit is contained in:
parent
0342760f5b
commit
b57af4428d
3 changed files with 333 additions and 12 deletions
|
@ -99,7 +99,6 @@ lib/ansible/modules/network/lenovo/cnos_vlan.py
|
|||
lib/ansible/modules/network/nxos/nxos_file_copy.py
|
||||
lib/ansible/modules/packaging/language/maven_artifact.py
|
||||
lib/ansible/modules/packaging/os/rhn_channel.py
|
||||
lib/ansible/modules/packaging/os/rhn_register.py
|
||||
lib/ansible/modules/storage/infinidat/infini_export.py
|
||||
lib/ansible/modules/storage/infinidat/infini_export_client.py
|
||||
lib/ansible/modules/storage/infinidat/infini_fs.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue