]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: set required env. variables in run-backend-api-tests.sh 40986/head
authorAlfonso Martínez <almartin@redhat.com>
Thu, 22 Apr 2021 15:02:27 +0000 (17:02 +0200)
committerAlfonso Martínez <almartin@redhat.com>
Thu, 22 Apr 2021 15:02:27 +0000 (17:02 +0200)
Fixes: https://tracker.ceph.com/issues/50484
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/pybind/mgr/dashboard/run-backend-api-tests.sh

index ae35d7d5435d5da515db497a2db48c65c7d094b0..3c1d2e8b8b40c041922021c831632488448100b0 100755 (executable)
@@ -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