renaming cf integration test folder

This commit is contained in:
chrislovecnm 2017-10-03 13:38:13 -06:00
parent 5ed0d471f6
commit 0abcaa8026
6 changed files with 1 additions and 3 deletions

View File

@ -71,9 +71,7 @@ func TestComplex(t *testing.T) {
// TestMinimalCloudformation runs the test on a minimum configuration, similar to kops create cluster minimal.example.com --zones us-west-1a
func TestMinimalCloudformation(t *testing.T) {
//runTestCloudformation(t, "minimal.example.com", "../../tests/integration/minimal", "v1alpha0", false)
//runTestCloudformation(t, "minimal.example.com", "../../tests/integration/minimal", "v1alpha1", false)
runTestCloudformation(t, "minimal.example.com", "../../tests/integration/cloudformation", "v1alpha2", false)
runTestCloudformation(t, "minimal.example.com", "../../tests/integration/minimal-cloudformation", "v1alpha2", false)
}
// TestMinimal_141 runs the test on a configuration from 1.4.1 release