mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
mgr/dashboard: set required env. variables in run-backend-api-tests.sh
Fixes: https://tracker.ceph.com/issues/50484 Signed-off-by: Alfonso Martínez <almartin@redhat.com>
This commit is contained in:
parent
a5b1644660
commit
f0ded7b006
@ -122,7 +122,9 @@ run_teuthology_tests() {
|
||||
pybind_dir+=":$LOCAL_BUILD_DIR/src/pybind"
|
||||
fi
|
||||
export PYTHONPATH=$source_dir/qa:$LOCAL_BUILD_DIR/lib/cython_modules/lib.3/:$pybind_dir:$python_common_dir:${COVERAGE_PATH}
|
||||
export RGW=${RGW:-1}
|
||||
export DASHBOARD_SSL=1
|
||||
export NFS=0
|
||||
export RGW=1
|
||||
|
||||
export COVERAGE_ENABLED=true
|
||||
export COVERAGE_FILE=.coverage.mgr.dashboard
|
||||
|
Loading…
Reference in New Issue
Block a user