Skip to content

Commit

Permalink
ci/integ: fix failing test
Browse files Browse the repository at this point in the history
The checked text has been slightly modified due to refactoring in
elemental-cli. See rancher/elemental-cli#404.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Jan 17, 2023
1 parent 6f4e152 commit 9722f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/install/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _ = Describe("Elemental Installation tests", func() {
Expect(out).To(And(
ContainSubstring("Unmounting disk partitions"),
ContainSubstring("Mounting disk partitions"),
ContainSubstring("Finished copying /run/cos/state/cOS/active.img into /run/cos/state/cOS/passive.img"),
ContainSubstring("Finished copying /run/rootfsbase into /run/cos/workingtree"),
ContainSubstring("Setting default grub entry to Elemental"),
), out)
})
Expand All @@ -66,7 +66,7 @@ var _ = Describe("Elemental Installation tests", func() {
Expect(out).To(And(
ContainSubstring("Unmounting disk partitions"),
ContainSubstring("Mounting disk partitions"),
ContainSubstring("Finished copying /run/cos/state/cOS/active.img into /run/cos/state/cOS/passive.img"),
ContainSubstring("Finished copying "+containerImage+" into /run/cos/workingtree"),
ContainSubstring("Unpacking a container image: "+containerImage),
ContainSubstring("Setting default grub entry to Elemental"),
), out)
Expand Down

0 comments on commit 9722f68

Please sign in to comment.