~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to checkbox-old/jobs/codecs.txt.in

  • Committer: Zygmunt Krynicki
  • Date: 2013-05-29 07:50:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2153.
  • Revision ID: zygmunt.krynicki@canonical.com-20130529075030-ngwz245hs2u3y6us
checkbox: move current checkbox code into checkbox-old

This patch cleans up the top-level directory of the project into dedicated
sub-project directories. One for checkbox-old (the current checkbox and all the
associated stuff), one for plainbox and another for checkbox-ng.

There are some associated changes, such as updating the 'source' mode of
checkbox provider in plainbox, and fixing paths in various test scripts that we
have.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: manual
 
2
name: codecs/ogg-vorbis
 
3
requires:
 
4
 package.name == 'gstreamer0.10-plugins-base' or package.name == 'gstreamer1.0-plugins-base'
 
5
 package.name == 'totem' and package.name == 'ubuntu-sounds'
 
6
command: totem /usr/share/sounds/ubuntu/stereo/system-ready.ogg
 
7
_description:
 
8
 PURPOSE:
 
9
    This test will verify your system's ability to play Ogg Vorbis audio files.
 
10
 STEPS:
 
11
    1. Click Test to play an Ogg Vorbis file (.ogg)
 
12
    2. Please close the player to proceed.
 
13
 VERIFICATION:
 
14
    Did the sample play correctly?
 
15
 
 
16
plugin: manual
 
17
name: codecs/wav
 
18
requires:
 
19
 package.name == 'gstreamer0.10-plugins-good' or package.name == 'gstreamer1.0-plugins-good'
 
20
 package.name == 'totem' and package.name == 'alsa-utils'
 
21
command: totem /usr/share/sounds/alsa/Noise.wav
 
22
_description:
 
23
 PURPOSE:
 
24
    This test will verify your system's ability to play Wave Audio files.
 
25
 STEPS:
 
26
    1. Select Test to play a Wave Audio format file (.wav)
 
27
    2. Please close the player to proceed.
 
28
 VERIFICATION:
 
29
    Did the sample play correctly?