2
name: install/apt-get-gets-updates
3
requires: package.name == 'apt'
5
command: apt-get -d -y --force-yes dist-upgrade
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.
12
name: install/oem-config
13
requires: package.name == 'oem-config-gtk' and package.name == 'python-xpresser'
15
environ: CHECKBOX_SHARE
16
command: oem_config_test -u 'testaccount1' -p 'testaccount1' -d $CHECKBOX_SHARE/data/images/oem-config/
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.