Specify a different bridge for tests than for regular runtime

This commit is contained in:
Guillaume J. Charmes 2013-04-24 17:43:41 -07:00
parent 03855b0027
commit ee298d1420

View file

@ -60,6 +60,8 @@ func init() {
panic("docker tests needs to be run as root")
}
NetworkBridgeIface = "testdockbr0"
// Make it our Store root
runtime, err := NewRuntimeFromDirectory(unitTestStoreBase)
if err != nil {