예제 #1
0
def when_i_search_device_by_number(step, number):
    device_action_webi.search_device(number, by_number=True)
예제 #2
0
def when_i_reset_to_autoprov_the_device_from_webi(step, mac):
    device_action_webi.search_device(mac)
    common.click_on_line_with_alert('Reset to autoprov mode', mac)
    device_action_webi.search_device('')
예제 #3
0
def when_i_search_device(step, search):
    device_action_webi.search_device(search)
예제 #4
0
def when_i_synchronize_the_device_group1_from_webi(step, mac):
    device_action_webi.search_device(mac)
    common.click_on_line_with_alert('Synchronize', mac)
    device_action_webi.search_device('')
예제 #5
0
def when_i_search_device_by_number(step, number):
    device_action_webi.search_device(number, by_number=True)
예제 #6
0
def when_i_search_device(step, search):
    device_action_webi.search_device(search)
예제 #7
0
def when_i_reset_to_autoprov_the_device_from_webi(step, mac):
    device_action_webi.search_device(mac)
    common.click_on_line_with_alert('Reset to autoprov mode', mac)
    device_action_webi.search_device('')
예제 #8
0
def when_i_synchronize_the_device_group1_from_webi(step, mac):
    device_action_webi.search_device(mac)
    common.click_on_line_with_alert('Synchronize', mac)
    device_action_webi.search_device('')