Index: tests/test_flush.py =================================================================== diff -u -ra901fe931c08daea69337c1f44135637a764ce7a -r1936d2c112d7629ddef976e2bd4cba60664c621f --- tests/test_flush.py (.../test_flush.py) (revision a901fe931c08daea69337c1f44135637a764ce7a) +++ tests/test_flush.py (.../test_flush.py) (revision 1936d2c112d7629ddef976e2bd4cba60664c621f) @@ -24,9 +24,12 @@ 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