Exemplo n.º 1
0
def test_change_device_state():
    moga = Admin(TRACKERS)
    ## TODO
    moga.change_device_state('colinux', 1, 'down')
    moga.change_device_state('colinux', 1, 'alive')