From 3e37853473353905c77f26ae4f6cf338f79fed8b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 29 Nov 2023 12:06:13 +0200 Subject: [PATCH] naughty: Update #4796 for redesigned Storage redesign --- naughty/arch/4796-stratis-runs-clevis-too-early | 2 +- naughty/fedora-38/4796-stratis-runs-clevis-too-early | 2 +- naughty/fedora-39/4796-stratis-runs-clevis-too-early | 2 +- naughty/rhel-9/4796-stratis-runs-clevis-too-early | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/naughty/arch/4796-stratis-runs-clevis-too-early b/naughty/arch/4796-stratis-runs-clevis-too-early index 98b51a196b..eb058265d5 100644 --- a/naughty/arch/4796-stratis-runs-clevis-too-early +++ b/naughty/arch/4796-stratis-runs-clevis-too-early @@ -1,2 +1,2 @@ File "check-storage-stratis", line *, in testBasic - b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot + b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot diff --git a/naughty/fedora-38/4796-stratis-runs-clevis-too-early b/naughty/fedora-38/4796-stratis-runs-clevis-too-early index 98b51a196b..eb058265d5 100644 --- a/naughty/fedora-38/4796-stratis-runs-clevis-too-early +++ b/naughty/fedora-38/4796-stratis-runs-clevis-too-early @@ -1,2 +1,2 @@ File "check-storage-stratis", line *, in testBasic - b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot + b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot diff --git a/naughty/fedora-39/4796-stratis-runs-clevis-too-early b/naughty/fedora-39/4796-stratis-runs-clevis-too-early index 98b51a196b..eb058265d5 100644 --- a/naughty/fedora-39/4796-stratis-runs-clevis-too-early +++ b/naughty/fedora-39/4796-stratis-runs-clevis-too-early @@ -1,2 +1,2 @@ File "check-storage-stratis", line *, in testBasic - b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot + b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot diff --git a/naughty/rhel-9/4796-stratis-runs-clevis-too-early b/naughty/rhel-9/4796-stratis-runs-clevis-too-early index 98b51a196b..eb058265d5 100644 --- a/naughty/rhel-9/4796-stratis-runs-clevis-too-early +++ b/naughty/rhel-9/4796-stratis-runs-clevis-too-early @@ -1,2 +1,2 @@ File "check-storage-stratis", line *, in testBasic - b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot + b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot