Skip to content

Commit

Permalink
add support-bundle tests to e2e suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Nov 29, 2023
1 parent d76ba5e commit 13c8b52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ var _ = Describe("E2E", func() {
Entry(nil, inventory.NewRangeKotsVersion()),
Entry(nil, inventory.NewMultiAppBackupAndRestoreTest()),
Entry(nil, inventory.MultiAppTest()),
Entry(nil, inventory.NewSupportBundle()),
)

})
Expand Down
9 changes: 9 additions & 0 deletions e2e/testim/inventory/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,15 @@ func NewRangeKotsVersion() Test {
}
}

func NewSupportBundle() Test {
return Test{
Name: "Support Bundle",
Suite: "support-bundle",
Namespace: "support-bundle",
UpstreamURI: "support-bundle-halibut/automated",
}
}

func SetupRegressionTest(kubectlCLI *kubectl.CLI) TestimParams {
cmd := kubectlCLI.Command(
context.Background(),
Expand Down

0 comments on commit 13c8b52

Please sign in to comment.