mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-10 05:44:04 +00:00
Merge pull request #2423 from andreabolognani/virtcontainers-fix-error-message
virtcontainers: Fix error message in mockHypervisor
This commit is contained in:
commit
01beb2fda9
@ -112,7 +112,7 @@ func (m *mockHypervisor) fromGrpc(ctx context.Context, hypervisorConfig *Hypervi
|
||||
}
|
||||
|
||||
func (m *mockHypervisor) toGrpc() ([]byte, error) {
|
||||
return nil, errors.New("firecracker is not supported by VM cache")
|
||||
return nil, errors.New("mockHypervisor is not supported by VM cache")
|
||||
}
|
||||
|
||||
func (m *mockHypervisor) save() (s persistapi.HypervisorState) {
|
||||
|
Loading…
Reference in New Issue
Block a user