From: Alfonso Martínez Date: Thu, 22 Apr 2021 15:02:27 +0000 (+0200) Subject: mgr/dashboard: set required env. variables in run-backend-api-tests.sh X-Git-Tag: v16.2.5~39^2~4^2~1^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=493e16ceb14b88d4f0378afe9b52d64b3a8bc0ed;p=ceph.git 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 (cherry picked from commit f0ded7b0069577cc912ba6840f27c435b266b68a) --- diff --git a/src/pybind/mgr/dashboard/run-backend-api-tests.sh b/src/pybind/mgr/dashboard/run-backend-api-tests.sh index ae35d7d5435d5..3c1d2e8b8b40c 100755 --- a/src/pybind/mgr/dashboard/run-backend-api-tests.sh +++ b/src/pybind/mgr/dashboard/run-backend-api-tests.sh @@ -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