Skip to content

Commit

Permalink
unit_test: extend existing device tree checks with isleaf attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkankovsky committed Oct 24, 2024
1 parent 79c4cf3 commit 4bf8a69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def test_get_parted_device_data(self):

data = self.interface.GetDeviceData("dev1")
assert data['attrs']['partition-type-name'] == "Microsoft reserved partition"
assert data['attrs']['isleaf'] == "True"

def test_get_format_data(self):
"""Test GetFormatData."""
Expand Down

0 comments on commit 4bf8a69

Please sign in to comment.