1. bbadb52 Add libcap library dependency by mbligh · 16 years ago
  2. 67b8fbd Fix up broken unittests, etc. by mbligh · 16 years ago
  3. 8b71d01 Fixed a unit test broken by 2383. by jadmanski · 16 years ago
  4. b3400e0 Currently when using the make options. (i.e. make allyesconfig,allnoconfig, by mbligh · 16 years ago
  5. 12eafff Add support for running a test over a sequence of multiple kernels. by mbligh · 16 years ago
  6. d0b2296 Fix the group tag to include the test name, so results in backend by mbligh · 16 years ago
  7. 49d39f6 Clean up partition.py by mbligh · 16 years ago
  8. f6ff3a0 sysinfo-uname test attribute should exclude hostname. by mbligh · 16 years ago
  9. b600a99 Fix run_group. There's no point in it creating a directory, by mbligh · 16 years ago
  10. 326b9c3 Add changes to support more filesystem testing by mbligh · 16 years ago
  11. f8dffb1 Explicitly name parameters so that we don't get bitten by shifting by mbligh · 16 years ago
  12. 9c62752 Some code clean up, speed up (cPickle vs pickle) and proper error by mbligh · 16 years ago
  13. 17066f8 New version of the .pyc cleanup - this one seems to be much less of by jadmanski · 16 years ago
  14. 8a17e7c Some changes I recently made to the handling of client job state files by jadmanski · 16 years ago
  15. ecbaec3 refix the downloadable test URL regular expression by mbligh · 16 years ago
  16. 89e258d Add an option to the Host send_file and get_file methods to indicate by mbligh · 16 years ago
  17. a1992f9 Move the new FsOptions class from fsdev_disks into partition. by mbligh · 16 years ago
  18. 9b21efc Clean up dbench and iozone by mbligh · 16 years ago
  19. 4ec32c1 Rename the client.bin.filesystem module to client.bin.partition. by mbligh · 16 years ago
  20. c21cb46 netperf2 relies on a structure defined on the sched.h include, that had by mbligh · 16 years ago
  21. 69bafd7 Fix up logging in debug.py and paramiko_host.py to send logging output by jadmanski · 16 years ago
  22. 02c0e45 Pull the reboot START logging out of job.reboot; the reboot END logging is by jadmanski · 16 years ago
  23. 5475e16 There is an unbalanced parenthesis on a regular expression on the by mbligh · 16 years ago
  24. 957338f Adds a fsdev_disks.TestFlags container class to be used place of the by mbligh · 16 years ago
  25. 8403711 Add uptime to base sysinfo collection by mbligh · 16 years ago
  26. b9d0551 Adds an open_write_close() convenience func that does the right thing by mbligh · 16 years ago
  27. 9167225 Add an __all__ to limit the names imported in the common case where code by mbligh · 16 years ago
  28. a32a743 Oops... I didn't know that we had this much stuff under utils, a lot of by mbligh · 16 years ago
  29. fb311f2 Fix up some unittests that were broken by the drop_caches changes. by jadmanski · 16 years ago
  30. c09fc15 Make sysinfo more configurable. This adds some methods to the job by jadmanski · 16 years ago
  31. 238b5f1 Allow boot_once title argument to be optional by mbligh · 16 years ago
  32. 0910844 Keep track of the last kernel we explicitly 'reboot'ed into. This by mbligh · 16 years ago
  33. 76d19f7 Package updates: by mbligh · 16 years ago
  34. f2c96b8 Hack to work around the problems with deleting .pyc files, by mbligh · 16 years ago
  35. d33fa27 Dropping caches before each test can disrupt other tests if by mbligh · 16 years ago
  36. 1e3b099 Add get_mirror_list function stub to packages.py that just returns the given repo list. Useful for local sites to create a way to return a prioritized list of repos. by mbligh · 16 years ago
  37. dc1e7aa Update wget to use -nv so we get one line output of download passing or failing! by mbligh · 16 years ago
  38. 93a9e29 Add support for ssh:// to packaging by mbligh · 16 years ago
  39. 51fca2c Hackbench is a benchmark for measuring the performance, overhead, by mbligh · 16 years ago
  40. 9366a45 As part of the setup_modules.py setup code, clear out all the .pyc files by jadmanski · 16 years ago
  41. 76a4293 recommit logging changes - was just spare pyc file by mbligh · 16 years ago
  42. b931b68 back out logging changes for now by mbligh · 16 years ago
  43. 6bb7873 Fix a try-except-finally to be compatible with python 2.4. by jadmanski · 16 years ago
  44. b7e677e Remove a new __author__ line. They're really non-standard, and we shouldn't by jadmanski · 16 years ago
  45. 681b6a0 Configuring main autotest classes to use the new debug infrastructure, by mbligh · 16 years ago
  46. 2dc36b6 Adding a library with debug functions to client/common_lib to help with by mbligh · 16 years ago
  47. cefe265 Refactor all the sysinfo collection code into something a bit less by jadmanski · 16 years ago
  48. 8face61 Update kernel to ignore whitespace in the kernel path. by mbligh · 16 years ago
  49. 618ac9e Make sure read_one_line and write_one_line explicitly flush the by mbligh · 16 years ago
  50. a5f30c2 improve an error message in global_config.py and rename a variable named "type", which is a builtin by showard · 16 years ago
  51. e80d471 Fix up a whole ton of test documentation, as well as some minor style changes. by jadmanski · 16 years ago
  52. 25e60e6 Enhancement 1240629: Add same tag to series of run_tests by single job.set_test_tag() call. by mbligh · 16 years ago
  53. 1b31e13 Add an option to LTTng profiler that sets the limit of output file, default to 1M. The output by mbligh · 16 years ago
  54. 865ee82 Scaling perf numbers based on actual time taken by test. This scaling by mbligh · 16 years ago
  55. 22f30c7 Following changes: by mbligh · 16 years ago
  56. 96ad851 Remove the verbose flag from tar for package extraction. Eliminate by mbligh · 16 years ago
  57. 9fc7797 Add directory upload for upload --all option to streamline uploading of packages by mbligh · 16 years ago
  58. 7f9cada Add support for running multi-machine fsdev tests. by mbligh · 16 years ago
  59. d7cd983 Update control_data to be more verbose about which file it failed to parse by mbligh · 16 years ago
  60. 095dc64 Fix signal killing in utils.py Risk: High Visibility: Low by mbligh · 16 years ago
  61. 315b941 Add a function to utils to get the conical hostname from something that might be an alias/cname. by mbligh · 16 years ago
  62. 6ef0b67 It is possible for a CmdError to be raised with an exit_status of by jadmanski · 16 years ago
  63. a5daed5 Change the mock framework to treat properties like "special" methods, by jadmanski · 16 years ago
  64. ed91ba9 For some reason I can't figure out, this urlopen timeout param is by jadmanski · 16 years ago
  65. d6d043c Test many IPv6, IPv6-mapped-IPv4 and IPv4 connections to loopback, by mbligh · 16 years ago
  66. 30e9b59 Add a sysinfo hook that gets called before a test so that we can do by jadmanski · 16 years ago
  67. 067b26c If ident=False in the kernel.boot methods, we still need to add a by jadmanski · 16 years ago
  68. b48d27c Fix a change to logging.py that was missed with the conversion to log.py. by jadmanski · 16 years ago
  69. 3cc04ee Fixed a reference to logging that was missed by rev 2193. by jadmanski · 16 years ago
  70. 1b3b376 Rename client/common_lib/logging.py to client/common_lib/log.py in order to be able to use the standard python logging module by mbligh · 16 years ago
  71. ff416a2 Flush caches between tests under fsdev. by mbligh · 16 years ago
  72. b96dbe3 Fix a bug where outer containers are never released, when a single by mbligh · 16 years ago
  73. 554f23f Grab /proc/interrupts in sysinfo. by jadmanski · 16 years ago
  74. 192e554 Add kernel option vma_max_shift to twoway container tests. Risk: low. by mbligh · 16 years ago
  75. 8ca0e88 Removed iteration manually set iteration values of zero which appeared when a by mbligh · 16 years ago
  76. 9c6ecb6 Fix startup race condition. by mbligh · 16 years ago
  77. 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
  78. 6d858fa Updated iperf and netperf tests to report the sum of the throughputs rather by mbligh · 16 years ago
  79. 23afbec Add a standard run_cleanup option to test.run_test that can be used by jadmanski · 16 years ago
  80. 09f9203 The nuke_subproces function should always do a poll() on the process it's by jadmanski · 16 years ago
  81. 15b8a26 Changed netperf iperf and netpipe with respect to increasing the barrier by mbligh · 16 years ago
  82. 4b84952 Fix the libhugetlbfs test to use the latest tarball. My fix to the original mount points greater than 4kb problem is going to be lost with this change. But the fix is also made externally and is part of 2.0. by mbligh · 16 years ago
  83. abd0015 Updating a lot of control files with more information in their by mbligh · 16 years ago
  84. ef8a893 Edited barrier error string to display which barrier it timed out on. by mbligh · 16 years ago
  85. 44d6b42 modified iostat to allow options to be passed in by jadmanski · 16 years ago
  86. a1f3c20 Refactor the results collection code to run out of a separate class by jadmanski · 16 years ago
  87. 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
  88. 13423d0 by mbligh · 16 years ago
  89. d68c395 Add a sleep at the end of lttng stop so the tracing data is flushed to disk by mbligh · 16 years ago
  90. 6fdbf27 Use the similar argument set for lttng setup and initialize functions so by mbligh · 16 years ago
  91. c0b98cb Change disktest control file to use consistent quotes. by jadmanski · 16 years ago
  92. 2fb020d Move client/samples/uptime to client/tests/uptime/control. by jadmanski · 16 years ago
  93. 4bc18de Clean up vmstat formatting. by jadmanski · 16 years ago
  94. c5cbb2b Except for this one. by jadmanski · 16 years ago
  95. 49d555d Last formatting fix-fix. I promise. :P by jadmanski · 16 years ago
  96. d9d7b93 Fix up a few trailing space issues missed by my previous cleanup. by jadmanski · 16 years ago
  97. cfcedb4 Clean up formatting in client/profilers/lttng/lttng.py by jadmanski · 16 years ago
  98. 16a08f3 Clean up lttng control formatting. by jadmanski · 16 years ago
  99. a543fb0 Add unittests form client/bin/kernel.py by jadmanski · 16 years ago
  100. 3fc9f44 Kernel config should inherit from object. by jadmanski · 16 years ago