From 9e003d702f616b5f05f4c3fd112aed8d2b708a41 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 16 Jan 2019 00:26:07 +0100 Subject: [PATCH] Fix relative paths +label: docsite_pr --- .../rst/dev_guide/developing_modules_general_aci.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst b/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst index cdd30502bd4..84d3c03632d 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst @@ -395,7 +395,7 @@ You can run from your fork something like: .. code-block:: bash - $ ./test/runner/ansible-test sanity --python 2.7 lib/ansible/modules/network/aci/aci_tenant.py + $ ansible-test sanity --python 2.7 lib/ansible/modules/network/aci/aci_tenant.py .. seealso:: @@ -409,11 +409,11 @@ You can run this: .. code-block:: bash - $ ./test/runner/ansible-test network-integration --continue-on-error --allow-unsupported --diff -v aci_tenant + $ ansible-test network-integration --continue-on-error --allow-unsupported --diff -v aci_tenant .. note:: You may need to add ``--python 2.7`` or ``--python 3.6`` in order to use the correct python version for performing tests. -You may want to edit the used inventory at *./test/integration/inventory.networking* and add something like: +You may want to edit the used inventory at *test/integration/inventory.networking* and add something like: .. code-block:: ini @@ -439,5 +439,5 @@ You can run this: .. code-block:: bash - $ ./test/runner/ansible-test integration --python 2.7 --coverage aci_tenant - $ ./test/runner/ansible-test coverage report + $ ansible-test integration --python 2.7 --coverage aci_tenant + $ ansible-test coverage report