~mvo/software-center/lp1034894-again

3083.2.6 by Michael Vogt
imporve README a bit
1
= Background =
2
3
The testsuite is automatically run on the any a server that is
4
responsible for running the DEP8 enabled testsuites for the
5
debian packages.
6
7
== Running locally ==
8
9
To test locally in a local VM:
10
11
Build a VM that the tests can be run inside:
12
$ bzr co lp:auto-package-testing
13
$ cd auto-package-testing/bin
14
$ ./prepare-testbed -r quantal i386
15
[downloads 200mb data and takes a long time to finish]
16
$ ./run-adt-test software-center
17
3083.2.7 by Michael Vogt
more documentation updates
18
Login into the VM once and remove cloud-init to prevent
19
delay on startup.
3083.2.6 by Michael Vogt
imporve README a bit
20
3083.2.7 by Michael Vogt
more documentation updates
21
Or login into the VM itself:
22
$ kvm -snapshot -m 1024 /tmp/adt/disks/pristine-quantal-i386.img
23
[wait a long time, login as ubuntu/ubuntu]
24
$ bzr co lp:software-center
3083.2.6 by Michael Vogt
imporve README a bit
25
# adt-run --built-tree=. --- adt-virt-null
3083.2.3 by Michael Vogt
add readme how to test
26