1. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  2. 753362d Move client/bin/kernel_versions to common_lib; it is used by tko. by mbligh · 15 years ago
  3. ed887b9 Fix up the handling of child process exceptions to be more robust by mbligh · 15 years ago
  4. c3f3d61 Save in the persistent client job state a list of (device, mount-point) by mbligh · 15 years ago
  5. 29f5909 Change default sys.stdout -> logging to INFO level instead of DEBUG. by showard · 15 years ago
  6. fa1eb0d Add line number to the file logging prefix. Its great for debugging, very few chars, and we agreed upon it on the mailing list. by showard · 15 years ago
  7. 108d73e * make utils.system* default to directing output to the logging module, instead of sys.std*. this involved refactoring the code out of ssh_host/paramiko_host/abstrash_ssh, which previously did the same thing (they still do, but now the use the common logic in utils) by showard · 15 years ago
  8. a04d7c9 KVM test: New subtest - boot VMs until one of them becomes unresponsive by lmr · 15 years ago
  9. 10d8417 add two logging-related options to autoserv: by showard · 15 years ago
  10. ee36bc7 remove some logging setup code in the common test code that should be subsumed by the new logging manager by showard · 15 years ago
  11. a38bc23 KVM test: include shutdown test in kvm_tests.cfg.sample by lmr · 15 years ago
  12. 6faadb2 The shutdown test logs into a VM and sends a shutdown command. by lmr · 15 years ago
  13. 0d4d274 Support 'cache' and 'serial'. by lmr · 15 years ago
  14. f1175bb get rid of some now-obsolete code by showard · 15 years ago
  15. 115ac1e Fix logging_manager_test to account for some recent changes by showard · 15 years ago
  16. 10eb466 Remove output from packages.checksum echo. This is an interim step to cleaning up verbose logs in general by showard · 15 years ago
  17. d3e3ac9 Re-write the fork handling code in parallel.py and by jadmanski · 15 years ago
  18. 5e703a2 - Initialize the self.iteration variable to 0. When iterations=0 is specified to run_test then self.iteration is left uninitialized and code elsewhere that uses this value gets an attribute error. by mbligh · 15 years ago
  19. 298ed59 Add utils.pid_is_alive() which discriminates between zombie tasks and fully-alive tasks. by mbligh · 15 years ago
  20. 40d519e This patch changes iperf.py to make use of client.bin.net.net_utils to by mbligh · 15 years ago
  21. 43c49f1 kvm test: Adding control files dir to kvm test by lmr · 15 years ago
  22. eed97ac kvm test config sample: change control file names for the autotest tests by lmr · 15 years ago
  23. 16cf165 kvm_tests: Use autotest log files to scan results by lmr · 15 years ago
  24. 4439424 This diff incorporates many changes. First we add a patch to the C code by mbligh · 15 years ago
  25. 466dba7 updates for blktrace by mbligh · 15 years ago
  26. a25e8c3 Add install_vmlinux flag to rpm_kernel class in client/bin/kernels.py by mbligh · 15 years ago
  27. 0915ebd Drop default logging level to INFO on stdout, else it's pretty by mbligh · 15 years ago
  28. 61a3655 * Update label for barrier timeout by mbligh · 15 years ago
  29. 50bece4 kvm test: Fix more incorrect line breaks lying around. by lmr · 15 years ago
  30. 86d1ea5 kvm test: Added functionality to the preprocessor to run scripts by lmr · 15 years ago
  31. 2d76764 gracefully handle errors when shutting down logging subprocesses by showard · 15 years ago
  32. 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
  33. f2de81b Update Autoserv logging config to write logs for each severity level (except CRITICAL -- going up to ERROR should suffice). by showard · 15 years ago
  34. 7dc3310 From: Supriya Kannery <supriyak@in.ibm.com> by lmr · 15 years ago
  35. 25342d1 While applying the lock file patch for kvm_vm, missed one fcntl import. by lmr · 15 years ago
  36. fc0e141 Fix the remaining references to the old test name by lmr · 15 years ago
  37. 4ae892a Fixing spacing on messages coming from kvm_config by lmr · 15 years ago
  38. a10d17c Fix bad logging calls by lmr · 15 years ago
  39. d16a67d Fix bad line breaks by lmr · 15 years ago
  40. c6bd3a6 Make all programs on kvm test use /usr/bin/python by lmr · 15 years ago
  41. 434252b kvm_config: Make split_and_strip function to strip the right quotes by lmr · 15 years ago
  42. 3ca79fe kvm_utils.py: remote_login(): improve regular expression matching by lmr · 15 years ago
  43. 135b5e6 VM.create(): always destroy() the VM before attempting to start it by lmr · 15 years ago
  44. eeff0eb kvm_vm.py: add new VM parameter 'x11_display' that controls $DISPLAY by lmr · 15 years ago
  45. 68eecbf kvm_runtest_2.py: Use env filename specified by the 'env' parameter by lmr · 15 years ago
  46. dc2ac6a kvm_vm.py: create a lock file to avoid VM creation in parallel by lmr · 15 years ago
  47. 3867f04 Add blktrace profiler to autotest by mbligh · 15 years ago
  48. 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
  49. 3f0b0cc Refactoring KVM install test by lmr · 15 years ago
  50. e96f7a9 adding new library logging_manager, a reimplementation of fd_stack's behavior using the logging module. it's capable of the things fd_stack does (redirect, tee_redirect, restore), but it forces everything to go through the logging module and uses logging handlers to direct output to various files and/or streams. unfortunately, the requirement that we capture output from subprocess not launched through utils.run() and friends means we still need to do all the forking business that fd_stack does, and it adds a ton of complexity. by showard · 15 years ago
  51. 05b0f3f Fix parallel_dd test which was using deprecated job.filesystem() and by mbligh · 15 years ago
  52. 2fd244d Test lsb_dtk major cleanup by lmr · 15 years ago
  53. d19e500 Convert cerberus to use logging statements by lmr · 15 years ago
  54. 3c33240 Convert dma_memtest to use logging statements by lmr · 15 years ago
  55. b923fc2 Improve the utility function unload_module by lmr · 15 years ago
  56. c971c5f Added specific exceptions for various failures in verify and changed the by mbligh · 15 years ago
  57. 61f4e44 Improved utils.import_site_symbol (and thus its by mbligh · 15 years ago
  58. 6fd4428 Blow away client tmp dir in make_clean (cleans the client dir before by mbligh · 15 years ago
  59. 25284cd Use urllib2.urlopen()/shutil.copyfileobj() in get_file() so that by mbligh · 15 years ago
  60. e582845 kvm_runtest_2.py: use pickle instead of shelve when loading/saving env by lmr · 15 years ago
  61. 2c24117 Add new function, VM.clone() to clone an existing VM by lmr · 15 years ago
  62. 8b134f9 Choose a monitor filename in the constructor of VM class by lmr · 15 years ago
  63. 1b99b40 stepeditor.py: get rid of some shortcuts by lmr · 15 years ago
  64. e894e5b RHEL 5.3 step file fixes by lmr · 15 years ago
  65. a8e27d2 WinXP step file fixes by lmr · 15 years ago
  66. e8085f3 RHEL-4.7 step files: fix the initial boot barriers by lmr · 15 years ago
  67. 0015c71 kvm_config: Allow for "=" in the value of a config parameter by lmr · 15 years ago
  68. 7ad4012 Import of modules present inside the kvm test is broken due to by lmr · 15 years ago
  69. 4c607f2 Convert remainder of tests to use logging by lmr · 15 years ago
  70. a99594d Fix up a print that was incorrectly converted into a logging call. by jadmanski · 15 years ago
  71. 37065c4 Fixing kvm test authorship issue by lmr · 15 years ago
  72. 6f669ce Adding kvm test by lmr · 15 years ago
  73. 4745ecd Change get_num_logical_cores to get_num_logical_cpus_per_socket, some by showard · 15 years ago
  74. aad5c50 Fixed profiling for tests that do not define a self.iteration (which is by mbligh · 15 years ago
  75. 1a4992d Basic stats data for the machine always used to be logged per test, by mbligh · 15 years ago
  76. 8220322 Add the ability to ignore tests, and to catch failures in LTP from logs by mbligh · 15 years ago
  77. d5a61a0 tar to a temp path and atomically rename if successful, else delete by mbligh · 15 years ago
  78. 85f29dd Hi Team, by mbligh · 15 years ago
  79. 8beabca Added a few more words to the constrain failure reason. 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. c22c55f Replaced os.environ['HOME'] usage with os.path.expanduser() to not fail by mbligh · 15 years ago
  83. f58865f Modify the way we handle profile_only to now be a boolean that does not modify by mbligh · 15 years ago
  84. 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
  85. 742ae42 Exposed an interface for adding before_iteration_hooks and by mbligh · 15 years ago
  86. 4bacefa Summary: Converting the remaining print statements on job.py to by mbligh · 15 years ago
  87. cc6093b Summary: Simple conversion of one print statement on base_sysinfo by mbligh · 15 years ago
  88. ea772c1 Collect per-iteration sysinfo into the test sysinfo directory, not the by jadmanski · 15 years ago
  89. f957fe2 fixed imports. by mbligh · 15 years ago
  90. 1178829 bad import. by mbligh · 15 years ago
  91. 90e82ba partition is in the autotest tree so the import should reflect that. by mbligh · 15 years ago
  92. 2059779 Summary: If autotest is not running with the --continue flag, delete by mbligh · 15 years ago
  93. 9e4dbb1 Break out filesystem setup and cleanup code. Add a utility by mbligh · 15 years ago
  94. 4556178 Added utils.get_relative_path() to compute the path of an absolute path by mbligh · 15 years ago
  95. a89ae5c Fix up a possible race in the profiler startup; have the server by jadmanski · 15 years ago
  96. 5644da8 Make mock.py fail fast when an unexpected call occurs by throwing an exception. by showard · 15 years ago
  97. 8ad3120 Moved to the new logging. by mbligh · 15 years ago
  98. 831b661 Summary - A couple of LTP module bugfixes by mbligh · 15 years ago
  99. d1e8140 Summary: Make the prefix format for the log files generated by tests by mbligh · 15 years ago
  100. 6d85ad9 Do the Python < 2.4 switcheroo before importing modules that may not by mbligh · 15 years ago