nova/nova/tests/unit/virt/ironic
Balazs Gibizer 450213f1f0 Clean up the DynamicVendorData constructor
There are a bunch of unused parameters in DynamicVendorData constructor
and a comment that they cannot be removed due to JsonFileVendorData. But
JsonFileVendorData does not depends on those paramters and both the
base class and JsonFileVendorData uses *args **kwargs. So it is safe to
remove the unused params.

The context field of DynamicVendorData is also removed as it is unused.
This makes the request_context parameter of the InstanceMeta
constructor also unused so that is removed.

Change-Id: Ie27fd6a5513e53903b9acd5d63038b3b484acbde
2020-10-12 08:25:32 +00:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_client_wrapper.py Remove [ironic]api_endpoint option 2019-04-26 12:02:02 -05:00
test_driver.py Clean up the DynamicVendorData constructor 2020-10-12 08:25:32 +00:00
test_patcher.py Pushing image traits to ironic node 2018-05-18 18:05:25 -07:00
utils.py Introduces SDK to IronicDriver and uses for node.get 2019-08-23 14:23:43 -05:00