summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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