openshift / cluster-operator

52 stars 35 forks source link

Stop bypassing cluster deployments in integration tests. #285

Closed dgoodwin closed 6 years ago

dgoodwin commented 6 years ago

Through all the refactors the integration tests ended up hardcoding a lot of logic at a lower level than they need to. (manually creating clusters and machine sets)

Instead move up one level and create a cluster deployment, and let this create the expected machine sets and cluster.

csrwng commented 6 years ago

/lgtm