Fix multus_test.

This commit is contained in:
Tomofumi Hayashi
2018-10-26 15:13:35 +09:00
committed by Tomofumi Hayashi
parent dccb303d6e
commit 41348f2de1

View File

@@ -439,7 +439,7 @@ var _ = Describe("multus operations", func() {
] ]
} }
}` }`
fExec.addPlugin(nil, "eth0", expectedConf1, nil, nil) fExec.addPlugin(nil, "eth0", "", expectedConf1, nil, nil)
os.Setenv("CNI_COMMAND", "ADD") os.Setenv("CNI_COMMAND", "ADD")
os.Setenv("CNI_IFNAME", "eth0") os.Setenv("CNI_IFNAME", "eth0")
_, err := cmdAdd(args, fExec, nil) _, err := cmdAdd(args, fExec, nil)