Skip to content
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

add integration tests for ansible collection #107

Open
ktdreyer opened this issue Feb 24, 2020 · 1 comment
Open

add integration tests for ansible collection #107

ktdreyer opened this issue Feb 24, 2020 · 1 comment

Comments

@ktdreyer
Copy link
Owner

The ./build-collection script generates our Ansible Collection tarball. It's important to test this script, because users will come to rely on the Ansible Collection over time.

We should build an integration test that tries to install this with ansible-galaxy collection install _build/ktdreyer-koji_ansible-0.0.0-git.230+9d7258a6.tar.gz and run some playbook with it.

@ktdreyer
Copy link
Owner Author

I've added a really simple integration test in #110 . This does not run the playbooks against a live instance. It simply checks that we can build the collection and that ansible-galaxy can install the collection artifact into to the test environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant