Set up libvirt test bed with no automation #1
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bits/neticenter#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is just to get things started, and eventually we will work on a more elaborate test bed.
python3-libvirtand other Linux python packages for virt-lightninglibvirtdwith system (not session) access viaqemu:///systemhandle.virt-lightning.yamlthat creates a basicdebian-13vm used for testing.README.md.We require a Debian-based Linux distribution to simplify verification of libraries by only assuming
aptand other system calls to verify system state. This will only be used for the build distributions and may include other Linux distributions moving forward. ↩︎Set up a
precheck.pyfile that does all the checks and walks the user to manually verify the machine to ensure the testbed is supported and install any missing packages or setup is needed. The output looks like this when all goes well:Closing this with this commit:
git.ardi.la/bits/neticenter@d5f842c16bWill update documentation and added #5 to track it.