mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-14 05:19:21 +00:00
Merge pull request #1555 from liubin/fix/1554-install-hook-before-test
test: install mock hook binary before test
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user