]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks/vstart_runner: fix paths in docstring
authorJohn Spray <john.spray@redhat.com>
Sun, 6 Nov 2016 11:02:11 +0000 (11:02 +0000)
committerJohn Spray <john.spray@redhat.com>
Sun, 6 Nov 2016 14:20:19 +0000 (14:20 +0000)
Should have been updated when this file moved.

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/vstart_runner.py

index 012ec76133531ef8db115b3819b56ea705bb1352..8bfab70b53b002a9cc3a9dfcf0df4e7548bcf7a6 100644 (file)
@@ -12,16 +12,16 @@ Usage (assuming teuthology, ceph, ceph-qa-suite checked out in ~/git):
     # Start a vstart cluster
     MDS=2 MON=1 OSD=3 ../src/vstart.sh -n
     # Invoke a test using this script, with PYTHONPATH set appropriately
-    python ~/git/ceph-qa-suite/tasks/cephfs/vstart_runner.py
+    python ~/git/ceph-qa-suite/tasks/vstart_runner.py
 
     # Alternatively, if you use different paths, specify them as follows:
-    LD_LIBRARY_PATH=`pwd`/lib PYTHONPATH=~/git/teuthology:~/git/ceph-qa-suite:`pwd`/../src/pybind:`pwd`/lib/cython_modules/lib.2 python ~/git/ceph-qa-suite/tasks/cephfs/vstart_runner.py
+    LD_LIBRARY_PATH=`pwd`/lib PYTHONPATH=~/git/teuthology:~/git/ceph-qa-suite:`pwd`/../src/pybind:`pwd`/lib/cython_modules/lib.2 python ~/git/ceph-qa-suite/tasks/vstart_runner.py
 
     # If you wish to drop to a python shell on failures, use --interactive:
-    python ~/git/ceph-qa-suite/tasks/cephfs/vstart_runner.py --interactive
+    python ~/git/ceph-qa-suite/tasks/vstart_runner.py --interactive
 
     # If you wish to run a named test case, pass it as an argument:
-    python ~/git/ceph-qa-suite/tasks/cephfs/vstart_runner.py tasks.cephfs.test_data_scan
+    python ~/git/ceph-qa-suite/tasks/vstart_runner.py tasks.cephfs.test_data_scan
 
 """