Added option to enable additional loggers

Fixes PROD-34686

Change-Id: Ibda9460e6fe1a0a2b6a504a7a9834ca17dde7c2b
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index f626112..5b1282b 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -38,6 +38,9 @@
     virtualenv $VENV_DIR
     source ${VENV_DIR}/bin/activate
     python -m pip install salt${PIP_SALT_VERSION}
+    if [[ -f ${CURDIR}/test-requirements.txt ]]; then
+       python -m pip install -r ${CURDIR}/test-requirements.txt
+    fi
 }
 
 setup_test_state() {