cloudfoundry / cf-k8s-networking

building a cloud foundry without gorouter....
Apache License 2.0
32 stars 17 forks source link

clean up integration tests a bit #5

Closed rosenhouse closed 4 years ago

rosenhouse commented 4 years ago

trying to simplify the spec itself, so that it is easier to read.

pulled out a few more helper methods, and moved more of the test setup into NewTestEnv

At this point, anything about setting up the dependencies should live there. Only bits directly related to cfroutesync setup will go in the BeforeEach