From c254618d4f82d5ce6a31f132d86918697489cb7b Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Mon, 20 Mar 2017 18:54:35 +0100 Subject: [PATCH] Improve test docs a bit more --- docs/docsite/rst/dev_guide/developing_test_pr.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_test_pr.rst b/docs/docsite/rst/dev_guide/developing_test_pr.rst index 361f56402b..d3ac322a1c 100644 --- a/docs/docsite/rst/dev_guide/developing_test_pr.rst +++ b/docs/docsite/rst/dev_guide/developing_test_pr.rst @@ -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