autotest hosts its code at svn://test.kernel.org/autotest/trunk-old.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:autotest

See all merge proposals.

autotest has 7 active branches owned by 4 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:autotest
Series: trunk
1 Development 2010-10-21 21:14:47 UTC
4691. job.py: check mounted partitions acro...

Author: lmr
Revision Date: 2010-10-21 21:14:47 UTC

job.py: check mounted partitions across reboots by uuid

On my system, when I booted from a 2.6.29 kernel to a 2.6.30 kernel, the
scan order of devices changed, and what was sda became sdc. This
confused autotest, which then printed out the following error and failed
the job:

ABORT build reboot.verify_config timestamp=1287536803
localtime=Oct 19 21:06:43 mounted partitions are different after
reboot (old entries: set([('/dev/sdc3', '/'), ('/dev/sdc1', '/boot'),
('/dev/sdc2', None)]), new entries: set([('/dev/sda3', '/'),
('/dev/sda1', '/boot'), ('/dev/sda2', None)])) END ABORT

I modified job.py to check the uuids of the mounted file systems instead
of the devices themselves. This resolved the issue in my environment.

Changes from v1:
- Refactored the steps to get the mount info
- Replaced the subprocess call with autotest API

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>

lp:~vcs-fast-import-devs/autotest/trunk 1 Development 2011-09-15 14:54:20 UTC
5385. scheduler.drones_unittest: Remove the...

Author: lmr
Revision Date: 2011-09-15 14:54:20 UTC

scheduler.drones_unittest: Remove the last sneaky py 2.4 ref

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>

lp:~mvo/autotest/gui-upgrades 1 Development 2010-03-18 15:52:58 UTC
3906. update 8.04 -> 10.04 stepmaker profiles

Author: egon
Revision Date: 2010-03-18 15:52:58 UTC

update 8.04 -> 10.04 stepmaker profiles

lp:~hggdh2/autotest/automated-ubuntu-server-tests 1 Development 2010-03-04 19:54:19 UTC
3902. there is no make_html_report.py, path...

Author: C de-Avillez
Revision Date: 2010-03-04 19:54:19 UTC

there is no make_html_report.py, path adjustments

lp:~ara/autotest/automated-ubuntu-server-tests 1 Development 2010-03-03 12:52:27 UTC
3899. Merged from autotest trunk. Fixed Ubu...

Author: Ara
Revision Date: 2010-03-03 11:32:31 UTC

Merged from autotest trunk. Fixed Ubuntu config file

lp:~soren/autotest/automated-ubuntu-server-tests 1 Development 2010-02-04 20:17:10 UTC
3898. Merge with upstream.

Author: Soren Hansen
Revision Date: 2010-02-04 20:17:10 UTC

Merge with upstream.

lp:~soren/autotest/autotest.liveediting 1 Development 2010-01-11 13:58:04 UTC
3884. First, primitive stab at providing "l...

Author: Soren Hansen
Revision Date: 2010-01-11 13:57:00 UTC

First, primitive stab at providing "live editing" of steps files. Adds a button to the stepmaker gui to load a step from the existing steps file.

17 of 7 results
You can't create new branches for autotest.