Ejemplo n.º 1
0
def when_i_go_get_the_device_with_mac_group1_using_its_id(step, mac):
    device = provd_helper.find_by_mac(mac)
    world.response = device_action_restapi.get_device(device['id'])
Ejemplo n.º 2
0
def when_i_go_get_the_device_with_mac_group1_using_its_id(step, mac):
    device = provd_helper.find_by_mac(mac)
    world.response = device_action_restapi.get_device(device['id'])
Ejemplo n.º 3
0
def when_i_go_get_the_device_with_id_group1(step, device_id):
    world.response = device_action_restapi.get_device(device_id)
Ejemplo n.º 4
0
def when_i_go_get_the_device_with_id_group1(step, device_id):
    world.response = device_action_restapi.get_device(device_id)