Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
433 changes: 261 additions & 172 deletions test/integration/fixtures/ExampleListImages_all.yaml

Large diffs are not rendered by default.

6,118 changes: 2,571 additions & 3,547 deletions test/integration/fixtures/ExampleListStackscripts_page1.yaml

Large diffs are not rendered by default.

610 changes: 329 additions & 281 deletions test/integration/fixtures/TestImageSharing_Suite.yaml

Large diffs are not rendered by default.

417 changes: 259 additions & 158 deletions test/integration/fixtures/TestImages_List.yaml

Large diffs are not rendered by default.

463 changes: 89 additions & 374 deletions test/integration/fixtures/TestInstance_Rebuild.yaml

Large diffs are not rendered by default.

463 changes: 89 additions & 374 deletions test/integration/fixtures/TestInstance_RebuildWithEncryption.yaml

Large diffs are not rendered by default.

5,128 changes: 1,470 additions & 3,658 deletions test/integration/fixtures/TestStackscripts_List.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/integration/instances_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ func TestInstance_Rebuild(t *testing.T) {
}

rebuildOpts := linodego.InstanceRebuildOptions{
Image: "linode/alpine3.19",
Image: "linode/alpine3.23",
Metadata: &linodego.InstanceMetadataOptions{
UserData: base64.StdEncoding.EncodeToString([]byte("cool")),
},
Expand Down Expand Up @@ -746,7 +746,7 @@ func TestInstance_RebuildWithEncryption(t *testing.T) {
}

rebuildOpts := linodego.InstanceRebuildOptions{
Image: "linode/alpine3.19",
Image: "linode/alpine3.23",
RootPass: randPassword(),
Type: "g6-standard-2",
DiskEncryption: linodego.InstanceDiskEncryptionDisabled,
Expand Down
Loading