Data Handling Refactoring 43/25043/3
authorMark Beierl <mark.beierl@dell.com>
Mon, 28 Nov 2016 21:17:05 +0000 (16:17 -0500)
committerMark Beierl <mark.beierl@dell.com>
Wed, 30 Nov 2016 21:45:08 +0000 (21:45 +0000)
commit30a2f3f91a04d69368a3591f28874a8da6948e36
tree4035307d6956b2441ddd36a5a74896025abcaf81
parentb20e463faa9990a2bdfe13683f7fb76d32e2fd65
Data Handling Refactoring

Break out test db interaction into new module and
make the push event driven instead of the sleep
that was there before.

Change-Id: I9485aba1405f6c3b4ee5000168fbc037efa87c81
JIRA: STORPERF-90
Signed-off-by: Mark Beierl <mark.beierl@dell.com>
storperf/test_executor.py
storperf/utilities/data_handler.py [new file with mode: 0644]
tests/db_tests/job_db_test.py
tests/utilities_tests/data_handler_test.py [new file with mode: 0644]