diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index d14aaf9ba..06e5b3867 100644 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -64,6 +64,10 @@ export RUN_NIGHTLY_FAILING : ${SPDK_TEST_FTL_EXTENDED=0}; export SPDK_TEST_FTL_EXTENDED : ${SPDK_AUTOTEST_X=true}; export SPDK_AUTOTEST_X +# Export PYTHONPATH with addition of RPC framework. New scripts can be created +# specific use cases for tests. +export PYTHONPATH=$PYTHONPATH:$rootdir/scripts + # Export flag to skip the known bug that exists in librados # Bug is reported on ceph bug tracker with number 24078 export ASAN_OPTIONS=new_delete_type_mismatch=0