Skip to content

Commit

Permalink
WIP - a few more pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Nov 16, 2023
1 parent 75cd39d commit 7e93d8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/verify/check-storage-basic
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class TestStorageBasic(storagelib.StorageCase):
b.go("#/")
b.wait_visible(self.card("Storage"))
b.wait_visible(self.card_row("Storage", name=disk))
b.assert_pixels(self.card("Storage"), "overview")
self.force_remove_disk(disk)
b.wait_not_present(self.card_row("Storage", name=disk))

Expand Down
4 changes: 4 additions & 0 deletions test/verify/check-storage-lvm2
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ class TestStorageLvm2(storagelib.StorageCase):
b.click(self.card_parent_link())
b.wait_text(self.card_row_col("Thinly provisioned LVM2 logical volumes", 1, 3), mount_point_thin)

b.assert_pixels('body', "pool-page")

# remove pool
b.click(self.card_button("Pool for thinly provisioned LVM2 logical volumes", "Delete"))
self.confirm()
Expand All @@ -260,6 +262,8 @@ class TestStorageLvm2(storagelib.StorageCase):
b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 2), "ext4 filesystem")
b.wait_text(self.card_row_col("LVM2 logical volumes", 1, 3), mount_point_one)

b.assert_pixels('body', "page")

# rename volume group
b.click(self.card_desc_action("LVM2 volume group", "Name"))
self.dialog_wait_open()
Expand Down
2 changes: 2 additions & 0 deletions test/verify/check-storage-mdraid
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ class TestStorageMdRaid(storagelib.StorageCase):
b.wait_text(self.card_row_col("Partitions", 2, 1), part_prefix + "2")
b.wait_not_present(self.card_row("Partitions", name="Free space"))

b.assert_pixels('body', "page")

# Replace a disk by adding a spare and then removing a "In sync" disk

# Add a spare
Expand Down

0 comments on commit 7e93d8b

Please sign in to comment.