You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules
Jiri Hnidek 978fe81a6d Added unit tests for redhat_subscription module (#58665)
* Fixed the redhat_subscription module:
  - Option 'pool_ids' works in Python3 now
  - It tries to attach only pools IDs that are available
  - Optimization of code: do not call list --available, when
    no pool is requested
  - Simplified configure() method
  - Small changes to generate same commands on Python2 and Python3.
    Order of arguments/options and pool IDs have to be same to
    be able to run unit test using Python2 and Python3.
  - Added fragments file for redhat_subscribtion module
5 years ago
..
cloud Unit tests: remove unused imports (#59740) 5 years ago
crypto New LUKS devices management module (#48991) 5 years ago
files Fixes #34893 (#40166) 6 years ago
messaging Rabbitmq user permission fixes (#49404) 6 years ago
monitoring Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
net_tools Address regression causing bootproto=dhcp for manual IP addresses (#56376) 5 years ago
network Unit tests: remove unused imports (#59740) 5 years ago
notification Add support for hex color in slack module (#49804) 6 years ago
packaging Added unit tests for redhat_subscription module (#58665) 5 years ago
remote_management Adding dell ome device_info module (#53438) 5 years ago
source_control Fix for skipping of gitlab_runner test. 5 years ago
storage Unit tests: remove unused imports (#59740) 5 years ago
system Unit tests: remove unused imports (#59740) 5 years ago
web_infrastructure Python 3.8 collections compatibility fixes. 6 years ago
__init__.py Some algorithmic unittests for the apt and docker modules 8 years ago
conftest.py fix missing attribs with dirct module execution (#53875) 5 years ago
utils.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago