You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
molecule_vagrant/modules/vagrant.py: Fix libvirt option driver test (#89)
In commit "Set cpu to qemu64 with qemu driver", defined?() has been
used to check if provider['options']['driver'] is defined but it seems
that the test is not doing what I was expecting. Switching to .has_key?
is fixing the issue.
Signed-off-by: Arnaud Patard <[email protected]>
0 commit comments