Skip to content

Commit

Permalink
feat: Application specific tests for kommander-flux (#2192)
Browse files Browse the repository at this point in the history
* feat: Add Kommander-flux tests

* feat: Refactor to allow test specific control over Flux setup.

* feat: Don't install Flux prior to the Flux test.

* feat: Install priority classes first.

* fix: Reorder imports
  • Loading branch information
lukeogg authored May 2, 2024
1 parent 09026bd commit 7cd07e6
Show file tree
Hide file tree
Showing 15 changed files with 1,324 additions and 969 deletions.
3 changes: 2 additions & 1 deletion apptests/appscenarios/certmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package appscenarios

import (
"context"
"github.com/mesosphere/kommander-applications/apptests/environment"
"path/filepath"

"github.com/mesosphere/kommander-applications/apptests/environment"
)

type certManager struct{}
Expand Down
Loading

0 comments on commit 7cd07e6

Please sign in to comment.