Merge pull request #1555 from liubin/fix/1554-install-hook-before-test

test: install mock hook binary before test
This commit is contained in:
Tim Zhang
2021-03-30 14:01:56 +08:00
committed by GitHub
3 changed files with 11 additions and 11 deletions

View File

@@ -18,9 +18,6 @@ import (
pb "github.com/kata-containers/kata-containers/src/runtime/virtcontainers/pkg/agent/protocols/grpc"
)
// DefaultMockHookBinPath is populated at link time.
var DefaultMockHookBinPath string
var testKataMockHybridVSockURLTempl = "mock://%s/kata-mock-hybrid-vsock.sock"
func GenerateKataMockHybridVSock() (string, error) {