Use tests from antelope

Also fix unit test for sushy update.

Change-Id: I9548e1685f240cc7e559d9f029071099b2191068
This commit is contained in:
Riccardo Pittau 2022-11-29 09:56:39 +01:00
parent de9759c0d2
commit 3cde50caf5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- project:
templates:
- openstack-python3-zed-jobs
- openstack-python3-antelope-jobs
- openstack-cover-jobs

View File

@ -183,7 +183,7 @@ class HPESystemTestCase(testtools.TestCase):
data={'Boot':
{'BootSourceOverrideTarget': 'UefiTarget',
'BootSourceOverrideEnabled': 'Continuous'}},
headers=None)]
etag=None)]
self.sys_inst._conn.patch.assert_has_calls(calls)
def test_update_persistent_boot_uefi_no_iscsi_device(self):