commit | 3204d7692711531cd8f00b65f228b50cf68eb547 | [log] [tgz] |
---|---|---|
author | Ksawery Dziekoński <kdziekonski@mirantis.com> | Tue Aug 04 13:55:50 2020 +0200 |
committer | Ksawery Dziekoński <kdziekonski@mirantis.com> | Wed Aug 05 14:57:02 2020 +0200 |
tree | f300ab404947622a587a9e9f377192f97af4155d | |
parent | ef07799e37264a97d1c2cbfe02e486beca6f1c98 [diff] [blame] |
Wait for mongod TCP socket to be available before initializing the database. Related-PROD: PROD-35478 Change-Id: I33245e42f935942b61a2b69b2511fef88b5ac4be
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 9761585..f4d5df0 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -40,6 +40,7 @@ virtualenv $VENV_DIR source ${VENV_DIR}/bin/activate python -m pip install salt${PIP_SALT_VERSION} + python -m pip install 'msgpack<1.0.0' } setup_mock_bin() {