summaryrefslogtreecommitdiffstats
path: root/tests/utilities_tests/__init__.py
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@dell.com>2016-11-25 13:28:40 -0500
committerMark Beierl <mark.beierl@dell.com>2016-11-25 13:40:34 -0500
commit776ff48bc805fbca34811b54ebd7a3626a20f817 (patch)
treeda3c2a91453a4cd80614891a2e61d8511bb0c71a /tests/utilities_tests/__init__.py
parent227bb19115eaab4f689cb570f0a5574cd5e318bb (diff)
Data Reporting Gate
Module that allows passing of a gate only once all other peers have also reported in within a specified time period Change-Id: If4baf1d4377026c7833a6f30bfc2e36698f675e8 JIRA: STORPERF-71 Signed-off-by: Mark Beierl <mark.beierl@dell.com>
Diffstat (limited to 'tests/utilities_tests/__init__.py')
-rw-r--r--tests/utilities_tests/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/utilities_tests/__init__.py b/tests/utilities_tests/__init__.py
index 73444b6..6218fe3 100644
--- a/tests/utilities_tests/__init__.py
+++ b/tests/utilities_tests/__init__.py
@@ -6,3 +6,6 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
+import logging
+
+logging.basicConfig(level=logging.DEBUG)