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

Tooling for running collection tests locally ad hoc #14160

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

AlanCoding
Copy link
Member

SUMMARY

I have maintained a silly gist with instructions for running the collection integration tests here

https://gist.github.com/AlanCoding/2adb1590489912233117aa572b44b85a

This PR is attempting to fully finalize that to hand over to other developers to run generally.

I would like to eventually run in CI as a part of the dev environment check (because only that check actually has a server running). That requires running all the integration tests, but if we do that, I believe we should cut out some slow actions.

This is stripped down a little bit from what I had before, because I really don't want people to run all the tests. This should be focused on the case of running just 1 test module, and you should wrap that in bash for loops or whatever you want to do more.

ISSUE TYPE
  • New or Enhanced Feature
COMPONENT NAME
  • API

@github-actions github-actions bot added the component:awx_collection issues related to the collection for controlling AWX label Jun 22, 2023
@AlanCoding AlanCoding merged commit aa8437f into ansible:devel Jun 22, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:awx_collection issues related to the collection for controlling AWX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants