mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
Merge pull request #9784 from Apokleos/bufix-testcases
kata-types: fix bug in kata-types several test cases
This commit is contained in:
commit
1c8db85d54
@ -127,7 +127,7 @@ mod tests {
|
|||||||
assert!(cap.is_fs_sharing_supported());
|
assert!(cap.is_fs_sharing_supported());
|
||||||
|
|
||||||
// test set hybrid-vsock support
|
// test set hybrid-vsock support
|
||||||
cap.set(CapabilityBits::HybridVsockSupport);
|
cap.add(CapabilityBits::HybridVsockSupport);
|
||||||
assert!(cap.is_hybrid_vsock_supported());
|
assert!(cap.is_hybrid_vsock_supported());
|
||||||
// test append capabilities
|
// test append capabilities
|
||||||
cap.add(CapabilityBits::GuestMemoryProbe);
|
cap.add(CapabilityBits::GuestMemoryProbe);
|
||||||
|
@ -84,6 +84,7 @@ sandbox_bind_mounts=["/proc/self"]
|
|||||||
vfio_mode="vfio"
|
vfio_mode="vfio"
|
||||||
experimental=["a", "b"]
|
experimental=["a", "b"]
|
||||||
enable_pprof = true
|
enable_pprof = true
|
||||||
|
name="virt-container"
|
||||||
hypervisor_name = "qemu"
|
hypervisor_name = "qemu"
|
||||||
agent_name = "agent0"
|
agent_name = "agent0"
|
||||||
|
|
||||||
|
@ -83,6 +83,7 @@ sandbox_bind_mounts=["/proc/self"]
|
|||||||
vfio_mode="vfio"
|
vfio_mode="vfio"
|
||||||
experimental=["a", "b"]
|
experimental=["a", "b"]
|
||||||
enable_pprof = true
|
enable_pprof = true
|
||||||
|
name="virt-container"
|
||||||
hypervisor_name = "qemu"
|
hypervisor_name = "qemu"
|
||||||
agent_name = "agent0"
|
agent_name = "agent0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user