ironic-python-agent/ironic_python_agent/tests/unit
Julia Kreger f3e3de8097 Fix software raid output poisoning
In the event a device name is set to contain a raid device path,
it is possible for the Name and Events field values of mdadm's
detailed output to contain text which inadvertently gets captured and
mapped as component data for the "holder" devices of the RAID set.

This would cause invalid values to get passed to UEFI methods
which would cause a deployment to fail under these circumstances.

We now ignore the Name and Events fields in mdadm output.

Change-Id: If721dfe1caa5915326482969e55fbf4697538231
2022-08-24 10:15:27 -07:00
..
extensions Drop support for instance netboot 2022-07-07 16:38:22 +02:00
hardware_managers Increase version of hacking and pycodestyle 2021-07-30 14:34:33 +02:00
samples Fix software raid output poisoning 2022-08-24 10:15:27 -07:00
__init__.py Add base for IPA functional tests 2015-08-18 16:19:47 +00:00
base.py Merge "Always include the oslo_log log file in ramdisk logs" 2021-11-04 15:14:33 +00:00
dmi_inspector_data.py Fix pep8 errors 2020-05-12 10:57:23 +02:00
test_agent.py Remove oslo.serialization dependency 2022-06-17 09:37:35 +02:00
test_api.py Use Werkzeug modern version 2022-04-14 10:47:06 +00:00
test_base.py Stop requiring mocking of utils.execute if ironic-lib execute is mocked 2021-10-27 14:24:00 +02:00
test_burnin.py Burn-in: Dynamic network pairing 2022-01-10 11:31:33 +01:00
test_dmi_inspector.py Fix pep8 errors 2020-05-12 10:57:23 +02:00
test_efi_utils.py Do not try to guess EFI partition path by its number 2022-05-04 15:06:02 +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 software raid output poisoning 2022-08-24 10:15:27 -07: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 Remove oslo.serialization dependency 2022-06-17 09:37:35 +02:00
test_multi_hardware_clean_steps.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_multi_hardware.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_partition_utils.py Drop support for instance netboot 2022-07-07 16:38:22 +02:00
test_raid_utils.py Move prepare_boot_partitions_for_softraid to raid_utils 2022-02-14 11:21:36 +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 Merge "Remove oslo.serialization dependency" 2022-07-02 02:56:44 +00:00