mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 20:54:26 +00:00
runtime: Add missing test mock function
Added a missing `vcmock.Sandbox.GetHypervisorPid()` function. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
50f317dcff
commit
12e9f7f82c
@ -254,3 +254,7 @@ func (s *Sandbox) GetAgentURL() (string, error) {
|
|||||||
}
|
}
|
||||||
return "", nil
|
return "", nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *Sandbox) GetHypervisorPid() (int, error) {
|
||||||
|
return 0, nil
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user