]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/run-backend-api-tests.sh
import ceph 16.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / run-backend-api-tests.sh
index 3c1d2e8b8b40c041922021c831632488448100b0..4e8497793c3f3bd37ae29754c670c2694e8c85b9 100755 (executable)
@@ -43,7 +43,7 @@ setup_teuthology() {
 
     virtualenv --python=${TEUTHOLOGY_PYTHON_BIN:-/usr/bin/python3} venv
     source venv/bin/activate
-    pip install 'setuptools >= 12'
+    pip install -U pip 'setuptools >= 12'
     pip install git+https://github.com/ceph/teuthology#egg=teuthology[test]
     pushd $CURR_DIR
     pip install -r requirements.txt -c constraints.txt
@@ -163,6 +163,8 @@ cleanup_teuthology() {
     unset cleanup_teuthology
 }
 
+export LC_ALL=en_US.UTF-8
+
 setup_teuthology
 setup_coverage
 run_teuthology_tests --create-cluster-only