romana / core

Romana core components - Micro services written in Go.
Apache License 2.0
47 stars 11 forks source link

Some test additions/refactoring #62

Closed debedb closed 8 years ago

debedb commented 8 years ago

After adding several assertions to the test, I realized integration_test must be broken into two parts - one that tests proper IPAM allocation, and one that tests that agent can start and talk to services -- because the former requires known hosts to be added to topology DB to test against, and the latter requires the actual hosts from the machine test is being run on.

debedb commented 8 years ago

Actually this PR is bad for review - this includes ipam deallocation code which is in another PR.