Skip to content

Commit

Permalink
Revert "fixup! useful path-id for multipath path members in the stora…
Browse files Browse the repository at this point in the history
…ge UI"

This reverts commit 3b159b9.
  • Loading branch information
steffen-maier committed Oct 19, 2023
1 parent 3b159b9 commit 899b6b5
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,17 +254,15 @@ def test_get_zfcp_device_data(self):
size=Size("10 GiB"),
fcp_lun="0x5719000000000000",
wwpn="0x5005076300c18154",
hba_id="0.0.010a",
id_path="ccw-0.0.010a-fc-0x5005076300c18154-lun-0x5719000000000000"
hba_id="0.0.010a"
))

data = self.interface.GetDeviceData("dev1")
assert data['type'] == get_variant(Str, 'zfcp')
assert data['attrs'] == get_variant(Dict[Str, Str], {
"fcp-lun": "0x5719000000000000",
"wwpn": "0x5005076300c18154",
"hba-id": "0.0.010a",
"path-id": "ccw-0.0.010a-fc-0x5005076300c18154-lun-0x5719000000000000"
"hba-id": "0.0.010a"
})

def test_get_format_data(self):
Expand Down

0 comments on commit 899b6b5

Please sign in to comment.