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

« back to all changes in this revision

Viewing changes to checkbox-old/jobs/install.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: shell
 
2
name: install/apt-get-gets-updates
 
3
requires: package.name == 'apt'
 
4
user: root
 
5
command: apt-get -d -y --force-yes dist-upgrade
 
6
_description: 
 
7
 Tests to see that apt can access repositories and get updates (does
 
8
 not install updates). This is done to confirm that you could recover
 
9
 from an incomplete or broken update.
 
10
 
 
11
plugin: shell
 
12
name: install/oem-config
 
13
requires: package.name == 'oem-config-gtk' and package.name == 'python-xpresser'
 
14
user: root
 
15
environ: CHECKBOX_SHARE
 
16
command: oem_config_test -u 'testaccount1' -p 'testaccount1' -d $CHECKBOX_SHARE/data/images/oem-config/
 
17
_description: 
 
18
 Tests oem-config using Xpresser, and then checks that the user has been created successfully.
 
19
 Cleans up the newly created user after the test has passed.