summaryrefslogtreecommitdiff
path: root/units/keys
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2017-10-24 10:37:45 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2017-10-24 10:37:45 +0200
commit7d0758723e7e72028790cd3ab046df2ffa8b8326 (patch)
tree81005f75ad48c69ab30a04148f6e3f138a32330d /units/keys
parent8799229314922b371c55ffd161bce9af518e335e (diff)
Import plainbox-provider-checkbox_0.40.0~rc5.orig.tar.gzupstream-0.40.0_rc5patched-0.40.0_rc5-1
Diffstat (limited to 'units/keys')
-rw-r--r--units/keys/jobs.pxu26
-rw-r--r--units/keys/test-plan.pxu44
2 files changed, 35 insertions, 35 deletions
diff --git a/units/keys/jobs.pxu b/units/keys/jobs.pxu
index 6923941..4402b4c 100644
--- a/units/keys/jobs.pxu
+++ b/units/keys/jobs.pxu
@@ -4,7 +4,7 @@ id: keys/lock-screen
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
command: lock_screen_watcher
_description:
PURPOSE:
@@ -24,7 +24,7 @@ id: keys/brightness
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
_description:
PURPOSE:
This test will test the brightness key
@@ -39,7 +39,7 @@ id: keys/volume
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
user: root
command: key_test -s '0xe02e,0xe0ae:Volume Down' '0xe030,0xe0b0:Volume Up'
_description:
@@ -58,7 +58,7 @@ id: keys/mute
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
user: root
command: key_test -s '0xe020,0xe0a0:Mute'
_description:
@@ -76,7 +76,7 @@ id: keys/sleep
estimated_duration: 90.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
_description:
PURPOSE:
This test will test the sleep key
@@ -92,7 +92,7 @@ id: keys/battery-info
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
user: root
command: key_test -s '0xe071,0xef1:Battery Info'
_description:
@@ -112,7 +112,7 @@ id: keys/wireless
estimated_duration: 90.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
_description:
PURPOSE:
This test will test the wireless key
@@ -134,7 +134,7 @@ id: keys/media-control
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
user: root
command: key_test -s 0xe010,0xe090:Previous 0xe024,0xe0a4:Stop 0xe019,0xe099:Next 0xe022,0xe0a2:Play
_description:
@@ -153,7 +153,7 @@ id: keys/super
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
user: root
command: key_test -s '0xe05b,0xe0db:Left Super Key'
_description:
@@ -171,7 +171,7 @@ id: keys/video-out
estimated_duration: 120.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
_description:
PURPOSE:
Validate that the External Video hot key is working as expected
@@ -187,7 +187,7 @@ id: keys/touchpad
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
_description:
PURPOSE:
Verify touchpad hotkey toggles touchpad functionality on and off
@@ -204,7 +204,7 @@ id: keys/keyboard-backlight
estimated_duration: 30.0
imports: from com.canonical.plainbox import manifest
requires: manifest.has_special_keys == 'True'
-flags: also-after-suspend
+flags: also-after-suspend-manual
_description:
PURPOSE:
Verify that the keyboard backlight toggle key works properly
@@ -227,7 +227,7 @@ requires:
package.name == 'alsa-base'
package.name == 'pulseaudio-utils'
package.name == 'gstreamer1.0-plugins-good' or package.name == 'gstreamer0.10-plugins-good'
-flags: also-after-suspend
+flags: also-after-suspend-manual
command:
audio_settings store --file=$PLAINBOX_SESSION_SHARE/pulseaudio_settings
audio_settings set --device=pci --volume=50
diff --git a/units/keys/test-plan.pxu b/units/keys/test-plan.pxu
index c258338..4fd7092 100644
--- a/units/keys/test-plan.pxu
+++ b/units/keys/test-plan.pxu
@@ -22,17 +22,17 @@ _name: Special keys tests (after suspend)
_description:
Special keys tests (after suspend)
include:
- after-suspend-keys/lock-screen certification-status=blocker
- after-suspend-keys/super certification-status=blocker
- after-suspend-keys/battery-info certification-status=blocker
- after-suspend-keys/brightness certification-status=blocker
- after-suspend-keys/media-control certification-status=blocker
- after-suspend-keys/mute certification-status=blocker
- after-suspend-keys/volume certification-status=blocker
- after-suspend-keys/video-out certification-status=blocker
- after-suspend-keys/wireless certification-status=blocker
- after-suspend-keys/keyboard-backlight certification-status=blocker
- after-suspend-keys/microphone-mute certification-status=blocker
+ after-suspend-manual-keys/lock-screen certification-status=blocker
+ after-suspend-manual-keys/super certification-status=blocker
+ after-suspend-manual-keys/battery-info certification-status=blocker
+ after-suspend-manual-keys/brightness certification-status=blocker
+ after-suspend-manual-keys/media-control certification-status=blocker
+ after-suspend-manual-keys/mute certification-status=blocker
+ after-suspend-manual-keys/volume certification-status=blocker
+ after-suspend-manual-keys/video-out certification-status=blocker
+ after-suspend-manual-keys/wireless certification-status=blocker
+ after-suspend-manual-keys/keyboard-backlight certification-status=blocker
+ after-suspend-manual-keys/microphone-mute certification-status=blocker
id: keys-cert-blockers
unit: test plan
@@ -59,14 +59,14 @@ _name: Special keys tests (certification blockers only, after suspend)
_description:
Special keys tests (certification blockers only, after suspend)
include:
- after-suspend-keys/lock-screen certification-status=blocker
- after-suspend-keys/super certification-status=blocker
- after-suspend-keys/battery-info certification-status=blocker
- after-suspend-keys/brightness certification-status=blocker
- after-suspend-keys/media-control certification-status=blocker
- after-suspend-keys/mute certification-status=blocker
- after-suspend-keys/volume certification-status=blocker
- after-suspend-keys/video-out certification-status=blocker
- after-suspend-keys/wireless certification-status=blocker
- after-suspend-keys/keyboard-backlight certification-status=blocker
- after-suspend-keys/microphone-mute certification-status=blocker
+ after-suspend-manual-keys/lock-screen certification-status=blocker
+ after-suspend-manual-keys/super certification-status=blocker
+ after-suspend-manual-keys/battery-info certification-status=blocker
+ after-suspend-manual-keys/brightness certification-status=blocker
+ after-suspend-manual-keys/media-control certification-status=blocker
+ after-suspend-manual-keys/mute certification-status=blocker
+ after-suspend-manual-keys/volume certification-status=blocker
+ after-suspend-manual-keys/video-out certification-status=blocker
+ after-suspend-manual-keys/wireless certification-status=blocker
+ after-suspend-manual-keys/keyboard-backlight certification-status=blocker
+ after-suspend-manual-keys/microphone-mute certification-status=blocker