- 312362c Fix reference to count_cpus in bash_shared_mapping by mbligh · 17 years ago
- 9e72298 Add support for running tests using some network containment through cpusets. by jadmanski · 17 years ago
- e9be8c3 When we launch subprocesses we should make sure they're using the 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
- c23051c Some fixes and minor cleanups as suggested by PyLint. by mbligh · 17 years ago
- 48aa55b Add test case for starving writes bug in as ioscheduler. by mbligh · 17 years ago
- c173a8b This patch adds the real_time_tests testsuite to autotest. by mbligh · 17 years ago
- 7f83c91 Combine sleeptest and kernbench to keep host up for ~3hrs by mbligh · 17 years ago
- ba46b27 Drop some information that was included in a JobError exception since by jadmanski · 17 years ago
- 8d01bfe The changes to the error hierarchy in rev 1732 break the UnhandledError by jadmanski · 17 years ago
- b48fa56 Add other test exit status according to the spec in: by mbligh · 17 years ago
- 509a50a This patch simply removes the rtlinuxtests test suite as it is outdated by mbligh · 17 years ago
- a75b90e Convert subdir_tag to string when concatenating. Fixes a problem when by mbligh · 17 years ago
- 15eff8d Added Name and other descriptive variables to the control files for kernbench. by mbligh · 17 years ago
- e01c2e5 Lets not insert a newline between every single character of the by jadmanski · 17 years ago
- 98a860d Control file updates for aborttest, aio_dio_bugs and aiostress 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
- 1afe1ea import re module also missing on bonnie test by mbligh · 17 years ago
- 4eb888c lint fixups for profilers by mbligh · 17 years ago
- 6f73136 Changes the semantics of UnhandledError. First, it takes in a root by jadmanski · 17 years ago
- ef84831 Risk: Low Visibility: Changes the errors throws by a bunch of tests. by jadmanski · 17 years ago
- c1f8ced Added a bit more coverage in the client/bin/job unittest. by mbligh · 17 years ago
- 78be24a Fix tests broken due to the import * and system/system_output changes. by mbligh · 17 years ago
- 7076b19 fix syntax error in locate by mbligh · 17 years ago
- 19f4945 Remove duplicate copy of _process_output by mbligh · 17 years ago
- 987071e Clean up locate by mbligh · 17 years ago
- 3246a77 Fix the use of autotest_utils functions in oprofile so the profiler by mbligh · 17 years ago
- 27d0cb9 Make sure that error messages from god are already displayed. 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
- e61037c Added some unit tests to test the barriers. Fixed a couple of minor bugs in barrier.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
- f48cc23 Hopefully the last massive cleanup. I removed all the old usage of "from common import" since this conflicts with our 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
- f817316 Previous the calls to expect_new on a mock_class_obj were not being recorded in the god. Now they are and so can 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
- 04428de This patch fixes this bug adding the '/jre' only to IBM's JVM. 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
- 5a192f0 Import re module missing in a few tests. by mbligh · 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
- 9434245 Add in a bunch of new mock utils, for mocking out stdout, stderr, exit, by jadmanski · 17 years ago
- 3d161b0 Move the mock libraries from client/unittest into client/common_lib/test_utils. by jadmanski · 17 years ago
- 526d054 Add optional params to CmdResult.__init__ to allow the attributes to be set by mbligh · 17 years ago
- 7aff6bd Risk: Low Visibility: All people raising CmdError exceptions by mbligh · 17 years ago
- 7e1b150 Properly space error.py according to coding style by mbligh · 17 years ago
- d996396 Miscellaneous fixes for cpu_hotplug test by mbligh · 17 years ago
- 2b7974b Risk: Low by mbligh · 17 years ago
- 0df8233 Need a way to mock out whole classes, and be able to know about instances of that mock class that are created in the method under test. 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
- 5e85f05 Oops. This shouldn't have been added. by jadmanski · 17 years ago
- 58f50c1 adds the and_raises functionality to mock by mbligh · 17 years ago
- 3d26d19 Add test container_twoway/control.onepair, as a customizable example of by mbligh · 17 years ago
- c8aaf5e Misspelling minor fix. by mbligh · 17 years ago
- 645308f Generic stubbing support for mock_god. by showard · 17 years ago
- 34d0117 Risk: Required by mbligh · 17 years ago
- c61fb36 Risk: Medium by mbligh · 17 years ago
- 9f85792 Risk: Required at this point by mbligh · 17 years ago
- 97a3cd6 Risk: Low Visibility: Adds a new comparator to the mock framework. by jadmanski · 17 years ago
- 1965dfa New options and automatic ssh key setup by mbligh · 17 years ago
- 8445dcb Risk: Low Visibility: Anyone writing their own (complicated) control files. 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
- 7f7ca56 I began to notice that most of the time when testing a method in a class, I often need to stub out by mbligh · 17 years ago
- c591de6 fixed a minor woops (checking euqlity of multiple args) and changed mock_demo.py so that it tests this case 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
- d93d7d2 Risk: Medium Visibility: Should improve error messages from failing commands. 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
- 6917887 Remove empty run_btreplay.sh by mbligh · 17 years ago
- c2ba751 After seeing that a handwritten ssh_host_mock was getting out of hand, decided to write a generic mock class that would by mbligh · 17 years ago
- cc54917 Risk: Medium by jadmanski · 17 years ago
- 153cc8b Attached is the patch for the libhugetlbfs client side test. by jadmanski · 17 years ago
- 1066297 Risk: Low by jadmanski · 17 years ago
- a859f26 Risk: Low by jadmanski · 17 years ago
- fa29a2a Remove all places where we are hardcoding python2.4 on the scripts by mbligh · 17 years ago