We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f757e69 commit 32ba370Copy full SHA for 32ba370
README.md
@@ -29,6 +29,20 @@ collections:
29
30
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
31
32
+## Testing
33
+
34
+The integration tests require a running Pulp server. To run a Pulp in one container for testing:
35
36
+```
37
+tests/pulp-in-one.sh
38
39
40
+Then, to run all of the integration tests:
41
42
43
+ansible-playbook -v tests/*.yml
44
45
46
## More information
47
48
- [Ansible Collection overview](https://github.com/ansible-collections/overview)
0 commit comments