diff options
author | Alfonso Martínez <almartin@redhat.com> | 2021-04-22 17:02:27 +0200 |
---|---|---|
committer | Alfonso Martínez <almartin@redhat.com> | 2021-04-22 17:02:27 +0200 |
commit | f0ded7b0069577cc912ba6840f27c435b266b68a (patch) | |
tree | 8709d59ed39e4dc24a86d94772974597c8a8ade5 /src/pybind/mgr/dashboard/run-backend-api-tests.sh | |
parent | Merge PR #40913 into master (diff) | |
download | ceph-f0ded7b0069577cc912ba6840f27c435b266b68a.tar.xz ceph-f0ded7b0069577cc912ba6840f27c435b266b68a.zip |
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>
Diffstat (limited to 'src/pybind/mgr/dashboard/run-backend-api-tests.sh')
-rwxr-xr-x | src/pybind/mgr/dashboard/run-backend-api-tests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pybind/mgr/dashboard/run-backend-api-tests.sh b/src/pybind/mgr/dashboard/run-backend-api-tests.sh index ae35d7d5435..3c1d2e8b8b4 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 |