Specify a different bridge for tests than for regular runtime
Upstream-commit: ee298d1420ea58cdafa788d63547dadab47ef76d Component: engine
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user