diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2018-01-17 15:20:09 +0000 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2018-01-17 15:20:09 +0000 |
commit | 30c4f1e24e3073cb56d1394c654f4e13619c626c (patch) | |
tree | de74144ab779166baa10113f6a8a46fee705c368 /units/led | |
parent | 0ff51ae132dce0d14aa19763489cb85f47d70b6f (diff) |
led: make all jobs use category in checkbox namespace
Diffstat (limited to 'units/led')
-rw-r--r-- | units/led/jobs.pxu | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/units/led/jobs.pxu b/units/led/jobs.pxu index ec69f93..15d3065 100644 --- a/units/led/jobs.pxu +++ b/units/led/jobs.pxu @@ -7,7 +7,7 @@ _steps: _verification: Power led is on when system is powered on plugin: manual -category_id: com.canonical.plainbox::led +category_id: led estimated_duration: 15.0 id: led/power-blink-suspend @@ -20,11 +20,11 @@ _steps: _verification: Power led is blinking when system is in suspend plugin: manual -category_id: com.canonical.plainbox::led +category_id: led estimated_duration: 180 plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/suspend estimated_duration: 30.0 depends: suspend/suspend_advanced @@ -39,7 +39,7 @@ _description: Did the Suspend LED blink or change color while the system was suspended? plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/battery-charging estimated_duration: 120.0 _description: @@ -52,7 +52,7 @@ _description: Did the battery indicator LED turn orange? plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/battery-charged estimated_duration: 240.0 _description: @@ -66,7 +66,7 @@ _description: Does the orange battery LED shut off when system is fully charged? plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/battery-low estimated_duration: 30.0 _description: @@ -79,7 +79,7 @@ _description: Does the LED light orange when battery is low? plugin: user-interact-verify -category_id: com.canonical.plainbox::led +category_id: led id: led/hdd estimated_duration: 30.0 command: led_hdd_test @@ -93,7 +93,7 @@ _description: Did the HDD LED light? plugin: user-interact-verify -category_id: com.canonical.plainbox::led +category_id: led id: led/numeric-keypad estimated_duration: 30.0 command: keyboard_test @@ -109,7 +109,7 @@ _description: 2. Numbers should only be entered in the keyboard verification window when the LED is on plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/caps-lock estimated_duration: 30.0 _description: @@ -122,7 +122,7 @@ _description: Did the Cap Keys LED light as expected? plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/wlan depends: keys/wireless estimated_duration: 60.0 @@ -137,7 +137,7 @@ _description: Did the WLAN LED turn on or change color as expected? plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/wlan-disabled estimated_duration: 30.0 depends: keys/wireless @@ -168,11 +168,11 @@ _steps: _verification: Bluetooth LED is turned on in step 2, and turned off in step 3. plugin: manual -category_id: com.canonical.plainbox::led +category_id: led estimated_duration: 180 plugin: user-interact-verify -category_id: com.canonical.plainbox::led +category_id: led id: led/camera estimated_duration: 20.0 depends: camera/detect @@ -187,7 +187,7 @@ _description: Did the camera LED light? plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/touchpad estimated_duration: 30.0 _description: @@ -202,7 +202,7 @@ _description: 3. When the LED is off, the mouse pointer should not move on touchpad usage plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/wireless estimated_duration: 120.0 _description: @@ -219,7 +219,7 @@ _description: Did the WLAN/Bluetooth LED light as expected? plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/mute depends: keys/mute estimated_duration: 30.0 @@ -234,7 +234,7 @@ _description: Did the Audio LED turn on and off or change color as expected? plugin: manual -category_id: com.canonical.plainbox::led +category_id: led id: led/microphone-mute estimated_duration: 30.0 depends: keys/microphone-mute |