1. 618ac9e Make sure read_one_line and write_one_line explicitly flush the by mbligh · 16 years ago
  2. a5f30c2 improve an error message in global_config.py and rename a variable named "type", which is a builtin by showard · 16 years ago
  3. e80d471 Fix up a whole ton of test documentation, as well as some minor style changes. by jadmanski · 16 years ago
  4. 25e60e6 Enhancement 1240629: Add same tag to series of run_tests by single job.set_test_tag() call. by mbligh · 16 years ago
  5. 1b31e13 Add an option to LTTng profiler that sets the limit of output file, default to 1M. The output by mbligh · 16 years ago
  6. 865ee82 Scaling perf numbers based on actual time taken by test. This scaling by mbligh · 16 years ago
  7. 22f30c7 Following changes: by mbligh · 16 years ago
  8. 96ad851 Remove the verbose flag from tar for package extraction. Eliminate by mbligh · 16 years ago
  9. 9fc7797 Add directory upload for upload --all option to streamline uploading of packages by mbligh · 16 years ago
  10. 7f9cada Add support for running multi-machine fsdev tests. by mbligh · 16 years ago
  11. d7cd983 Update control_data to be more verbose about which file it failed to parse by mbligh · 16 years ago
  12. 095dc64 Fix signal killing in utils.py Risk: High Visibility: Low by mbligh · 16 years ago
  13. 315b941 Add a function to utils to get the conical hostname from something that might be an alias/cname. by mbligh · 16 years ago
  14. 6ef0b67 It is possible for a CmdError to be raised with an exit_status of by jadmanski · 16 years ago
  15. a5daed5 Change the mock framework to treat properties like "special" methods, by jadmanski · 16 years ago
  16. ed91ba9 For some reason I can't figure out, this urlopen timeout param is by jadmanski · 16 years ago
  17. d6d043c Test many IPv6, IPv6-mapped-IPv4 and IPv4 connections to loopback, by mbligh · 16 years ago
  18. 30e9b59 Add a sysinfo hook that gets called before a test so that we can do by jadmanski · 16 years ago
  19. 067b26c If ident=False in the kernel.boot methods, we still need to add a by jadmanski · 16 years ago
  20. b48d27c Fix a change to logging.py that was missed with the conversion to log.py. by jadmanski · 16 years ago
  21. 3cc04ee Fixed a reference to logging that was missed by rev 2193. by jadmanski · 16 years ago
  22. 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
  23. ff416a2 Flush caches between tests under fsdev. by mbligh · 16 years ago
  24. b96dbe3 Fix a bug where outer containers are never released, when a single by mbligh · 16 years ago
  25. 554f23f Grab /proc/interrupts in sysinfo. by jadmanski · 16 years ago
  26. 192e554 Add kernel option vma_max_shift to twoway container tests. Risk: low. by mbligh · 16 years ago
  27. 8ca0e88 Removed iteration manually set iteration values of zero which appeared when a by mbligh · 16 years ago
  28. 9c6ecb6 Fix startup race condition. by mbligh · 16 years ago
  29. 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
  30. 6d858fa Updated iperf and netperf tests to report the sum of the throughputs rather by mbligh · 16 years ago
  31. 23afbec Add a standard run_cleanup option to test.run_test that can be used by jadmanski · 16 years ago
  32. 09f9203 The nuke_subproces function should always do a poll() on the process it's by jadmanski · 16 years ago
  33. 15b8a26 Changed netperf iperf and netpipe with respect to increasing the barrier by mbligh · 16 years ago
  34. 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
  35. abd0015 Updating a lot of control files with more information in their by mbligh · 16 years ago
  36. ef8a893 Edited barrier error string to display which barrier it timed out on. by mbligh · 16 years ago
  37. 44d6b42 modified iostat to allow options to be passed in by jadmanski · 16 years ago
  38. a1f3c20 Refactor the results collection code to run out of a separate class by jadmanski · 16 years ago
  39. 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
  40. 13423d0 by mbligh · 16 years ago
  41. d68c395 Add a sleep at the end of lttng stop so the tracing data is flushed to disk by mbligh · 16 years ago
  42. 6fdbf27 Use the similar argument set for lttng setup and initialize functions so by mbligh · 16 years ago
  43. c0b98cb Change disktest control file to use consistent quotes. by jadmanski · 16 years ago
  44. 2fb020d Move client/samples/uptime to client/tests/uptime/control. by jadmanski · 16 years ago
  45. 4bc18de Clean up vmstat formatting. by jadmanski · 16 years ago
  46. c5cbb2b Except for this one. by jadmanski · 16 years ago
  47. 49d555d Last formatting fix-fix. I promise. :P by jadmanski · 16 years ago
  48. d9d7b93 Fix up a few trailing space issues missed by my previous cleanup. by jadmanski · 16 years ago
  49. cfcedb4 Clean up formatting in client/profilers/lttng/lttng.py by jadmanski · 16 years ago
  50. 16a08f3 Clean up lttng control formatting. by jadmanski · 16 years ago
  51. a543fb0 Add unittests form client/bin/kernel.py by jadmanski · 16 years ago
  52. 3fc9f44 Kernel config should inherit from object. by jadmanski · 16 years ago
  53. d524b0e Clean up formatting in client/bin/kernel.py. by jadmanski · 16 years ago
  54. f667443 Fix parallel_dd to clean up after itself by mbligh · 16 years ago
  55. b6eb2f1 First pass at pulling back test results during a client job, as each by jadmanski · 16 years ago
  56. cf8e0b7 Added netpipe test. by mbligh · 16 years ago
  57. 987b747 Stripping out an explicit 'r' in file open, it's not really our standard style. by jadmanski · 16 years ago
  58. 64ed974 The report path is opened for 'a' here when it should be opened for by mbligh · 16 years ago
  59. 47faacb Missing to pass cherry_picked args to cleanup(). by mbligh · 16 years ago
  60. f2fa471 Fix grep command. It was raising an exception if the grep did by mbligh · 16 years ago
  61. b405b98 Updated netperf2 test to support the TCP_SENDFILE test. by mbligh · 16 years ago
  62. 20ac024 Add a bunch of functionality needed by 'fsdev'. by mbligh · 16 years ago
  63. a440f4a Allow iozone to be run in modes other than "-a" auto-mode. by mbligh · 16 years ago
  64. 12e8b89 Replace the Opteron and Genuine Intel checks in get_cpu_arch with checks to see if 'lm' CPU extension is specified in cpuinfo. by mbligh · 16 years ago
  65. 52fa692 Parsed output to generate keyvals for specific netperf tests. Additionally by mbligh · 16 years ago
  66. 1319bf5 There's a bunch of code in kernbench for handing custom build dirs by jadmanski · 16 years ago
  67. d593345 Have the step/state engine print out a message any time a state var by mbligh · 16 years ago
  68. 4000ff6 Drop caches between tests for consistency of performance results by mbligh · 16 years ago
  69. 56fa9b7 Rollback accidental commits from previous change by mbligh · 16 years ago
  70. 8dd5c6c The cli should take new tko style where arguments. by mbligh · 16 years ago
  71. 2ae0e05 When launching a test, save off all the parameters into the test by jadmanski · 16 years ago
  72. 690d57d Remove iterations counter now we have one in test.py by mbligh · 16 years ago
  73. 534dec5 Fixing coding style violations in test.py by mbligh · 16 years ago
  74. bd96b45 Add verbose option to utils.run/BgJob class to allow people to shut off by mbligh · 16 years ago
  75. f18c7c6 add missing iperf tarball by mbligh · 16 years ago
  76. 576337c Add missing netperf tarball by mbligh · 16 years ago
  77. a5630a5 Added run_parallel to utils.py and updated netperf.py to use make use of the by mbligh · 16 years ago
  78. c533bd1 Add netconsole support to the console logging, as a backup when by jadmanski · 16 years ago
  79. f0b4a0a Changed select timeout value to 1 second in _wait_for_commands so processes by mbligh · 16 years ago
  80. 777d96e Make all tests use profiling transparently, no needs for hooks on the by mbligh · 16 years ago
  81. b67439e Make dacapo control file to comply with the control file specification by mbligh · 16 years ago
  82. c375858 Provide absolute path to init on client/bin/harness_standalone.py by mbligh · 16 years ago
  83. 9c1098b Fix a typo. by jadmanski · 16 years ago
  84. 5974b37 Introduce the concept of profiler activity on the base profiler class. by mbligh · 16 years ago
  85. 22b3a33 Converting unixbench test to run_once. by mbligh · 16 years ago
  86. a8fe637 Make sure tsc.py raises meaningfull reason of failure when command returns rc=1 by mbligh · 16 years ago
  87. 38e41a1 Remove README file from test pi_tests, since its contents were moved to by mbligh · 16 years ago
  88. 849a0f6 Invalid SQL is created if you have one-time hosts but no 'real' hosts by mbligh · 16 years ago
  89. 057c2bd Converting sysbench test to run_once. by mbligh · 16 years ago
  90. 0cec974 Converting tbench test to run_once. by mbligh · 16 years ago
  91. 4459eb3 Converting stress test to run_once. by mbligh · 16 years ago
  92. a545ef4 Converting tiobench test to run_once. by mbligh · 16 years ago
  93. ab2e7e0 clean up parallel_dd test by mbligh · 16 years ago
  94. 55d3b58 Converting spew test to run_once. by mbligh · 16 years ago
  95. edbd67a Converting scrashme test to run_once. by mbligh · 16 years ago
  96. c7e0e5e make self.iterations singular by mbligh · 16 years ago
  97. b718a1c Provide a generic iterations counter to all tests, so they stop by mbligh · 16 years ago
  98. f55efb6 Convert sleeptest to use run_once by mbligh · 16 years ago
  99. 1a61a3e Converting parallel_dd test to run_once. by mbligh · 16 years ago
  100. 0d022e7 Converting ltp test to run_once. by mbligh · 16 years ago