Index: tests/test_fw_controller.py =================================================================== diff -u -ra7d070474341dfa2f6012fc0acb000e14f413979 -rfdd99e573bfe685b9e97d9ec00d10d65b0c29f1f --- tests/test_fw_controller.py (.../test_fw_controller.py) (revision a7d070474341dfa2f6012fc0acb000e14f413979) +++ tests/test_fw_controller.py (.../test_fw_controller.py) (revision fdd99e573bfe685b9e97d9ec00d10d65b0c29f1f) @@ -40,30 +40,7 @@ for state in states: hd_simulator.cmd_set_dg_valves_states(state) sleep(0.05) + - -def test_dg_pumps(): - hd_simulator = HDSimulator(log_level="DEBUG") - states = [ - 1, - 2, - 4, - 8, - 16, - 32, - 64, - 128, - 256, - 512, - 1024, - 2048, - 4096 - ] - for _ in range(40): - for state in states: - hd_simulator.cmd_set_dg_valves_states(state) - sleep(1) - - if __name__ == '__main__': test_dg_valves() \ No newline at end of file