blob: 1deba441488523ed56d6662bd31262da349f4de6 [file] [log] [blame]
- name: Write Protect
description: Enable/disable write protect.
member:
- name: Disable Write Protect
steps:
- confirm: 'Please remove the write protect screw.'
title: 'Instruction'
options: [Done, Cancel]
timeout: Null
- command: 'crossystem wpsw_cur'
expected_output: ''
error_message: 'You cheat me!'
- command: 'ectool reboot_ec cold'
- name: Enable Write Protect
steps:
- confirm: 'Please attach the write protect screw.'
title: 'Instruction'
options: [Done, Cancel]
timeout: Null
- command: 'crossystem wpsw_cur'
expected_output: '1'
error_message: 'You cheat me!'