Skip to content

Commit

Permalink
Merge pull request #10569 from hakman/gp3-cloudformation
Browse files Browse the repository at this point in the history
Add CF integration test for gp3 volumes
  • Loading branch information
k8s-ci-robot authored Jan 15, 2021
2 parents 183a014 + 65ebf47 commit b5dc22b
Show file tree
Hide file tree
Showing 6 changed files with 1,699 additions and 11 deletions.
1 change: 1 addition & 0 deletions cmd/kops/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ func TestMinimalCloudformation(t *testing.T) {
// TestMinimalGp3 runs the test on a minimum configuration using gp3 volumes, similar to kops create cluster minimal.example.com --zones us-west-1a
func TestMinimalGp3(t *testing.T) {
newIntegrationTest("minimal.example.com", "minimal-gp3").runTestTerraformAWS(t)
newIntegrationTest("minimal.example.com", "minimal-gp3").runTestCloudformation(t)
}

// TestExistingIAMCloudformation runs the test with existing IAM instance profiles, similar to kops create cluster minimal.example.com --zones us-west-1a
Expand Down
Loading

0 comments on commit b5dc22b

Please sign in to comment.