Age | Commit message (Expand) | Author | Files | Lines |
2010-01-11 | Massive permission fix | lmr | 144 | -8/+7 |
2010-01-11 | Finish change meant for changeset:4088 | lmr | 4 | -919/+0 |
2010-01-11 | Some people have raised questions about the GPLv2 vs v3 compatibility with | mbligh | 1 | -0/+3 |
2010-01-11 | Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> | mbligh | 4 | -4/+4 |
2010-01-11 | Remove the bundled version of simplejson on the autotest | mbligh | 4 | -3/+15 |
2010-01-11 | Whenever a new SSH connection is initiated to an SSH host (run, send_file, | mbligh | 3 | -10/+102 |
2010-01-11 | Eliminate the last uses of the public state managment interface for | mbligh | 6 | -95/+50 |
2010-01-11 | Modified lmbench3 to have a separate configuration step and to consider | mbligh | 2 | -48/+128 |
2010-01-10 | KVM-test: guest_s4 subtest: Tune up timeout value for `set_s4_cmd' command | lmr | 1 | -1/+2 |
2010-01-10 | KVM-test: linux_s3 subtest: Tune up timeout for suspend command | lmr | 1 | -1/+2 |
2010-01-10 | KVM-test: Convert drift to absolute value when comparing with threshold | lmr | 1 | -3/+3 |
2010-01-08 | Update make_clean script under client/tool so it does not print annoying | mbligh | 1 | -2/+2 |
2010-01-07 | move setup_job from server into client | mbligh | 2 | -125/+69 |
2010-01-06 | Thanks, here's a new patch that includes the hostname in the | mbligh | 1 | -13/+45 |
2010-01-06 | Add the ability to specify a config string marker in the nightly | mbligh | 1 | -13/+26 |
2010-01-06 | More refactoring of the job state code to try and reduce duplication. | mbligh | 11 | -266/+455 |
2010-01-06 | This patch upgrade ltp to the latest version | mbligh | 5 | -42/+21 |
2010-01-05 | add missing file from rev 4027 | mbligh | 1 | -0/+8 |
2010-01-05 | Fix up the 003_misc_rpc_features.txt doctest. For some reason svn rev | jadmanski | 1 | -2/+4 |
2010-01-05 | Style fix. The itertools import shouldn't be on a separate line. | jadmanski | 1 | -2/+1 |
2010-01-05 | Add a new Archiving stage to the scheduler, which runs after Parsing. This s... | mbligh | 11 | -191/+274 |
2010-01-05 | The recent gcc had dropped support of -fforce-mem and it was turned on by def... | mbligh | 2 | -0/+40 |
2009-12-30 | Remove a redundant method declaration that I foolishly added in a recent change. | showard | 1 | -2/+0 |
2009-12-30 | Ensure USER environment variable is always set within autoserv. | mbligh | 1 | -1/+5 |
2009-12-30 | We like to setup autotest to work with a client (most likely embedded systems... | mbligh | 1 | -0/+125 |
2009-12-29 | Add missing __init__.py. | showard | 1 | -0/+0 |
2009-12-29 | Reworked the server side profiling support to use barrier to synchronize | mbligh | 4 | -213/+252 |
2009-12-29 | Makes two major changes to the status log processing in autotest.py: | mbligh | 2 | -21/+104 |
2009-12-29 | Set a ulimit on monitor_db to prevent it and all of its subprocesses from | mbligh | 1 | -2/+3 |
2009-12-29 | Chrome OS can't figure out init level like this. Assume it's 2 in case | mbligh | 1 | -1/+3 |
2009-12-29 | This should have been a separate change. Reverting, together with lmr's fix. | mbligh | 1 | -3/+1 |
2009-12-29 | Whether you use scp -p or not, scp'ing a file with read-only permissions | mbligh | 1 | -1/+1 |
2009-12-29 | The warning message when rsync fails back to scp is unnecessary, and | mbligh | 1 | -6/+0 |
2009-12-29 | Fix comments in abstract_ssh.py per CODING_STYLE | mbligh | 1 | -14/+28 |
2009-12-27 | KVM test: No need close session when login timeout II | lmr | 2 | -2/+3 |
2009-12-27 | KVM test: No need close session when login timeout | lmr | 1 | -1/+2 |
2009-12-27 | KVM test: Fixup memory size shown in 'GB' in get_memory_size | lmr | 1 | -1/+5 |
2009-12-27 | KVM test: warn about corrupt PPM files after each test | lmr | 1 | -0/+5 |
2009-12-27 | KVM test: add proper prefixes to image, iso and step file paths | lmr | 2 | -6/+11 |
2009-12-27 | KVM test: physical_resources_check subtest: Fix 'mem_chk_cmd' for rhel3.9 | lmr | 1 | -0/+4 |
2009-12-23 | Remove -p flag from autoserv scp | mbligh | 1 | -1/+1 |
2009-12-23 | Overhaul how we deal with related data in TKO -- test labels, test attributes... | showard | 32 | -1213/+1183 |
2009-12-23 | Fix client/bin/job_unittest.py, broken by SVN r3976 | lmr | 1 | -2/+2 |
2009-12-23 | KVM test: subtest stress_boot: Fix a bug that cloned VMs are not screendumped | lmr | 1 | -5/+3 |
2009-12-23 | KVM test: build subtest (koji): turn lists into strings and vice versa | lmr | 1 | -7/+10 |
2009-12-23 | KVM test: autotest subtest - avoid dependencies on symlinks | lmr | 1 | -27/+48 |
2009-12-23 | KVM test: Change the default file name used by kvm_config.py | lmr | 1 | -1/+1 |
2009-12-23 | Add test case for aborting a synchronous job while it's throttled in the Star... | showard | 1 | -5/+30 |
2009-12-23 | Change URLconfs to collect results of calling patterns(), rather than collect... | showard | 5 | -31/+31 |
2009-12-23 | Update to Django 1.1.1. I want to use a new feature for my RESTful interface... | showard | 5 | -57/+15 |