~canonical-platform-qa/ubuntu-test-cases/fix-desktop-tests

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is a branch to run smoke tests for desktop images (i386/amd64)

To use it, the utah-client package must be installed. After that, the client
can be launched in any of the following ways:

- Launchpad url
utah -r lp:ubuntu-test-cases/desktop/runlists/default.run

- master.run downloaded
utah -r <path to runlist file>

This requires to download the runlist file manually to use it.

To work with a local branch, the UTAH_BRANCH environment varible should be set
to a URL that can be understood by the `bzr export` command, so that the test
suites are downloaded from that branch instead of from launchpad. For example:
export UTAH_BRANCH=bzr+ssh://127.0.0.1/home/user/code/bzr/utah/desktop