testing: move echosvr into testutils

This commit is contained in:
Gabriel Rosenhouse
2017-09-06 19:10:20 -07:00
parent 1396ab0bab
commit d8f2fd7a3c
4 changed files with 9 additions and 3 deletions

View File

@ -43,7 +43,7 @@ func TestPortmap(t *testing.T) {
var echoServerBinaryPath string
var _ = SynchronizedBeforeSuite(func() []byte {
binaryPath, err := gexec.Build("github.com/containernetworking/plugins/plugins/meta/portmap/echosvr")
binaryPath, err := gexec.Build("github.com/containernetworking/plugins/pkg/testutils/echosvr")
Expect(err).NotTo(HaveOccurred())
return []byte(binaryPath)
}, func(data []byte) {