Summary
Add end-to-end integration tests that actually create and verify VMs.
Requirements
- CI/CD environment with nested virtualization support
- Test: VM creation completes successfully
- Test: Bootstrap script runs without errors
- Test: All verification checks pass
- Test: Snapshot operations work correctly
- Cleanup: Destroy test VMs after tests
Considerations
- CI runner requirements (KVM support)
- Test duration and timeouts
- Parallel test execution
- Cost of CI minutes with nested virt
From CLAUDE.md Future Improvements section.
Summary
Add end-to-end integration tests that actually create and verify VMs.
Requirements
Considerations
From CLAUDE.md Future Improvements section.