]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: set required env. variables in run-backend-api-tests.sh 41069/head
authorAlfonso Martínez <almartin@redhat.com>
Thu, 22 Apr 2021 15:02:27 +0000 (17:02 +0200)
committerAlfonso Martínez <almartin@redhat.com>
Wed, 28 Apr 2021 14:38:59 +0000 (16:38 +0200)
Fixes: https://tracker.ceph.com/issues/50484
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked from commit f0ded7b0069577cc912ba6840f27c435b266b68a)

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