1. 12b4558 Massive permission fix by lmr · 15 years ago
  2. 9de6ed7 Eliminate the last uses of the public state managment interface for by mbligh · 15 years ago
  3. 91e3c4d move setup_job from server into client by mbligh · 15 years ago
  4. fc3da5b More refactoring of the job state code to try and reduce duplication. by mbligh · 15 years ago
  5. d00f182 Chrome OS can't figure out init level like this. Assume it's 2 in case by mbligh · 15 years ago
  6. b0cb9a0 This should have been a separate change. Reverting, together with lmr's fix. by mbligh · 15 years ago
  7. 172ffd2 Whether you use scp -p or not, scp'ing a file with read-only permissions by mbligh · 15 years ago
  8. 27a3ae0 Fix client/bin/job_unittest.py, broken by SVN r3976 by lmr · 15 years ago
  9. fbf73ae Refactor all of the persistent state managing code in the client job by mbligh · 15 years ago
  10. ee87d4d Make crash handler script executable, remove an end mark from a sentence on test.py by lmr · 15 years ago
  11. da8fb97 Fix autotest client when checking only client from svn by lmr · 15 years ago
  12. 8374340 Fixing autotest client stand alone runs by lmr · 15 years ago
  13. 21a5dce Adding a KVM profiler to autotest by lmr · 15 years ago
  14. 61b47b4 Control file for KVM kernel module load/unload by lmr · 15 years ago
  15. d65ad8b From: Gustavo Rahal<grahal@linux.vnet.ibm.com> by mbligh · 15 years ago
  16. dfdd45c Added per boot sysinfo logging of /proc/mounts as "proc_mounts" by mbligh · 15 years ago
  17. ef0ac74 A script to start and stop programs as daemons. by mbligh · 15 years ago
  18. 3d1b0b6 Make client behavior configurable by lmr · 15 years ago
  19. 1104cd1 Fix kernel_unittest breakage from SVN rev 3905. by showard · 15 years ago
  20. 6f6afd1 Reverting revision 3917. This introduces problems since the global config by jadmanski · 15 years ago
  21. 38b2a85 Right now autotest will drop caches between: by mbligh · 15 years ago
  22. 0d0f67d Create a base_job class in the common library as a location to by mbligh · 15 years ago
  23. e6bc5b9 Yet another grep adjustment for process_is_alive() by mbligh · 15 years ago
  24. eaa75e5 Fixed support for source kernels in generated control files (using the by mbligh · 15 years ago
  25. 3c0ea96 Added common_lib.hosts.Host.cleanup_kernels and some functions it's using. by mbligh · 15 years ago
  26. 508cbf6 Recent improvements to kbuild infrastructure included in linux-next tree moves by mbligh · 15 years ago
  27. 55e2d63 Speed up drop_caches() by eliminating unnecessary 2nd sync. by mbligh · 15 years ago
  28. 8e62be1 This changes LocalHost and ParamikoHost to handle command timeouts by showard · 15 years ago
  29. 8904d6f Use shutil.move to move result files in job.py by lmr · 15 years ago
  30. fb11887 Crash handling system: Move it to client side code by lmr · 15 years ago
  31. f7368c5 Added safe arguments support to hosts.run() abstractions and stdin run() by jadmanski · 15 years ago
  32. 07e27af I realized that my initial addition of the default_profile_only by showard · 15 years ago
  33. a6082ef Add a global mechanism to the job object to allow users to change by showard · 15 years ago
  34. a536dbf Fix client/bin/job_unittest, broken by SVN rev 3662 by mbligh. by showard · 15 years ago
  35. c2ebea0 Merged the contents of client.bin.boottool and server.hosts.Bootloader by mbligh · 15 years ago
  36. 0758c82 this patch add POWER7 flag in get_cpu_arch method. by mbligh · 15 years ago
  37. 8b30a6c Make drop_caches_between_iterations default for all tests except kernbench. by mbligh · 15 years ago
  38. ea0405c Pass the user autoserv is running as through to the client. by mbligh · 15 years ago
  39. 22f160e Improved error reporting in case job.__init__ fails by trying to record by mbligh · 15 years ago
  40. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  41. a3c17fc Add process_is_alive() to client/bin/base_utils. Use a smart pgrep command which finds the python processes not found by plain pgrep. by mbligh · 15 years ago
  42. 4e2dd02 While working on the 0.11.0 branch, discovered a small bug on by mbligh · 15 years ago
  43. 8ec6f0e Added /proc/partitions in the list of sysinfo per reboot files. This by mbligh · 15 years ago
  44. ce955fc Created a common_lib host object hierarchy (with site specific override by mbligh · 15 years ago
  45. 42ebd80 Fix up the imports in harness_unittest. This...actually can break the unit test. by jadmanski · 15 years ago
  46. ede7e24 Add support for autotest clients run by autoserv to request packages by jadmanski · 15 years ago
  47. b1a5113 Next step in the PackageManager restructure, replace the static list by jadmanski · 15 years ago
  48. c27c231 A very large first-pass refactoring of the packaging code. Ultimately by jadmanski · 15 years ago
  49. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  50. b87c238 This patch just change -t to come first in args string. by mbligh · 15 years ago
  51. cc8ca82 Does some refactoring of the harness_autoserv class so that later when by mbligh · 15 years ago
  52. 0308cc8 Make the partition code a bit more general by providing a method for by mbligh · 15 years ago
  53. 8ef4e00 Remove deprecated filter_non_linux() from base_partition. by mbligh · 15 years ago
  54. 2e7749b Teach run_test_on_partition about a 'suffix' key in the test arguments, by mbligh · 15 years ago
  55. bb1dce3 Fixed partition.get_mountpoint() to deal with the case where the root by mbligh · 15 years ago
  56. 19426ea Changed kernel.auto_kernel() to use the package manager to fetch kernel by jadmanski · 15 years ago
  57. 72817bb Added support for proper subprocess killing to parallel.py, as parallel.fork_nuke_subprocess(). This involved a simple refactoring of parallel.fork_waitfor(). by showard · 15 years ago
  58. e1ea015 Signed-off-by: Jesse Keating <jkeating@redhat.com> by mbligh · 15 years ago
  59. 3abbcee For files that won't be directly executed, the #! is unneccessary and can by mbligh · 15 years ago
  60. 79ceb5b Make base_partition to use logging: by mbligh · 15 years ago
  61. 548e661 Make docstrings on module base_partition to comply with by mbligh · 15 years ago
  62. ad787c2 All test failure related exception types are not supposed to print by lmr · 15 years ago
  63. 0179c1d Somehow we missed this bugfix from Mihai. However, the actual patch has by mbligh · 15 years ago
  64. e7d9c60 Make the job executiontag available in both the server and client side job by mbligh · 15 years ago
  65. 1cd1f03 Fixes a bug in the autoserv harness that was introduced when the by jadmanski · 15 years ago
  66. 263313e Fix a race in autotestd_monitor that occasionally comes up during by jadmanski · 15 years ago
  67. 9c12f77 Fixed the mis-spelling of rendezvous. by mbligh · 15 years ago
  68. 753362d Move client/bin/kernel_versions to common_lib; it is used by tko. by mbligh · 15 years ago
  69. ed887b9 Fix up the handling of child process exceptions to be more robust by mbligh · 15 years ago
  70. c3f3d61 Save in the persistent client job state a list of (device, mount-point) by mbligh · 15 years ago
  71. 10d8417 add two logging-related options to autoserv: by showard · 15 years ago
  72. d3e3ac9 Re-write the fork handling code in parallel.py and by jadmanski · 15 years ago
  73. a25e8c3 Add install_vmlinux flag to rpm_kernel class in client/bin/kernels.py by mbligh · 15 years ago
  74. 4cfdce1 change client-side logging to split files by severity and move them to the debug dir. this is quite a bit more involved than the server-side change because of some buggy directory clearing code and various places that depended on the old configuration. by showard · 15 years ago
  75. 75cdfee Make autoserv and autotest client use the new logging_manager system. I'd like to split them into separate changes, but the change in common_lib.test means it all has to change at once. by showard · 15 years ago
  76. b923fc2 Improve the utility function unload_module by lmr · 15 years ago
  77. a99594d Fix up a print that was incorrectly converted into a logging call. by jadmanski · 15 years ago
  78. 1a4992d Basic stats data for the machine always used to be logged per test, by mbligh · 15 years ago
  79. 85f29dd Hi Team, by mbligh · 15 years ago
  80. 9bfef38 Moved partition.py to base_partition.py and created a partition.py by mbligh · 15 years ago
  81. 1b160a0 On SUSE, the kernel is split into several RPMs (vmlinuz + most basic modules, by mbligh · 15 years ago
  82. 68a4291 Remove the get_system_nodes() method from base_utils as it does not work in all cases. Moreover the numa_nodes() method instead gets accurate information about the numa nodes on the machine and should be used instead of get_system_nodes() by mbligh · 15 years ago
  83. 4bacefa Summary: Converting the remaining print statements on job.py to by mbligh · 15 years ago
  84. cc6093b Summary: Simple conversion of one print statement on base_sysinfo by mbligh · 15 years ago
  85. ea772c1 Collect per-iteration sysinfo into the test sysinfo directory, not the by jadmanski · 15 years ago
  86. 90e82ba partition is in the autotest tree so the import should reflect that. by mbligh · 15 years ago
  87. 2059779 Summary: If autotest is not running with the --continue flag, delete by mbligh · 15 years ago
  88. 9e4dbb1 Break out filesystem setup and cleanup code. Add a utility by mbligh · 15 years ago
  89. 4556178 Added utils.get_relative_path() to compute the path of an absolute path by mbligh · 15 years ago
  90. 0a8c332 Modified import_site_class() to not wrap baseclass with a local dummy by mbligh · 15 years ago
  91. 9e33f27 New (and much more complex) version of the collect rpm -qa patch. by jadmanski · 15 years ago
  92. 1116ea6 Remove duplicate kernel boot parameters given to boottool.add_kernel. by mbligh · 15 years ago
  93. d948bfb Added support in client.bin.base_job.__init__ to copy kernel boot by mbligh · 15 years ago
  94. c641fd7 If any of the autotestd_monitor child processes die, the monitor by jadmanski · 15 years ago
  95. 16a7ff7 The enabling and disabling of warning messages unfortunately seems to by jadmanski · 15 years ago
  96. 7629f14 by showard · 15 years ago
  97. 18c1140 Summary: Add a new VirtualPartition class to client/bin/partition.py to handle block device emulation trough image files. by mbligh · 15 years ago
  98. 54705a0 by mbligh · 15 years ago
  99. f40c02c by mbligh · 15 years ago
  100. 4395bbd by mbligh · 15 years ago