summaryrefslogtreecommitdiff
path: root/units/codecs
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2017-09-18 20:56:16 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2017-09-18 20:56:16 +0200
commit06ebc0457992bddfca74c3decc554d70ffdd310d (patch)
treeddc2038690c7e0bbd7146b3375681b919e91ab95 /units/codecs
parenta2cbc59e55ed21f755f45a5db2df5695a2220315 (diff)
Move all jobs definition files into pxu units
Diffstat (limited to 'units/codecs')
-rw-r--r--units/codecs/jobs.pxu34
1 files changed, 34 insertions, 0 deletions
diff --git a/units/codecs/jobs.pxu b/units/codecs/jobs.pxu
new file mode 100644
index 0000000..7ad2d4b
--- /dev/null
+++ b/units/codecs/jobs.pxu
@@ -0,0 +1,34 @@
+plugin: user-interact-verify
+category_id: com.canonical.plainbox::codecs
+id: codecs/ogg-vorbis
+requires:
+ package.name == 'gstreamer0.10-plugins-base' or package.name == 'gstreamer1.0-plugins-base'
+ package.name == 'totem'
+ package.name == 'ubuntu-sounds'
+command: totem /usr/share/sounds/ubuntu/stereo/system-ready.ogg
+_description:
+ PURPOSE:
+ This test will verify your system's ability to play Ogg Vorbis audio files.
+ STEPS:
+ 1. Click Test to play an Ogg Vorbis file (.ogg)
+ 2. Please close the player to proceed.
+ VERIFICATION:
+ Did the sample play correctly?
+
+plugin: user-interact-verify
+category_id: com.canonical.plainbox::codecs
+id: codecs/wav
+requires:
+ package.name == 'gstreamer0.10-plugins-good' or package.name == 'gstreamer1.0-plugins-good'
+ package.name == 'totem'
+ package.name == 'alsa-utils'
+command: totem /usr/share/sounds/alsa/Noise.wav
+_description:
+ PURPOSE:
+ This test will verify your system's ability to play Wave Audio files.
+ STEPS:
+ 1. Select Test to play a Wave Audio format file (.wav)
+ 2. Please close the player to proceed.
+ VERIFICATION:
+ Did the sample play correctly?
+