Example #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'])
Example #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'])
Example #3
0
def when_i_go_get_the_device_with_id_group1(step, device_id):
    world.response = device_action_restapi.get_device(device_id)
Example #4
0
def when_i_go_get_the_device_with_id_group1(step, device_id):
    world.response = device_action_restapi.get_device(device_id)