ironic-python-agent/ironic_python_agent/tests/unit
Annie Lezil fdcb0922a5 Collect NIC name given by BIOS
Adds an extra field ``biosdevname`` to network interface inventory
collected by ``default`` inspection collector (which collects the whole
inventory returned by hardware manager) of ironic-python-agent.

This feature requires biosdevname utility to collect the bios given NIC
names. The tooling module for tinyIPA is created for the same purpose.
For CoreOS IPA pxe images, biosdevname tooling module is limited,
because Docker repository is created and embedded into CoreOS pxe
images. The Docker repository uses debian to download the packages.
Debian does not have biosdevname package.

Adds an export variable TINYIPA_REQUIRE_BIOSDEVNAME. Set this
variable to ``true`` in your shell before building tinyIPA.

Closes-Bug: #1635351
Change-Id: Ia96af59e2a74868cac59e5a88cfbb3be60d85687
2017-05-18 14:44:11 -07:00
..
extensions Remove unused function _configdrive_location 2017-05-11 12:23:38 +00:00
hardware_managers Add missing 'autospec' argument to mock.patch 2017-03-19 10:04:19 -07:00
__init__.py Add base for IPA functional tests 2015-08-18 16:19:47 +00:00
base.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_agent.py Collect NIC name given by BIOS 2017-05-18 14:44:11 -07:00
test_api.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_encoding.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_errors.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_hardware.py Collect NIC name given by BIOS 2017-05-18 14:44:11 -07:00
test_inspector.py Merge "Prevent tests' unmocked access to utils.execute()" 2017-05-15 04:25:45 +00:00
test_ironic_api_client.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_multi_hardware.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_multi_hardware_clean_steps.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_netutils.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_utils.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00