Esempio n. 1
0
def test_functions_created():
    """
    Проверка, что функция создана
    """
    check_function_exists(task_22_1, "parse_command_output")
def test_function_created():
    check_function_exists(task_17_2, 'parse_sh_cdp_neighbors')
def test_functions_created():
    check_function_exists(task_19_2c, 'send_config_commands')
Esempio n. 4
0
def test_function_created():
    """
    Проверка, что функция создана
    """
    check_function_exists(task_9_2, "generate_trunk_config")
def test_func_created():
    """Проверяем, что функция создана"""
    check_function_exists(task_14_2, "read_file_in_chunks")
def test_func_created():
    '''Проверяем, что функция создана'''
    check_function_exists(task_8_1, 'get_ip_from_cfg')
Esempio n. 7
0
def test_function_created():
    """
    Проверка, что функция создана
    """
    check_function_exists(task_9_4, "convert_config_to_dict")
Esempio n. 8
0
def test_function_created():
    check_function_exists(task_15_3, 'convert_ios_nat_to_asa')
Esempio n. 9
0
def test_function_created():
    check_function_exists(task_14_1, 'generate_access_config')
Esempio n. 10
0
def test_functions_created():
    """
    Проверка, что функция создана
    """
    check_function_exists(task_21_4, "send_and_parse_show_command")
def test_func_created():
    """Проверяем, что декоратор создан"""
    check_function_exists(task_8_3, "add_verbose")
Esempio n. 12
0
def test_functions_created():
    check_function_exists(task_21_1, "generate_config")
Esempio n. 13
0
def test_function_created():
    check_function_exists(task_9_3, "get_int_vlan_map")
Esempio n. 14
0
def test_func_created():
    """Проверяем, что функция создана"""
    check_function_exists(task_14_1a, "get_intf_ip")
def test_func_created():
    '''Проверяем, что декоратор создан'''
    check_function_exists(task_7_6, 'total_order')
Esempio n. 16
0
def test_func_created():
    """Проверяем, что декоратор создан"""
    check_function_exists(task_8_6, "total_order")
Esempio n. 17
0
def test_function_created():
    check_function_exists(task_15_1a, "get_ip_from_cfg")
Esempio n. 18
0
def test_func_created():
    '''Проверяем, что функция создана'''
    check_function_exists(task_7_3, 'queue')
Esempio n. 19
0
def test_function_created():
    check_function_exists(task_17_3b, "transform_topology")
Esempio n. 20
0
def test_functions_created():
    check_function_exists(task_20_4, "send_commands_to_devices")
Esempio n. 21
0
def test_function_created():
    """
    Проверка, что функция создана
    """
    check_function_exists(task_15_1, "get_ip_from_cfg")
Esempio n. 22
0
def test_function_created():
    check_function_exists(task_17_4, "write_last_log_to_csv")
Esempio n. 23
0
def test_func_created():
    '''Проверяем, что декоратор создан'''
    check_function_exists(task_8_4, 'retry')
Esempio n. 24
0
def test_function_created():
    """
    Проверка, что функция создана
    """
    check_function_exists(task_15_2, "parse_sh_ip_int_br")
Esempio n. 25
0
def test_func_created():
    '''Проверяем, что декоратор создан'''
    check_function_exists(task_7_5a, 'count_calls')
Esempio n. 26
0
def test_function_created():
    check_function_exists(task_15_4, 'get_ints_without_description')
Esempio n. 27
0
def test_functions_created():
    """
    Проверка, что функция создана
    """
    check_function_exists(task_19_2, "send_config_commands")
Esempio n. 28
0
def test_function_created():
    check_function_exists(task_9_1a, "generate_access_config")
Esempio n. 29
0
def test_function_created():
    check_function_exists(task_9_2, "generate_trunk_config")
def test_function_created():
    check_function_exists(task_15_5, 'generate_description_from_cdp')