Age | Commit message (Expand) | Author | Files | Lines |
2010-04-23 | barrier cleanups: | mbligh | 1 | -1/+104 |
2010-04-21 | Add the ability to clear out known hosts file for a specific host, and | mbligh | 2 | -0/+22 |
2010-04-13 | Removing references to the 'Dead' host status | jamesren | 1 | -1/+1 |
2010-04-13 | When client state files can't be retrieved after a job the code shouldn't fai... | jadmanski | 1 | -1/+3 |
2010-04-09 | Expose args as a proper job property, fix up some unit tests. In the | jadmanski | 3 | -5/+7 |
2010-04-08 | Change server profilers to control themselves via a client | mbligh | 3 | -29/+36 |
2010-04-01 | enable server side test prebuild from autoserv | mbligh | 2 | -3/+79 |
2010-03-30 | Propagate user args to the client-side control file | mbligh | 1 | -0/+3 |
2010-03-23 | Fix a bug in the warning processor where we're supposed to be processing only... | jadmanski | 1 | -1/+1 |
2010-03-19 | server_job.run should only remove the uncollected_logs file if it created it.... | jadmanski | 1 | -1/+3 |
2010-03-19 | Config parsing needs to save off the IdentityFile values, not the host patter... | jadmanski | 1 | -2/+3 |
2010-03-19 | Add an option to disable/enable the use of ssh-agent with paramiko. On server... | jadmanski | 1 | -4/+7 |
2010-03-11 | I've split IPerf out into a control file and an iperf.py file, | mbligh | 3 | -25/+100 |
2010-03-11 | Add support to autoserv for a --control-filename parameter, to allow users to | mbligh | 3 | -4/+15 |
2010-03-11 | add missing files from previous commit | mbligh | 4 | -0/+213 |
2010-03-05 | Split netperf/netpipe control files out into tests | mbligh | 2 | -57/+16 |
2010-03-04 | Fix globbing to find remote python | mbligh | 1 | -1/+1 |
2010-03-04 | Change the paramiko_host.py key loader to also grab keys from ssh-agent. | jadmanski | 1 | -0/+6 |
2010-03-04 | Add support to the client logging config for optionally reading a log file | jadmanski | 2 | -62/+87 |
2010-02-19 | Add framework for Test Planner execution engine, and the supporting RPC | jamesren | 1 | -0/+11 |
2010-02-19 | I wanted some jobs to select the server side component based on a platform la... | mbligh | 1 | -0/+14 |
2010-02-12 | Move AUTOTEST_GB_DISKSPACE_REQUIRED to global.ini file | mbligh | 1 | -4/+7 |
2010-02-12 | Move the cli RPC authorization_headers code into rpc_client_lib. | jamesren | 2 | -7/+14 |
2010-02-04 | abstract_ssh.py: Write known hosts to temp filedescriptor | lmr | 2 | -13/+20 |
2010-01-29 | git-svn-id: svn://test.kernel.org/autotest/trunk@4178 592f7852-d20e-0410-864c... | mbligh | 1 | -2/+1 |
2010-01-27 | Change the job.postprocess_job_state to catch OSError and not IOError, since | mbligh | 1 | -1/+3 |
2010-01-26 | This is a follow up patch to abstract_ssh.py, which used to supress the | mbligh | 1 | -1/+1 |
2010-01-26 | Extract the server-side profiler result collection code into a separate metho... | mbligh | 1 | -12/+18 |
2010-01-25 | Basic support for "summary results" -- articifial test results that are expli... | showard | 1 | -1/+59 |
2010-01-20 | Fix IOError when server/hosts/monitors/site_console_patterns_override.py | showard | 1 | -1/+1 |
2010-01-15 | Catch (and ignore) more errors when waiting for a machine to reboot. | mbligh | 1 | -1/+1 |
2010-01-15 | Add a little check to see if packaging is actually being used. If it is don't... | mbligh | 1 | -1/+4 |
2010-01-15 | Fix bug introduced into paramiko_host by recent changes to selectively disabl... | showard | 1 | -8/+14 |
2010-01-15 | Add -o UserKnownHostsFile=/dev/null -o BatchMode=yes to ssh commands | mbligh | 1 | -4/+7 |
2010-01-12 | In autoserv, be more lenient when deciding if results exist. The problem was... | showard | 1 | -1/+4 |
2010-01-12 | Adds support to wait_down and wait_for_restart to watch for changed | jadmanski | 4 | -22/+58 |
2010-01-11 | Massive permission fix | lmr | 7 | -1/+1 |
2010-01-11 | Whenever a new SSH connection is initiated to an SSH host (run, send_file, | mbligh | 2 | -10/+99 |
2010-01-11 | Eliminate the last uses of the public state managment interface for | mbligh | 2 | -8/+4 |
2010-01-07 | move setup_job from server into client | mbligh | 1 | -125/+0 |
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 | 4 | -63/+61 |
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 | 3 | -17/+28 |
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 | 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 | The warning message when rsync fails back to scp is unnecessary, and | mbligh | 1 | -6/+0 |