Skip to content

Commit

Permalink
Revert ":robot: use c3os-agent manual-install in tests"
Browse files Browse the repository at this point in the history
This has to wait until a new release is published

This reverts commit bcf26b9.
  • Loading branch information
mudler committed Sep 10, 2022
1 parent bcf26b9 commit 71a8851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrade_latest_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var _ = Describe("k3s upgrade manual test", Label("upgrade-latest-with-cli"), fu
err := machine.SendFile("assets/config.yaml", "/tmp/config.yaml", "0770")
Expect(err).ToNot(HaveOccurred())

out, _ := machine.Sudo("c3os-agent manual-install --device auto /tmp/config.yaml")
out, _ := machine.Sudo("elemental install --cloud-init /tmp/config.yaml /dev/sda")
Expect(out).Should(ContainSubstring("Running after-install hook"))
fmt.Println(out)
machine.Sudo("sync")
Expand Down

0 comments on commit 71a8851

Please sign in to comment.