Skip to content

Commit

Permalink
Update integration test to cover CloudFormation output of NAT gateways
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Dec 6, 2019
1 parent b60fbff commit bb3140d
Show file tree
Hide file tree
Showing 3 changed files with 1,903 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kops/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func TestPrivateFlannel(t *testing.T) {
func TestPrivateCalico(t *testing.T) {
runTestAWS(t, "privatecalico.example.com", "privatecalico", "v1alpha1", true, 1, true, false, nil)
runTestAWS(t, "privatecalico.example.com", "privatecalico", "v1alpha2", true, 1, true, false, nil)
runTestCloudformation(t, "privatecalico.example.com", "privatecalico", "v1alpha2", true, nil)
}

// TestPrivateCanal runs the test on a configuration with private topology, canal networking
Expand Down
Loading

0 comments on commit bb3140d

Please sign in to comment.