commit | a55d1a3b570bd91536b812c03a7ee07a07d1577d | [log] [tgz] |
---|---|---|
author | Ksawery Dziekoński <kdziekonski@mirantis.com> | Wed May 27 14:45:52 2020 +0200 |
committer | Ksawery Dziekoński <kdziekonski@mirantis.com> | Fri May 29 19:31:21 2020 +0200 |
tree | 6fa01b6a06f949e1b9a270488e0ad3be946bdc0f | |
parent | 58934c28bf8255d635eb489954c073fa1766ea37 [diff] [blame] |
Added Fluentd parsing for multiline auditd records. Fixes PROD-34980 Change-Id: I457f05999527b99c8304282d366c870f0c5e0bbe
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 29fb975..008c777 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -40,6 +40,7 @@ virtualenv $VENV_DIR source ${VENV_DIR}/bin/activate pip install salt${PIP_SALT_VERSION} + pip install 'msgpack<1' 'setuptools<45' } setup_mock_bin() {