From d9b570aaae614acc657ca3dd0ccfa5f4dba873ef Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sun, 16 Oct 2016 11:01:04 +0100 Subject: [PATCH] Location of Network Tests (#18048) --- test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/README.md b/test/README.md index fb541818aeb..c7f5e92c37d 100644 --- a/test/README.md +++ b/test/README.md @@ -22,6 +22,8 @@ Integration test layer, constructed using playbooks. Some tests may require cloud credentials, others will not, and destructive tests are separated from non-destructive so a subset can be run on development machines. +Tests for network modules can be found in https://github.com/ansible/test-network-modules/ + learn more ----------