diff --git a/runtime_test.go b/runtime_test.go index 3964549412..50028665e6 100644 --- a/runtime_test.go +++ b/runtime_test.go @@ -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 {