mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-09 23:15:46 -06:00
virtinst: Use the default keymap when running tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
0bd2f97bda
commit
b2e962fcf3
@ -96,6 +96,10 @@ def _default_keymap():
|
||||
keymap = None
|
||||
|
||||
kt = None
|
||||
|
||||
if "VIRTINST_TEST_SUITE" in os.environ:
|
||||
return default
|
||||
|
||||
for path, cb in [
|
||||
(_ETC_VCONSOLE, _sysconfig_keyboard),
|
||||
(_KEYBOARD_DIR, _sysconfig_keyboard),
|
||||
|
Loading…
Reference in New Issue
Block a user