ironic-python-agent/ironic_python_agent/tests/unit
Steve Baker d61b7bd843 Make _get_efi_bootloaders return relative paths
To make this function useful for purposes other than efibootmgr
entries, this change moves the path manipulation to _run_efibootmgr.

This change also adds boot*.efi entries to BOOTLOADERS_EFI so that it
includes every entry in the UEFI Spec 2.9[1] Table 3-2 UEFI Image
Types.

[1] https://uefi.org/sites/default/files/resources/UEFI_Spec_2_9_2021_03_18.pdf
Story: 2008923
Task: 42521

Change-Id: Ibe02786609aa0de65115897d8f4a9b4f36c8aed2
(cherry picked from commit 10d18c4113)
2021-06-11 09:30:29 +00:00
..
extensions Make _get_efi_bootloaders return relative paths 2021-06-11 09:30:29 +00:00
hardware_managers Fix: make Intel CNA hardware manager none generic 2020-09-23 18:24:26 +08:00
samples Fix getting memory size in some lshw output 2021-04-30 12:33:11 +00:00
__init__.py Add base for IPA functional tests 2015-08-18 16:19:47 +00:00
base.py Limit Inspection->Lookup->Heartbeat lag 2020-07-03 10:32:26 +02:00
dmi_inspector_data.py Fix pep8 errors 2020-05-12 10:57:23 +02:00
test_agent.py Log configuration options on start-up 2020-11-11 16:38:10 +01:00
test_api.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_base.py Fix pep8 errors 2020-05-12 10:57:23 +02:00
test_dmi_inspector.py Fix pep8 errors 2020-05-12 10:57:23 +02:00
test_encoding.py Fix serializing ironic-lib exceptions 2020-07-02 12:18:53 +02:00
test_errors.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_hardware.py Fix getting memory size in some lshw output 2021-04-30 12:33:11 +00:00
test_inject_files.py New deploy step for injecting arbitrary files 2021-02-16 16:56:52 +01:00
test_inspector.py Reduce the duration of retries in the inspector tests 2020-10-07 12:39:01 +02:00
test_ironic_api_client.py Correctly decode error messages from ironic API 2020-12-07 18:59:08 +01:00
test_multi_hardware.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_multi_hardware_clean_steps.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_netutils.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_numa_inspector.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_raid_utils.py Move some raid specific functions to raid_utils 2021-02-17 10:11:13 +01:00
test_tls_utils.py Generate TLS certificates with validity time in the past 2020-12-10 16:22:13 +01:00
test_utils.py Capture the early logging 2021-04-08 12:28:07 +00:00