Skip to content

Commit

Permalink
cleaning up test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislovecnm committed Oct 19, 2016
1 parent c24836a commit 7e77a27
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions upup/pkg/fi/cloudup/populatecluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@ func TestPopulateCluster_CNI(t *testing.T) {
CloudProvider: c.Spec.CloudProvider,
}

/*
c.Spec.Zones = []*api.ClusterZoneSpec{
{Name: "us-west-2a", CIDR: "172.20.2.0/27"},
{Name: "us-west-2b", CIDR: "172.20.2.32/27"},
{Name: "us-west-2c", CIDR: "172.20.2.64/27"},
}*/

full, err := build(c)
if err != nil {
t.Fatalf("error during build: %v", err)
Expand Down

0 comments on commit 7e77a27

Please sign in to comment.