Skip to content

Commit

Permalink
unit_tests: drop DASDDevice.opts like in related blivet change
Browse files Browse the repository at this point in the history
storaged-project/blivet#1162 (comment)
removes DASDDevice.opts. Anticipating that blivet change, update
the anaconda unit tests making use of DASDDevice.

Signed-off-by: Steffen Maier <[email protected]>
  • Loading branch information
steffen-maier committed Sep 25, 2024
1 parent 08bd0a9 commit 69488c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ def test_find_formattable(self, blockdev):
"dev1",
fmt=get_format("ext4"),
size=Size("10 GiB"),
busid="0.0.0201",
opts={}
busid="0.0.0201"
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ def test_get_dasd_device_data(self):
"dev1",
fmt=get_format("ext4"),
size=Size("10 GiB"),
busid="0.0.0201",
opts={}
busid="0.0.0201"
))

data = self.interface.GetDeviceData("dev1")
Expand Down

0 comments on commit 69488c2

Please sign in to comment.