Move Cluster Registration to federation-up.sh

This commit is contained in:
shashidharatd
2017-02-03 15:36:28 +05:30
parent 3ce49346a7
commit b9b252fb63
10 changed files with 36 additions and 78 deletions

View File

@@ -140,9 +140,6 @@ func (f *Framework) FederationAfterEach() {
framework.Logf("Warning: framework is marked federated, but has no federation 1.5 clientset")
return
}
if err := f.FederationClientset.Federation().Clusters().DeleteCollection(nil, metav1.ListOptions{}); err != nil {
framework.Logf("Error: failed to delete Clusters: %+v", err)
}
}()
// Print events if the test failed.