diff options
| author | Zuul <zuul@review.opendev.org> | 2020-09-14 09:11:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-09-14 09:11:21 +0000 |
| commit | 42df6c174f60eb34d6480d6e39614e1eaa065286 (patch) | |
| tree | 55e2e6fe9302f2378618ef9262ff5fb94b8bcabe /ironic_python_agent/tests | |
| parent | d43dc1ee36e0e90bc188acb4013603fe4b028c5d (diff) | |
| parent | 3426963552966af9feae2c79c7c53ee770a9523c (diff) | |
| download | ironic-python-agent-42df6c174f60eb34d6480d6e39614e1eaa065286.tar.gz | |
Merge "Fix backup node lookup"
Diffstat (limited to 'ironic_python_agent/tests')
| -rw-r--r-- | ironic_python_agent/tests/unit/test_hardware.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/tests/unit/test_hardware.py b/ironic_python_agent/tests/unit/test_hardware.py index 0ab04b67..5dc76b50 100644 --- a/ironic_python_agent/tests/unit/test_hardware.py +++ b/ironic_python_agent/tests/unit/test_hardware.py @@ -4533,7 +4533,7 @@ class TestAPIClientSaveAndUse(base.IronicAgentTest): hardware_info=mock.ANY, timeout=1, starting_interval=2, - uuid='node1') + node_uuid='node1') self.assertEqual(updated_node, hardware.NODE) calls = [mock.call('list_hardware_info'), mock.call('wait_for_disks')] |
