Skip to content

Commit

Permalink
ci: fix RKE2 tests
Browse files Browse the repository at this point in the history
During installation the service as beem renamed to
elemental-register-install.service.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Aug 21, 2023
1 parent 07f6180 commit 2f992f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/bootstrap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ var _ = Describe("E2E - Bootstrapping node", Label("bootstrap"), func() {

// Check that the installation is completed before halting the VM
Eventually(func() error {
_, err := cl.RunSSH("journalctl -u elemental-register.service --no-pager | grep -i 'elemental installation completed'")
_, err := cl.RunSSH("journalctl -u elemental-register-install.service --no-pager | grep -iq 'elemental install completed''")
return err
}, tools.SetTimeout(8*time.Minute), 10*time.Second).Should(Not(HaveOccurred()))

Expand Down

0 comments on commit 2f992f3

Please sign in to comment.