Description
The QEMU backend under pkg/unikontainers/hypervisors currently has limited unit test coverage.
I would like to improve coverage for QEMU related functionality, mainly around command construction and runtime configuration.
Planned work:
- Add tests for
BuildExecCmd()
- Validate command generation for CPU/memory options
- Add networking related scenarios
- Add sharedfs related scenarios
- Improve overall coverage for the QEMU backend
Description
The QEMU backend under
pkg/unikontainers/hypervisorscurrently has limited unit test coverage.I would like to improve coverage for QEMU related functionality, mainly around command construction and runtime configuration.
Planned work:
BuildExecCmd()