Skip to content

Commit

Permalink
Test live-ISO provisioning in e2e and confirm successful boot with ssh
Browse files Browse the repository at this point in the history
implementation

Signed-off-by: Max Rantil <[email protected]>
  • Loading branch information
Max Rantil committed Nov 22, 2023
1 parent f811712 commit a1335c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/live_iso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ var _ = Describe("Live-ISO", func() {
Online: true,
BMC: metal3api.BMCDetails{
Address: bmcAddress,
CredentialsName: "bmc-credentials",
CredentialsName: secretName,
},
Image: &metal3api.Image{
URL: e2eConfig.GetVariable("IMAGE_URL"),
URL: imageURL,
DiskFormat: pointer.String("live-iso"),
},
BootMode: metal3api.Legacy,
Expand Down

0 comments on commit a1335c0

Please sign in to comment.