Prevent notifications after termination 55/28855/1
authormbeierl <mark.beierl@dell.com>
Thu, 16 Feb 2017 15:40:35 +0000 (10:40 -0500)
committermbeierl <mark.beierl@dell.com>
Thu, 16 Feb 2017 18:16:51 +0000 (13:16 -0500)
commitac7b5490cb305468b0bd961fc5caad9c51b8b77b
tree8c4975a2dab26fc551ce0d933395c37375f5a423
parentacfadc79623d9ac6ec0a625ba69b356b71606252
Prevent notifications after termination

Changes the event notification logic inside the FIO invoker
so that it no longer publishes events after termination.
Prevents false reports after steady state has been detected.

Change-Id: I694f77b6493b88820fe4f4cc7f634e3e62c45a9a
JIRA: STORPERF-105
Signed-off-by: mbeierl <mark.beierl@dell.com>
storperf/fio/fio_invoker.py
storperf/utilities/data_handler.py
storperf/utilities/math.py
tests/__init__.py
tests/fio_tests/__init__.py [new file with mode: 0644]
tests/fio_tests/fio_invoker_test.py [new file with mode: 0644]
tests/utilities_tests/data_handler_test.py