-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kvm test #660
Kvm test #660
Conversation
e478167
to
7b32d8b
Compare
@dougsland It is very interesting, in fedora once adding the following file to for exposing /dev/kvm
@rhatdan any inputs are welcome |
Indeed, we are exposing /dev/kvm and also /dev/net/tun which was required during my tests. For the future as reference:
|
adcdde3
to
a68683e
Compare
5f1fc80
to
908ac1c
Compare
5caa9f8
to
936f15d
Compare
Failing gate is f41 |
KVM tier-0 tests dedicated for kvm tests. It checks /dev/kvm. nested virtualization exist. In case not, it removes qm_mount_bind_kvm rpm, in case installed by packit. Test check_qm_setup_succeeds is the irst test to run, The test check repo setup script is working properly Packit support for nested kvm support added currently for fedora/c9s Kvm tests should be introduced later. Introducing QM quadlets drop-ins for extending qm.container base quadlet. Using as single point of configuration. Replacing the usage of containers.conf Fedora is failing due to containers#666 Signed-off-by: Yariv Rachmani <[email protected]>
Adding KVM tier-0 rpm subpackage testing
KVM tier-0 tests dedicated for kvm tests.
It checks /dev/kvm. nested virtualization exist.
In case not, it removes qm_mount_bind_kvm rpm, in case installed by packit.
Test check_qm_setup_succeeds is the irst test to run,
The test check repo setup script is working properly
Packit support for nested kvm support added currently for fedora/c9s
Kvm tests should be introduced later.
Introducing QM quadlets drop-ins for extending qm.container base quadlet.
Using as single point of configuration.
Replacing the usage of containers.conf
Fedora is failing due to #666