-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: add tests #52
WIP: add tests #52
Conversation
Nice, definitely a step in the right direction |
I've found that we're missing selinux-policy and libselinux-python yum packages on centos, but maybe it's just the docker image so I'm not entirely sure, because I've read somewhere it should come preinstalled |
Struggling to include roles from a different directory on a molecule test. any ideas ? I've tried import_tasks, import_playbooks, but then it yells at me that it cannot find jinja template :S Wish it was simple as just giving it a path attribute (unfortunately it's not the case):
|
install molecule
I will look into this, I think we need to get this working. It will catch a lot of little mistakes that inadvertently get merged. |
I also building my own molecule test have with follow coverage playbook
have follow error when run the molecule test
I want to know how to fix it? |
Closing as out of date. Leaving the Issue open for a new push to add CI. |
This pull request is still ongoing and related to #13
There is probably a better way to structure molecule tests (I'm a bit new to molecule)
One thing I've noticed is that idempotence test is failing because we're deleting the downloaded binary everytime.
Feel free to add on this or restructure it :)