summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-10-28 14:05:59 +0100
committerGitHub <noreply@github.com>2016-10-28 14:05:59 +0100
commit7eeea879e76b968ae0b760b3e371c7c50f6b4e91 (patch)
tree3b34560e2d4d8de552be1a5cd7933a65ddc512b8
parent11f1d943a5efb7bfe7a6f1fc543794cb8d76696e (diff)
downloadansible-network-test-docs.tar.gz
Update README.mdnetwork-test-docs
-rw-r--r--test/integration/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/README.md b/test/integration/README.md
index d1f22dbe84..d0f507579d 100644
--- a/test/integration/README.md
+++ b/test/integration/README.md
@@ -175,8 +175,8 @@ $ ANSIBLE_ROLES_PATH=targets ansible-playbook network-all.yaml --tags="cli" -e "
Test cases are added to roles based on the module being testing. Test cases
should include both `cli` and `eapi` test cases. Cli test cases should be
-added to `role/tests/cli` and eapi tests should be added to
-`role/tests/eapi`.
+added to `targets/modulename/tests/cli` and eapi tests should be added to
+`targets/modulename/tests/eapi`.
### Conventions