Index: tests/test_flush.py =================================================================== diff -u -ra901fe931c08daea69337c1f44135637a764ce7a -r5a413e437f8a341c9e9b77342df6e634c1563add --- tests/test_flush.py (.../test_flush.py) (revision a901fe931c08daea69337c1f44135637a764ce7a) +++ tests/test_flush.py (.../test_flush.py) (revision 5a413e437f8a341c9e9b77342df6e634c1563add) @@ -24,9 +24,11 @@ def get_flush_mode_info(): - info = ('State, {}, Overall_elapsed_time, {}, State_elapsed_time, {}, Drain_vol, {:5.3f}, Top_alarm, {}, ' + info = ('State, {}, Overall_elapsed_time, {}, State_elapsed_time, {}, Drain_vol, {:5.3f}, Top_alarm, {}, Op, {}, ' + 'Sub, {}, History, {}, ' .format(dg.flush.flush_state, dg.flush.overall_elapsed_time, dg.flush.state_elapsed_time, - dg.flush.flush_drain_line_volume_l, hd.alarms.alarm_top)) + dg.flush.flush_drain_line_volume_l, hd.alarms.alarm_top, dg.events.get_dg_nth_event(1), + dg.events.get_dg_nth_event(2), dg.events.get_dg_events(2, 25))) return info