Remove hack for CLUSTER_IP_RANGE in e2e framework no longer needed

pull/6/head
Shyam Jeedigunta 2017-11-09 00:27:22 +01:00
parent 33f873dbbe
commit 79fd1296da
1 changed files with 0 additions and 4 deletions

View File

@ -347,8 +347,4 @@ func AfterReadingAllFlags(t *TestContextType) {
t.Host = defaultHost
}
}
// Reset the cluster IP range flag to CLUSTER_IP_RANGE env var, if defined.
if clusterIPRange := os.Getenv("CLUSTER_IP_RANGE"); clusterIPRange != "" {
t.CloudConfig.ClusterIPRange = clusterIPRange
}
}