From: Rishabh Dave Date: Sun, 17 Apr 2022 17:28:10 +0000 (+0530) Subject: qa/cephfs: expand note for test_cephfs_shell.py X-Git-Tag: v18.0.0~1048^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bc02c3c7e96d5e38dc2f4386e89a3f61130accb7;p=ceph.git qa/cephfs: expand note for test_cephfs_shell.py Signed-off-by: Rishabh Dave --- diff --git a/qa/tasks/cephfs/test_cephfs_shell.py b/qa/tasks/cephfs/test_cephfs_shell.py index 1ee5c7f84645..ac82a1584b74 100644 --- a/qa/tasks/cephfs/test_cephfs_shell.py +++ b/qa/tasks/cephfs/test_cephfs_shell.py @@ -1,6 +1,8 @@ """ -Before running this testsuite, add path to cephfs-shell module to $PATH and -export $PATH. +NOTE: For running this tests locally (using vstart_runner.py), export the +path to src/tools/cephfs/cephfs-shell module to $PATH. Running +"export PATH=$PATH:$(cd ../src/tools/cephfs && pwd)" from the build dir +will update the environment without hassles of typing the path correctly. """ from io import StringIO from os import path