- a9a87a6 Fixed job_unittest failures to account for new argumnets that are being passed to created containers. by mbligh · 17 years ago
- f3d9b04 Fix some circular dependency issues in the job<->site_job setup in client/bin. by jadmanski · 17 years ago
- 75c0b71 Add support for running tests using some disk I/O containment through cpusets. by jadmanski · 17 years ago
- 9e72298 Add support for running tests using some network containment through cpusets. by jadmanski · 17 years ago
- edf89f3 Changed some internal methods of package to start with a single '_' rather by mbligh · 17 years ago
- 6ca37b6 Added more tests to job_unittest. Had to ensure that some of the classes that by jadmanski · 17 years ago
- ba46b27 Drop some information that was included in a JobError exception since by jadmanski · 17 years ago
- b48fa56 Add other test exit status according to the spec in: by mbligh · 17 years ago
- a75b90e Convert subdir_tag to string when concatenating. Fixes a problem when by mbligh · 17 years ago
- 3aa22da Add in from autotest_lib.client.common_lib.utils import * to the job preamble by mbligh · 17 years ago
- 6f73136 Changes the semantics of UnhandledError. First, it takes in a root by jadmanski · 17 years ago
- c1f8ced Added a bit more coverage in the client/bin/job unittest. by mbligh · 17 years ago
- 7076b19 fix syntax error in locate by mbligh · 17 years ago
- 987071e Clean up locate by mbligh · 17 years ago
- e3f2f71 Remove an 80-char line violation. by jadmanski · 17 years ago
- 925e1b1 Risk: Medium Visibility: None by mbligh · 17 years ago
- 1c9b1d2 Remove custom basename implementation unearthed by jorlow by mbligh · 17 years ago
- 23955fc I ran PyLint on our client/bin/ files and looked at only the errors. by mbligh · 17 years ago
- 24e66a2 Fix uses of non-existant variables in test_config.py by mbligh · 17 years ago
- 4046d5c Cleanup harness so that we don't use exec to make pylint happy (and by mbligh · 17 years ago
- 539d876 Fixed another woops. The path laid out in the preamble is wrong. by mbligh · 17 years ago
- 6aab8cd Delete grub.py which has since been replaced by boottool, which hasn't by mbligh · 17 years ago
- 4700d94 the line "import common" is used to setup the absolute paths so that after that we can say things like by mbligh · 17 years ago
- b4ea9d2 Have to call import optparse after the call to import common, since by mbligh · 17 years ago
- d356bae kernel_versions_unittest was performing a "from blah import *" import which is against our style usage. by mbligh · 17 years ago
- 70feeee Needed to fix problems caused by the use of the old import usage which has by mbligh · 17 years ago
- 5bba5ca add missing file from last commit by mbligh · 17 years ago
- 6e83b6f Had to change a few classes to be new style python classes. This is done since by mbligh · 17 years ago
- f20b9cd Fixed the imports for the profilers. by mbligh · 17 years ago
- 8b35285 Manual whitespace cleanups and coding style fixes by mbligh · 17 years ago
- bd8f998 more manual whitespace cleanups by mbligh · 17 years ago
- 3cbb2db remove old autotest.py by mbligh · 17 years ago
- 1544080 Whitespace changes to job.py by mbligh · 17 years ago
- 9e6a4f1 whitespace cleanups to kernel.py by mbligh · 17 years ago
- 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 17 years ago
- 6e66c07 Add in a variety of files that were mistakenly not commited from the patches by jadmanski · 17 years ago
- b0605d9 Fix up a few bits of whitespace silliness, unnecessary/missing newlines, etc. by jadmanski · 17 years ago
- 2b7974b Risk: Low by mbligh · 17 years ago
- ba07f6d kernel_versions.version_encode mis-sorts _rcNN suffix in redhat-style kernel names. by mbligh · 17 years ago
- d660afe Add support for tagging subdirs independently of the testname tags. by mbligh · 17 years ago
- c8aaf5e Misspelling minor fix. by mbligh · 17 years ago
- 34d0117 Risk: Required by mbligh · 17 years ago
- c61fb36 Risk: Medium by mbligh · 17 years ago
- beb4b42 A previous patch altered client/bin/test.py and broke every test. The reason by mbligh · 17 years ago
- 8cd6ab3 Risk: Low Visibility: Fixes a source of autotest_client crashes by jadmanski · 17 years ago
- 0e6192a Risk: High by mbligh · 17 years ago
- e829ba5 Risk: Medium to high (Touches a lot of code) by mbligh · 17 years ago
- 02ff2d5 Risk: Medium - Hits quite a bit of different areas by mbligh · 17 years ago
- 33dbc91 Cleanups for kernel.py from Scottz by mbligh · 17 years ago
- 9fb37cb Cleanups for autotest_utils.py from Scottz by mbligh · 17 years ago
- 8f4d043 Creates job.next_step_append whose behavior matches that of the current by mbligh · 17 years ago
- b274ef5 This change allows steps (think 'step engine') to be composed with a by mbligh · 17 years ago
- 8d6295d Risk: Low Visibility: Code cleanup by jadmanski · 17 years ago
- cf8c4d6 Risk: Low by jadmanski · 17 years ago
- c1cbc99 1. Enable job tags to be passed from the server side (basically use the -t option available on the client side to be passed in from the server) by mbligh · 17 years ago
- 1066297 Risk: Low by jadmanski · 17 years ago
- a859f26 Risk: Low by jadmanski · 17 years ago
- 68009c8 Tested with unit test and control file. Checked that the container by mbligh · 17 years ago
- 5182e16 Risk: Low by jadmanski · 17 years ago
- 87cbc7f Nested calls to job.new_container fail. Change default for root arg to be by jadmanski · 17 years ago
- 916d600 Default memory size for new containers is too large. The default container by jadmanski · 17 years ago
- 8ea61e2 1. Removed the system() and system_output() implementations from client/bin/autotest_utils.py so that the ones in common_lib/utils.py are used throughout. by mbligh · 17 years ago
- 8415f96 Add disk usage monitoring to tests. This triggers a WARN if, during by jadmanski · 17 years ago
- a9c75c4 Run client-side reboots in a test group, and include information by jadmanski · 17 years ago
- 302482e Add a new status field called TEST_NA (in addition to PASS and FAIL). by mbligh · 17 years ago
- f1ae0a4 Rename the step engine's steps variable to __steps so that no one by mbligh · 17 years ago
- 366ff1b Make the step engine more powerful and add a soft-reboot test that uses it by mbligh · 17 years ago
- 12a04cb Make the step engine more powerful and add a soft-reboot test that uses it by mbligh · 17 years ago
- fddfae7 Make sysctl_kernel() take integers as input & output. by mbligh · 17 years ago
- 5d423ca More fixes for extract_tarball by mbligh · 17 years ago
- 337bb76 Clean up a bunch of cpuset code (e.g. move some methods out into by mbligh · 17 years ago
- 87019f1 Fix extract_tarball to work correctly and return the first created dir, by mbligh · 17 years ago
- 76005f9 Add routines cpuset.my_mem_nodes(), mbytes_per_mem_node(), and my_container_name(). by mbligh · 17 years ago
- 88b4536 add missing __init__.py. Doh! by mbligh · 17 years ago
- 0ccc1b0 This patch also requires adding an empty client/bin/__init__.py file. by mbligh · 17 years ago
- caa62c2 Implemented hooks for external logging infrastructure for storing both server-side and client-side logs. by mbligh · 17 years ago
- 530204b Change extract_tarball to return directory correctly using regex by mbligh · 17 years ago
- 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 17 years ago
- 6e0afbb Make package.convert() on package.py to actually return the absolute path for the converted package. by mbligh · 17 years ago
- 9eacaba Fixing debian support for LSB testing by mbligh · 17 years ago
- 9ea5260 If someone calls run_test with a container arg but no root specified, by mbligh · 17 years ago
- 558885e Partial implementation of a sysctl_kernel() to get the free and total memory by mbligh · 17 years ago
- 1fc7ba1 Change job.new_container to just use root='' as the default. by mbligh · 17 years ago
- de0d47e Move read_keyval from the client utils to the common utils. by mbligh · 17 years ago
- 96ffb9b Added output option to pipe command function. by mbligh · 17 years ago
- 61432f4 client: kernelexpand: test for exceptions on failure to map by apw · 17 years ago
- 3745169 client: kernelexpand -- handle no mirrors being defined by apw · 17 years ago
- 12c0d30 client: kernelexpand -- minor fix to map a.b.c.d versions by apw · 17 years ago
- c9b353f client: kernelexpand -- ensure we error if we cannot convert the name by apw · 17 years ago
- 6e68474 Allow someone to specify a root container of ''. by mbligh · 17 years ago
- b7fd270 Add kernel information to reboot.verify logging, and add support to by mbligh · 17 years ago
- 6f05d89 Fixes several more cpuset issues. by mbligh · 17 years ago
- 5bb3e26 Changed error messages tested by running container tests on virgin machines by mbligh · 17 years ago
- 38a4a11 Remove some Perforce references that in practice we never use, and that by mbligh · 17 years ago
- 4bc5f6c Remove the check generates a warning if more than 5MB of disk is used by mbligh · 17 years ago
- 5285a2d Change the client-side exit status handling to be consistent with the by mbligh · 17 years ago
- 6dee37f The kernelexpand method sometimes returns a list, and sometimes by mbligh · 17 years ago
- e9901bd Take out the diskspace warning in job.__init__, it just duplicates by mbligh · 17 years ago
- 0144e5a Move the free-space-on-root check up so that it occurs "inside" the by mbligh · 17 years ago
- 45fd7c6 If we don't use df -P, we can get line breaks on long device names, by mbligh · 17 years ago