From a6ced57e371cd812593c20412059887c7858cc5b Mon Sep 17 00:00:00 2001 From: adityaramteke Date: Wed, 13 Mar 2019 15:00:11 +0530 Subject: Fix incorrect file paths in the README.rst Change-Id: If79bab256041a75b6388bdabd9ed0aec56d0340f --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5396e7e4..532ea436 100644 --- a/README.rst +++ b/README.rst @@ -84,9 +84,9 @@ Executing the test cases .. code-block:: $ tox -e functional -- glusto -c \ - ../tests/glusterfs-containers-tests-config.yaml \ + tests/glusterfs-containers-tests-config.yaml \ '--pytest=-v -rsx \ - ../tests/functional/common/arbiter/test_arbiter.py \ + tests/functional/arbiter/test_arbiter.py \ -k test_arbiter_pvc_create' * Execute all test cases from test class file @@ -94,17 +94,17 @@ Executing the test cases .. code-block:: $ tox -e functional -- glusto -c \ - ../tests/glusterfs-containers-tests-config.yaml \ + tests/glusterfs-containers-tests-config.yaml \ '--pytest=-v -rsx - tests/functional/common/arbiter/test_arbiter.py' + tests/functional/arbiter/test_arbiter.py' * Execute all test cases from test directory .. code-block:: $ tox -e functional -- glusto -c \ - ../tests/glusterfs-containers-tests-config.yaml \ - '--pytest=-v -rsx ../tests' + tests/glusterfs-containers-tests-config.yaml \ + '--pytest=-v -rsx tests' Writing tests in `glusterfs-containers-tests` ********************************************* @@ -149,7 +149,7 @@ pep-0008/>`__ for more information on `PEP 8` rules. .. code-block:: - $ tox -e pep8 tests/functional/common/test_heketi_restart.py + $ tox -e pep8 tests/functional/test_heketi_restart.py Logging ******* -- cgit