index
:
~alon/autotest
master
spice
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-13
Replaced os.environ['HOME'] usage with os.path.expanduser() to not fail
mbligh
1
-1
/
+1
2009-05-13
Modify the way we handle profile_only to now be a boolean that does not modify
mbligh
2
-30
/
+39
2009-05-13
Remove the get_system_nodes() method from base_utils as it does not work in a...
mbligh
1
-6
/
+0
2009-05-13
Exposed an interface for adding before_iteration_hooks and
mbligh
2
-24
/
+51
2009-05-13
Summary: Converting the remaining print statements on job.py to
mbligh
1
-14
/
+14
2009-05-13
Summary: Simple conversion of one print statement on base_sysinfo
mbligh
1
-2
/
+2
2009-05-13
Collect per-iteration sysinfo into the test sysinfo directory, not the
jadmanski
1
-4
/
+4
2009-05-12
fixed imports.
mbligh
1
-1
/
+1
2009-05-12
bad import.
mbligh
1
-4
/
+2
2009-05-12
partition is in the autotest tree so the import should reflect that.
mbligh
1
-3
/
+1
2009-05-12
Summary: If autotest is not running with the --continue flag, delete
mbligh
1
-0
/
+5
2009-05-11
Break out filesystem setup and cleanup code. Add a utility
mbligh
1
-9
/
+69
2009-05-11
Added utils.get_relative_path() to compute the path of an absolute path
mbligh
3
-1
/
+57
2009-05-06
Fix up a possible race in the profiler startup; have the server
jadmanski
1
-7
/
+15
2009-05-02
Make mock.py fail fast when an unexpected call occurs by throwing an exception.
showard
1
-1
/
+11
2009-05-01
Moved to the new logging.
mbligh
1
-56
/
+48
2009-05-01
Summary - A couple of LTP module bugfixes
mbligh
2
-2
/
+2
2009-05-01
Summary: Make the prefix format for the log files generated by tests
mbligh
1
-1
/
+1
2009-05-01
Do the Python < 2.4 switcheroo before importing modules that may not
mbligh
1
-9
/
+18
2009-05-01
We now store the failures due to constraints and dont raise
mbligh
2
-5
/
+24
2009-05-01
Fixed the default command value to make utils.CmdResult().__repr__() work.
mbligh
1
-1
/
+1
2009-05-01
Add missing mock god check playback and fix the test.
showard
1
-2
/
+3
2009-04-29
Monkey patch the logging module to make debugging poorly written
showard
2
-1
/
+91
2009-04-28
Modified import_site_class() to not wrap baseclass with a local dummy
mbligh
2
-11
/
+14
2009-04-28
Add a method to get the number of logical cores per cpu socket on a machine.
mbligh
1
-0
/
+13
2009-04-24
Add a missing import of error to oprofile.
jadmanski
1
-0
/
+2
2009-04-24
Change the client, babysitter, scheduler logging configs to append to
jadmanski
1
-1
/
+1
2009-04-22
New (and much more complex) version of the collect rpm -qa patch.
jadmanski
2
-1
/
+35
2009-04-21
Only write a job keyval out if there isn't already a keyval with
jadmanski
2
-10
/
+20
2009-04-17
Add systemtap test
mbligh
2
-0
/
+108
2009-04-17
This is the second CL relating to a re-implementation of how
mbligh
2
-6
/
+35
2009-04-17
Add dejagnu as a dependency
mbligh
3
-0
/
+30
2009-04-17
Update oprofile to version 0.9.4
mbligh
3
-3
/
+3
2009-04-17
Build oprofile in parallel, it takes a while and I got tired of waiting when
mbligh
1
-1
/
+1
2009-04-17
Add systemtap as a dependency. Some tests may want to use tapsets for
mbligh
4
-0
/
+40
2009-04-17
Don't specify an absolute path in os.path.join, otherwise it wont work
mbligh
1
-2
/
+2
2009-04-17
Raise an AutotestError instead of the default. We end up with a pretty
mbligh
1
-1
/
+1
2009-04-17
Moved the part of initialize() that needs to execute after setup() to be
mbligh
1
-26
/
+50
2009-04-17
Fix a typo in the join_bg_jobs function.
mbligh
1
-1
/
+1
2009-04-17
Move update checksum out of upload_pkg_parallel this shouldn't be done in par...
mbligh
1
-7
/
+7
2009-04-17
Move server import only into the upload section as a temporary fix for being ...
mbligh
1
-1
/
+2
2009-04-17
Package upkeep
mbligh
1
-28
/
+141
2009-04-09
This gives us fixed width, and saves some space.
mbligh
1
-2
/
+2
2009-04-09
New prefix for file logging
mbligh
1
-1
/
+2
2009-04-08
Remove duplicate kernel boot parameters given to boottool.add_kernel.
mbligh
1
-29
/
+51
2009-04-08
Added support in client.bin.base_job.__init__ to copy kernel boot
mbligh
2
-4
/
+31
2009-04-03
If any of the autotestd_monitor child processes die, the monitor
jadmanski
1
-0
/
+5
2009-04-01
Add warning to host_protections to inform developers of the consequences of c...
mbligh
1
-0
/
+9
2009-04-01
Add write_pid to common code
mbligh
1
-0
/
+16
2009-04-01
The enabling and disabling of warning messages unfortunately seems to
jadmanski
1
-0
/
+3
[next]