Skip to content
Snippets Groups Projects
Commit ee298d14 authored by Guillaume J. Charmes's avatar Guillaume J. Charmes
Browse files

Specify a different bridge for tests than for regular runtime

parent 03855b00
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment