From a51d79c7a9f127b433e3cad0a3a065a33cc81232 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 24 Nov 2016 18:52:46 +0000 Subject: [PATCH] Tests are required for Network modules (#18618) * Tests are required for Network modules Also detail how to get help * Update README.md * Update README.md --- test/integration/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration/README.md b/test/integration/README.md index 8ed7f2de62..23eaf4c543 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -156,6 +156,10 @@ There are additional environment variables that can be used. A few of the more u Network Tests ============= +**Note:** From Ansible 2.3, for any new Network Module to be accepted it must be accompanied by a corresponding test. + +For further help with this please contact `gundalow` in `#ansible-devel` on FreeNode IRC. + ``` $ ANSIBLE_ROLES_PATH=targets ansible-playbook network-all.yaml ```