From d165b9855440068b1acb70c34068566fb2c657eb Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 16 Sep 2019 16:25:22 +0530 Subject: [PATCH] test_cephfs_shell: add note on how to run this testsuite Inform that exporting path to cephfs-shell is needed beforehand. Signed-off-by: Rishabh Dave --- qa/tasks/cephfs/test_cephfs_shell.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/tasks/cephfs/test_cephfs_shell.py b/qa/tasks/cephfs/test_cephfs_shell.py index 4fef6a6bf8fc..da8ceb6fed79 100644 --- a/qa/tasks/cephfs/test_cephfs_shell.py +++ b/qa/tasks/cephfs/test_cephfs_shell.py @@ -1,3 +1,7 @@ +""" +Before running this testsuite, add path to cephfs-shell module to $PATH and +export $PATH. +""" from os import path import crypt import logging -- 2.47.3