Raise ES disk space alert thresholds

the real cluster watermarks are the following:
  "cluster.routing.allocation.disk.watermark.high": "90%"
  "cluster.routing.allocation.disk.watermark.low": "85%"

set the alerts' thresholds to 85% and 80% (5% behind the real watermark)

Related-PROD: PROD-33841

Change-Id: I95ab8752fd60f8d698ee04386e296d42892b376f
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 9761585..0ab7d81 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -39,7 +39,7 @@
     log_info "Setting up Python virtualenv"
     virtualenv $VENV_DIR
     source ${VENV_DIR}/bin/activate
-    python -m pip install salt${PIP_SALT_VERSION}
+    python -m pip install salt${PIP_SALT_VERSION} 'msgpack<1'
 }
 
 setup_mock_bin() {