| Index: client/site_tests/hardware_Components/hardware_Components.py
|
| diff --git a/client/site_tests/hardware_Components/hardware_Components.py b/client/site_tests/hardware_Components/hardware_Components.py
|
| index 6d28c2920535a05b872d3aae034bc81a7149f95a..c65db9968e7cfc5a66ec48fb4727376ea4c710cc 100644
|
| --- a/client/site_tests/hardware_Components/hardware_Components.py
|
| +++ b/client/site_tests/hardware_Components/hardware_Components.py
|
| @@ -269,7 +269,7 @@ class hardware_Components(test.test):
|
|
|
| def get_part_id_keyboard(self):
|
| # VPD value "initial_locale"="en-US" should be listed.
|
| - cmd = 'vpd -l | grep initial_locale | cut -f4 -d\'"\' '
|
| + cmd = 'vpd -i RO_VPD -l | grep \"keyboard_layout\" | cut -f4 -d\'"\' '
|
| part_id = utils.system_output(cmd).strip()
|
| if part_id != '':
|
| return part_id
|
|
|