summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2009-04-01The enabling and disabling of warning messages unfortunately seems tojadmanski2-16/+16
2009-04-01Fix up the sysinfo install-and-run decorator try-finally structure tojadmanski1-3/+5
2009-04-01Add a network_destabilizing flag that tests can set to disablejadmanski1-4/+11
2009-03-26New version of the patch, I moved the logging config code right beforembligh2-12/+28
2009-03-25Fix up the server-side sysinfo collection (again) to make sure alljadmanski2-20/+41
2009-03-25Add support for explicitly removing tempdirs created on a host,jadmanski2-0/+12
2009-03-25Add support for running autoserv with a "--collect-crashinfo" flagjadmanski5-39/+67
2009-03-25Added sysinfo support to log pre and post iteration (currently it logsmbligh2-23/+93
2009-03-25Add repairing to the list of dead states.mbligh1-3/+4
2009-03-25Check and return ABORT state in poll_job_results().mbligh1-9/+19
2009-03-20As discussed on the mailing list, we implemented logging with a singleshoward6-41/+77
2009-03-19Always close the communication channel in paramiko, even when thejadmanski1-1/+1
2009-03-19Add some code to the server job and autotest classes to save off ajadmanski4-54/+109
2009-03-19Touch the status.log file when a server job starts, so that once ajadmanski2-15/+27
2009-03-19When exhausting paramiko's buffers after the remote process exists,jadmanski1-6/+4
2009-03-17Fixed a bug in an error message in Autotest. Looks like a chunk ofjadmanski1-2/+2
2009-03-11Multiple machines job results can't be parsed correctly due to missingmbligh1-0/+3
2009-03-10When trying to connect to a host with ParamikoHost, if all of thejadmanski1-0/+4
2009-03-09Moved server.hosts.ssh_host.PermissionDeniedError intombligh2-8/+7
2009-03-04Remove the double-quoting from the mkdir and rm commands being runjadmanski2-4/+4
2009-03-03Fix an issue with the automatic turning on of profilers from thejadmanski1-8/+17
2009-03-03Fixes a regression; we're not properly settingjadmanski1-0/+1
2009-03-03Clear out the contents of the autotest results dir when installing onjadmanski2-1/+9
2009-03-03Fix a type in server_job.py where we were pulling a site implementation outjadmanski1-1/+1
2009-03-02Making sure SSH key setup won't break previous autoserv behavior ofmbligh1-29/+29
2009-02-27When profilers are turned on from the server side and a client-sidejadmanski4-4/+33
2009-02-27Instead of just using the default id_rsa or id_dsa keyfiles injadmanski1-19/+74
2009-02-26Create job status only if the job has a host or a meta_host.mbligh1-2/+13
2009-02-26Add an option to not wait for sync before rebooting.mbligh1-4/+10
2009-02-26Revert previous patchmbligh1-10/+4
2009-02-26Add an option to not wait for sync before rebooting.mbligh1-4/+10
2009-02-26Replaced tabs with spaces.mbligh1-6/+6
2009-02-26Have autoserv_parser parse an empty argument list when initialized tombligh1-1/+7
2009-02-26Open the log files appending not truncating them. This should fix ambligh1-2/+2
2009-02-26Add a verify to confirm success of software repair (otherwise one canmbligh1-0/+7
2009-02-18Add in more crashinfo collection code so that that when a machinejadmanski2-3/+27
2009-02-17Summary: Fixing up automatic SSH key setup for the default SSHHost class.mbligh1-5/+7
2009-02-17Dynamically determine synch_count.mbligh1-2/+8
2009-02-17Fixed import of site_host.py which does not exist anymore in thembligh1-3/+8
2009-02-17Allow server.job.parallel_simple to use a results directory per host mbligh1-1/+1
2009-02-17Cleaned up some useless imports and moved autoser_parser actual argumentmbligh2-1/+1
2009-02-17Added client.bin.partition.get_unmounted_partition_list() function andmbligh1-25/+35
2009-02-12Ensure we run ssh_ping before trying sofware verification on thembligh2-1/+11
2009-02-12Misc cleanups for frontend.py and fix the way we determine which autotestmbligh1-39/+81
2009-02-12When we get a "test completed" signal from the client indicating thatjadmanski1-0/+1
2009-02-11Add job.enable_warnings and job.disable_warnings methods to the jobjadmanski6-20/+184
2009-02-11Add lockdep warning text to console_patternsjadmanski1-0/+30
2009-02-10Fix up the handling of remote paths when sending files to and fromjadmanski1-13/+15
2009-02-07More package clean up and removing large error messages that includedmbligh1-1/+1
2009-02-05Adds an autotestd and autotestd_monitor script to the Autotest clientjadmanski3-29/+127