netlab
netlab copied to clipboard
Use something else than kvm-ok to test libvirt installation
kvm-ok doesn't exist on AlmaLinux (or RHEL), making them unusable as platforms to run netlab with libvirt plugin because netlab up uses kbm-ok command to test whether the KVM/libvirt installation is working.
See https://networktocode.slack.com/archives/C022DQHK8BH/p1713281249912099 for a potential workaround.
FWIW, the kvm-ok code is here: https://bazaar.launchpad.net/~cpu-checker-dev/cpu-checker/trunk/view/head:/kvm-ok
We could just add it to networklab package and then use our own code ;)