@@ -204,7 +204,7 @@ requires:
204204 cpuinfo.other != 'emulated by qemu'
205205user: root
206206environ: RTC_DEVICE_FILE
207- command:
207+ command:
208208 if [[ -n "$RTC_DEVICE_FILE" ]]; then
209209 rtc_path="/sys/class/rtc/${RTC_DEVICE_FILE/#\/dev\/}"
210210 else
@@ -381,6 +381,7 @@ category_id: com.canonical.plainbox::power-management
381381_summary: Post warm reboot service check
382382_purpose: Check there are no failed services after the warm reboot
383383unit: job
384+ user: root
384385plugin: shell
385386command: failed_service_check.sh
386387estimated_duration: 1.0
@@ -411,6 +412,7 @@ category_id: com.canonical.plainbox::power-management
411412_summary: Post cold reboot service check
412413_purpose: Check there are no failed services after the cold reboot
413414unit: job
415+ user: root
414416plugin: shell
415417command: failed_service_check.sh
416418estimated_duration: 1.0
@@ -550,13 +552,13 @@ command: light_sensor_test.sh
550552_purpose:
551553 This test will check your Ambient Light Sensor work, if you don't have it, please skip this test.
552554_steps:
553- 1. Make sure "Automatic brightness" is ON in Power settings.
555+ 1. Make sure "Automatic brightness" is ON in Power settings.
554556 2. Locate the Ambient Light Sensor, which should be around the Camera.
555557 3. Cover your hand over the Ambient Light Sensor.
556558 4. When the backlight dims, press Enter to start testing.
557559 5. Wait until the message "Has ambient light sensor" is printed on the screen and wave your hand slowly during testing.
558560_verification:
559- Did the Ambient Light Sensor values change when you _shook_ your hands over the sensor?
561+ Did the Ambient Light Sensor values change when you _shook_ your hands over the sensor?
560562 Did the Screen backlight also change?
561563_summary: Test the functionality of the Ambient Light Sensor by checking if sensor values and screen backlight change when covered.
562564
0 commit comments