summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradityaramteke <adityaramteke05icr@gmail.com>2019-03-13 15:00:11 +0530
committeradityaramteke <adityaramteke@review.gluster.org>2019-03-13 10:38:00 +0000
commita6ced57e371cd812593c20412059887c7858cc5b (patch)
treeb32161c49b39b30a378bd752082930b13fe564dc
parentbe08b504a8cc284c3feeae69a99fc7ec2fdbc3c0 (diff)
Fix incorrect file paths in the README.rst
Change-Id: If79bab256041a75b6388bdabd9ed0aec56d0340f
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
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
*******