From bc02c3c7e96d5e38dc2f4386e89a3f61130accb7 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Sun, 17 Apr 2022 22:58:10 +0530 Subject: [PATCH] qa/cephfs: expand note for test_cephfs_shell.py Signed-off-by: Rishabh Dave --- qa/tasks/cephfs/test_cephfs_shell.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qa/tasks/cephfs/test_cephfs_shell.py b/qa/tasks/cephfs/test_cephfs_shell.py index 1ee5c7f84645d..ac82a1584b741 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 -- 2.39.5