Improve test docs a bit more
This commit is contained in:
parent
042e387f27
commit
c254618d4f
1 changed files with 7 additions and 2 deletions
|
@ -124,8 +124,13 @@ the pull request does not break current functionality:
|
|||
make tests
|
||||
|
||||
# Integration Tests
|
||||
cd test/integration
|
||||
make
|
||||
make -C test/integration
|
||||
|
||||
# Run specific integration test-target 'file' (as root)
|
||||
sudo ./test/runner/ansible-test integration file -vv
|
||||
|
||||
# Run specific integration test-target 'file' (in docker)
|
||||
./test/runner/ansible-test integration file --docker
|
||||
|
||||
.. note::
|
||||
Ansible does provide integration tests for cloud-based modules as well, however we do not recommend using them for some users
|
||||
|
|
Loading…
Reference in a new issue