ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

intg tests for ansible mazer_role_loading support #123

Open alikins opened 6 years ago

alikins commented 6 years ago
SUMMARY

Add integration tests for the ansible/ansible mazer_role_loading branch verifying it works with roles installed by mazer.

Likely needs two sets of tests:

GALAXY CLI VERSION
name = mazer
version = 0.2.0
config_file = /home/adrian/.ansible/mazer.yml
uname = Linux, newswoop, 4.16.6-202.fc27.x86_64, #1 SMP Wed May 2 00:09:32 UTC 2018, x86_64
executable_location = /home/adrian/venvs/galaxy-cli-py3-2/bin/mazer
python_version = 3.6.6 (default, Jul 19 2018, 16:29:00) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]
python_executable = /home/adrian/venvs/galaxy-cli-py3-2/bin/python3.6
alikins commented 5 years ago

Some/most of the need for this will be alleviated by ansible/ansible intg tests as provided by https://github.com/ansible/ansible/pull/52194 and other ansible/ansible test updates in the future.

And some/most of the rest of the needs will be provided via molecule and test infrastructure using it.