t.Fatalf("unexpected success, and error getting the services: %v",err)
}
allIPs:=[]string{}
for_,s:=rangesvcs.Items{
allIPs=append(allIPs,s.Spec.ClusterIP)
}
t.Fatalf("unexpected creation success. The following IPs exist: %#v. It should only be possible to allocate 2 IP addresses in this cluster.\n\n%#v",allIPs,svcs)