Specify a different bridge for tests than for regular runtime
This commit is contained in:
parent
03855b0027
commit
ee298d1420
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue