Index: client/site_tests/factory_Keyboard/factory_Keyboard.py |
diff --git a/client/site_tests/factory_Keyboard/factory_Keyboard.py b/client/site_tests/factory_Keyboard/factory_Keyboard.py |
index ad64fb3e747a08336d9d3165943950ce6d395599..14fd75e42ad7207df134d541e8a907efd4b4cbb2 100644 |
--- a/client/site_tests/factory_Keyboard/factory_Keyboard.py |
+++ b/client/site_tests/factory_Keyboard/factory_Keyboard.py |
@@ -130,7 +130,10 @@ class factory_Keyboard(test.test): |
preserve_srcdir = True |
def get_layout_from_vpd(self): |
- """ vpd should contain "initial_locale"="en-US" or similar. """ |
+ """ vpd should contain |
+ "initial_locale"="en-US" |
+ "keyboard_layout"="xkb:us::eng" |
+ or similar. """ |
cmd = 'vpd -l | grep initial_locale | cut -f4 -d\'"\'' |
layout = utils.system_output(cmd).strip() |
if layout != '': |