Skip to content

Commit 32ba370

Browse files
committed
README: add basic info on running tests
1 parent f757e69 commit 32ba370

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ collections:
2929
3030
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
3131
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+
3246
## More information
3347

3448
- [Ansible Collection overview](https://github.com/ansible-collections/overview)

0 commit comments

Comments
 (0)