Fix etag header test

Proliantutils has a pattern of testing internal calls inside of
the Sushy library. This has the unfortunate side effect of becoming
broken as bugs and related issues are fixed.

Fixes the check on a response which upstream sushy has discovered
has become sensitive on several vendors where eTags must be utilized
to ensure a reliable and correct response from the BMC.

Related-Bug: #1976555
Change-Id: I6b802fbb6a3f93f67269c141cad02b58ccd2d3ac
This commit is contained in:
Julia Kreger 2022-11-28 11:03:46 -08:00
parent de9759c0d2
commit f03714f78c
1 changed files with 1 additions and 1 deletions

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):