]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: run backend api tests 24193/head
authoralfonsomthd <almartin@redhat.com>
Thu, 20 Sep 2018 07:40:07 +0000 (09:40 +0200)
committeralfonsomthd <almartin@redhat.com>
Thu, 20 Sep 2018 07:40:07 +0000 (09:40 +0200)
Disable coverage by default as this info is not checked

anymore and it is causing an error in environment:

docker centos7 + python 2.7

Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/pybind/mgr/dashboard/run-backend-api-tests.sh

index 2a3c40eb36c83f1716c3e8141e0b7647d34270ef..c9b837bd389d1d6443ac101639219a9f97e814ef 100755 (executable)
@@ -89,8 +89,8 @@ EOF
         fi
     fi
 
-    export COVERAGE_ENABLED=true
-    export COVERAGE_FILE=.coverage.mgr.dashboard
+#    export COVERAGE_ENABLED=true
+#    export COVERAGE_FILE=.coverage.mgr.dashboard
 
     MGR=2 RGW=1 ../src/vstart.sh -n -d
     sleep 10