summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2011-06-21client/common_lib/hosts/base_classes.py: Unify host up/down timeouts and expo...lmr1-16/+17
2011-06-21server/crashcollect.py: Add control for crash collection timeout to global_co...lmr1-1/+7
2011-06-21server/hosts/abstract_ssh.py: Allow for site extension of base ssh commandlmr1-2/+7
2011-05-25server/autotest.py: Fixing a couple of minor exception formatting errorslmr1-3/+3
2011-04-19Fixed unit test for server/autotest.pylmr1-1/+1
2011-04-18server/autotest.py: Refactor code for site modificationlmr1-7/+10
2011-03-24job: Remove non-existant parameter on generate_control_file calls (Fix #47)lmr1-2/+1
2011-02-21Fix Wrong 4th argument in call to self.job.record()lmr1-1/+1
2011-02-16Fixed hardcoded "four hours" info messagelmr1-2/+2
2011-02-04IGTTOU was causing a hang in terminals with tostop set (which seems to be the...ericli1-0/+3
2011-01-06autoserv: improve command-line error handlinglmr2-9/+5
2010-12-28server: fix logfile following to use ssh username and portlmr2-18/+19
2010-12-28server: Only use client autotest directory if it is writablelmr2-0/+4
2010-12-28server: Store copy of /var/log/messages into /var/tmp insteadlmr1-1/+1
2010-12-28server: simplify parse_machine and add a test caselmr2-28/+42
2010-12-28server: use parse_machine directly inside create_host()lmr7-23/+8
2010-12-21server/hosts/remote.py: Look for the previous boot_id in all caseslmr1-0/+1
2010-11-27Making the barrier test work on the serverlmr1-15/+23
2010-11-27Cleaning up and using the base code for the hostlmr2-4/+31
2010-11-24pass SSH options into SSHHostlmr3-5/+9
2010-11-22pass SSH options into SSHHostlmr1-2/+5
2010-11-11Adds a barriertest_2client server side test that tests barrierlmr1-0/+44
2010-11-08Adding the drone to the keyval filelmr1-1/+2
2010-11-08Massive permission and indentation fix on the autotest treelmr3-4/+3
2010-10-19server/frontend.py: Add support for passing in a kernel command linelmr1-4/+16
2010-10-12server/git_kernel.py - Allow to specify a builddir for GitKernellmr1-0/+2
2010-10-08Replicate the weburl default set on the GitKernel classlmr1-1/+1
2010-10-08server/git_kernel.py: Revert change made on r4811lmr1-1/+3
2010-10-06Fix use of rsync in server/hosts/abstract_ssh.pylmr1-0/+1
2010-09-26server/git_kernel.py - Use the correct base directorylmr1-4/+2
2010-09-26server/git_kernel.py - Fix __init__ call in GitKernellmr1-1/+1
2010-09-16[PATCH] Read all labels from host_keyvals file and handle the commaericli1-1/+16
2010-09-15Introduce common_lib.revision_controllmr2-135/+20
2010-09-14Fix for r4780 - server/git.py GitRepo extensionlmr1-1/+1
2010-09-14Add support to the parser and server job for logging the result of an exceptionjadmanski1-1/+3
2010-09-13server/git.py server/git_kernel.py: Coding style cleanuplmr2-75/+109
2010-09-13server/git.py: Simplify methods get_local_head and get_remote_headlmr1-56/+20
2010-09-13server/git.py server/git_kernel.py: GitKernel checkout extensionlmr2-8/+127
2010-08-25server/hosts/remote.py: Adding a flag to allow halting before powercyclinglmr2-1/+11
2010-08-20server/autotest.py: Make an error message become an info messagelmr1-4/+3
2010-07-28Makes some changes to the partitioning code and the autotest.py code to make ...jadmanski2-19/+20
2010-07-19Add in a run_test mixin for host objects that allows you run a clientjadmanski3-1/+69
2010-06-25Change autotest to not log Autotest.installjadmanski1-2/+0
2010-06-17Put the continuous parsing hooks into the refactored job.record code.jadmanski1-2/+3
2010-06-17Add some debug logging to the Host.wait_up method.jadmanski1-0/+3
2010-06-11Restores proper support for handling unexpected client terminationsjadmanski2-16/+30
2010-06-11Refactor the server_job code to use the base_job implementation ofjadmanski3-233/+86
2010-06-11Add the hostname to the 'unexpected final status message from client'jadmanski1-1/+1
2010-06-04Expose max_runtime_hrs create_job() RPC argument tojamesren1-2/+4
2010-05-27get_boot_id to return None when not supported by the kernel.mbligh1-0/+2