summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2010-04-23barrier cleanups:mbligh1-1/+104
2010-04-21Add the ability to clear out known hosts file for a specific host, andmbligh2-0/+22
2010-04-13Removing references to the 'Dead' host statusjamesren1-1/+1
2010-04-13When client state files can't be retrieved after a job the code shouldn't fai...jadmanski1-1/+3
2010-04-09Expose args as a proper job property, fix up some unit tests. In thejadmanski3-5/+7
2010-04-08Change server profilers to control themselves via a clientmbligh3-29/+36
2010-04-01enable server side test prebuild from autoservmbligh2-3/+79
2010-03-30Propagate user args to the client-side control filembligh1-0/+3
2010-03-23Fix a bug in the warning processor where we're supposed to be processing only...jadmanski1-1/+1
2010-03-19server_job.run should only remove the uncollected_logs file if it created it....jadmanski1-1/+3
2010-03-19Config parsing needs to save off the IdentityFile values, not the host patter...jadmanski1-2/+3
2010-03-19Add an option to disable/enable the use of ssh-agent with paramiko. On server...jadmanski1-4/+7
2010-03-11I've split IPerf out into a control file and an iperf.py file, mbligh3-25/+100
2010-03-11Add support to autoserv for a --control-filename parameter, to allow users tombligh3-4/+15
2010-03-11add missing files from previous commitmbligh4-0/+213
2010-03-05Split netperf/netpipe control files out into testsmbligh2-57/+16
2010-03-04Fix globbing to find remote pythonmbligh1-1/+1
2010-03-04Change the paramiko_host.py key loader to also grab keys from ssh-agent.jadmanski1-0/+6
2010-03-04Add support to the client logging config for optionally reading a log filejadmanski2-62/+87
2010-02-19Add framework for Test Planner execution engine, and the supporting RPCjamesren1-0/+11
2010-02-19I wanted some jobs to select the server side component based on a platform la...mbligh1-0/+14
2010-02-12Move AUTOTEST_GB_DISKSPACE_REQUIRED to global.ini filembligh1-4/+7
2010-02-12Move the cli RPC authorization_headers code into rpc_client_lib.jamesren2-7/+14
2010-02-04abstract_ssh.py: Write known hosts to temp filedescriptorlmr2-13/+20
2010-01-29git-svn-id: svn://test.kernel.org/autotest/trunk@4178 592f7852-d20e-0410-864c...mbligh1-2/+1
2010-01-27Change the job.postprocess_job_state to catch OSError and not IOError, sincembligh1-1/+3
2010-01-26This is a follow up patch to abstract_ssh.py, which used to supress thembligh1-1/+1
2010-01-26Extract the server-side profiler result collection code into a separate metho...mbligh1-12/+18
2010-01-25Basic support for "summary results" -- articifial test results that are expli...showard1-1/+59
2010-01-20Fix IOError when server/hosts/monitors/site_console_patterns_override.pyshoward1-1/+1
2010-01-15Catch (and ignore) more errors when waiting for a machine to reboot.mbligh1-1/+1
2010-01-15Add a little check to see if packaging is actually being used. If it is don't...mbligh1-1/+4
2010-01-15Fix bug introduced into paramiko_host by recent changes to selectively disabl...showard1-8/+14
2010-01-15Add -o UserKnownHostsFile=/dev/null -o BatchMode=yes to ssh commandsmbligh1-4/+7
2010-01-12In autoserv, be more lenient when deciding if results exist. The problem was...showard1-1/+4
2010-01-12Adds support to wait_down and wait_for_restart to watch for changedjadmanski4-22/+58
2010-01-11Massive permission fixlmr7-1/+1
2010-01-11Whenever a new SSH connection is initiated to an SSH host (run, send_file,mbligh2-10/+99
2010-01-11Eliminate the last uses of the public state managment interface formbligh2-8/+4
2010-01-07move setup_job from server into clientmbligh1-125/+0
2010-01-06Thanks, here's a new patch that includes the hostname in thembligh1-13/+45
2010-01-06Add the ability to specify a config string marker in the nightlymbligh1-13/+26
2010-01-06More refactoring of the job state code to try and reduce duplication.mbligh4-63/+61
2010-01-05Style fix. The itertools import shouldn't be on a separate line.jadmanski1-2/+1
2010-01-05Add a new Archiving stage to the scheduler, which runs after Parsing. This s...mbligh3-17/+28
2009-12-30Ensure USER environment variable is always set within autoserv.mbligh1-1/+5
2009-12-30We like to setup autotest to work with a client (most likely embedded systems...mbligh1-0/+125
2009-12-29Reworked the server side profiling support to use barrier to synchronize mbligh4-213/+252
2009-12-29Makes two major changes to the status log processing in autotest.py:mbligh2-21/+104
2009-12-29The warning message when rsync fails back to scp is unnecessary, andmbligh1-6/+0