def test_restart_workers(): assert (configuration.restart_workers("Generic Worker", wait_time_min=3), "Could not correctly restart workers!")
def test_restart_workers(): assert configuration.restart_workers( "Generic Worker"), "Could not correctly restart workers!"
def test_restart_workers(): assert configuration.restart_workers("Generic Worker"), "Could not correctly restart workers!"