The ironic.tests.unit.common.test_pxe_utils Module

class ironic.tests.unit.common.test_pxe_utils.TestPXEUtils(*args, **kwargs)[source]

Bases: ironic.tests.unit.db.base.DbTestCase

setUp()[source]
test__build_elilo_config()[source]
test__build_grub_config()[source]
test__build_ipxe_bios_config()[source]
test__build_ipxe_timeout_config()[source]
test__build_ipxe_uefi_config()[source]
test__build_pxe_config()[source]
test__build_pxe_config_with_agent()[source]
test__get_pxe_ip_address_path()[source]
test__get_pxe_mac_path()[source]
test__get_pxe_mac_path_ipxe()[source]
test__write_mac_ipxe_configs(*args, **keywargs)[source]
test__write_mac_pxe_configs(*args, **keywargs)[source]
test_clean_up_ipxe_config_uefi(*args, **keywargs)[source]
test_clean_up_pxe_config(*args, **keywargs)[source]
test_clean_up_pxe_config_uefi(*args, **keywargs)[source]
test_clean_up_pxe_config_uefi_instance_info(*args, **keywargs)[source]
test_create_pxe_config(*args, **keywargs)[source]
test_create_pxe_config_uefi_elilo(*args, **keywargs)[source]
test_create_pxe_config_uefi_grub(*args, **keywargs)[source]
test_create_pxe_config_uefi_ipxe(*args, **keywargs)[source]
test_dhcp_options_for_instance()[source]
test_dhcp_options_for_instance_ipv6()[source]
test_dhcp_options_for_instance_ipxe_bios()[source]
test_dhcp_options_for_instance_ipxe_uefi()[source]
test_get_deploy_kr_info()[source]
test_get_deploy_kr_info_bad_driver_info()[source]
test_get_deploy_kr_info_ipxe()[source]
test_get_pxe_config_file_path()[source]
test_get_root_dir()[source]
test_get_root_dir_ipxe()[source]

Project Source

This Page