1. 4fc222a Lower the initial threshold for a 'cool' machine by Drew Davenport · 6 years ago
  2. a4a3fc4 Move report_temperature functions to utils.py by Drew Davenport · 6 years ago
  3. 9bb7c32 TrimIntegrity: use nvme id-ns to determine trim expectation by Alexis Savery · 6 years ago
  4. e3bf5d6 Fix double declaration of get_cpu_family method by Tom Hughes · 6 years ago
  5. e3cb1b0 bluetooth: base64 to encode/decode non-ASCII data by Joseph Hwang · 6 years ago
  6. 951f357 [autotest] utils: improve CPU max freq robustness by Brian Norris · 6 years ago
  7. 448938c [autotest] utils: kill unused get_cpu_min_freq() by Brian Norris · 6 years ago
  8. 1484a4a [autotest][cfm] Add metric for amount of data written to storage by Emil Lundmark · 6 years ago
  9. c9f7f5f power_dashboard: Strip non printable characters in json by Puthikorn Voravootivat · 6 years ago
  10. ba8f57e Updating utils.py to change the critical temperature for x86 platforms by Pallavi Gulavani · 6 years ago
  11. 7978d02 utils: Update our house of cards arm detection to detect Qualcomm SoCs by Douglas Anderson · 6 years ago
  12. 74a3d2b autotest: move is_vm() to a file where it is used by Keiichi Watanabe · 6 years ago
  13. a4cbbe6 utils: fix VM detection by Mike Frysinger · 6 years ago
  14. 2017ffc power: Add platform name to power dashboard board if set. by Todd Broch · 6 years ago
  15. 19e0ab3 autotest: Allow setting CPU governor from server tests by Alex Khouderchah · 6 years ago
  16. 0555ba0 power_status: introduce GLK into microarchitecture list by Harry Pan · 6 years ago
  17. 086e88e power_status: Read intel perf directly from msr by Puthikorn Voravootivat · 7 years ago
  18. 9cd699c Add utils.get_meminfo to get multiple items in /proc/meminfo by Kuo-Hsin Yang · 7 years ago
  19. a83e82c utils: Add method to get cpu model, screen resolution, memory size in GB by Puthikorn Voravootivat · 7 years ago
  20. 720640d cros_host: utils: Properly check mosys command exit status by Puthikorn Voravootivat · 7 years ago
  21. 65ad767 cros_host: utils: Ignore return status of mosys command by Puthikorn Voravootivat · 7 years ago
  22. b395044 autotest: utils: make run_sql_cmd actually run sql commands by Aviv Keshet · 7 years ago
  23. c27516f autotest: delete unmap_url_cache and all callers by Aviv Keshet · 7 years ago
  24. ca353aa Add hardware_MemoryZRAMThroughput for ZRAM. by Ben Cheng · 7 years ago
  25. b2b28b3 utils: avoid division by zero. by Ilja H. Friedel · 7 years ago
  26. 0f6d230 utils: Add methods to collect DUT fw, kernel, ec, hw version by Puthikorn Voravootivat · 7 years ago
  27. eebd122 utils: Allow ectool temps all to show units by Nicolas Boichat · 7 years ago
  28. a692885 system_metrics_collector now uses system_facade. by Kristoffer Erlandsson · 7 years ago
  29. 82b9f32 Get cpu usage now uses all cols in /proc/stat. by Kristoffer Erlandsson · 7 years ago
  30. 5877668 Support for tracking allocated file handles. by Kristoffer Erlandsson · 7 years ago
  31. b84da2b Add util for getting free memory + buffers/cached. by Kristoffer Erlandsson · 7 years ago
  32. 1ad7db0 Add unit tests for cpu and memory methods. by Kristoffer Erlandsson · 7 years ago
  33. 427c7b2 utils: Add partition concatenation routine. by Gwendal Grignou · 7 years ago
  34. c02992f utils: do not use hard-coded INTEL_PCI_ID path by Po-Hsien Wang · 7 years ago
  35. 45cb0e0 autotest: refresh CPU package cstate support by uarch names by Harry Pan · 7 years ago
  36. c9897aa utils.py: update the x86_64 uarch table by Harry Pan · 7 years ago
  37. e3adb0a autotest: Fix get_chrome_remote_debugging_port to handle ephemeral port. by Achuith Bhandarkar · 7 years ago
  38. bb74538 Drop veyron_{brian,brain} references by Brian Norris · 7 years ago
  39. 876e691 utils.py: Fix regex to identify nvme devices by Gwendal Grignou · 7 years ago
  40. dab8e18 utils.py: Remove X11 remnants by Po-Hsien Wang · 8 years ago
  41. 5ed7e63 [autotest] Merge client/common_lib/site_utils by Allen Li · 8 years ago
  42. 2c32d6b [autotest] Merge client/bin/site_utils by Allen Li · 8 years ago
  43. 12b4558 Massive permission fix by lmr · 15 years ago
  44. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  45. cc03864 Make site_utils import conditional on file's existance by mbligh · 16 years ago
  46. aece77e turn utils into a simple mix-in by mbligh · 16 years ago
  47. 2da4d88 Move utils to base_utils by mbligh · 16 years ago
  48. 3bf79ca Allow site_utils to override utils, for version control by mbligh · 16 years ago
  49. 2f29c19 This patch update the vendor name "Fedora Core" to "Fedora". Which was by mbligh · 16 years ago
  50. 53da18e Rename autotest_utils to utils by mbligh · 16 years ago[Renamed (85%) from client/bin/autotest_utils.py]
  51. 8493be4 Move routine rounded_memtotal() from client/bin/cpuset.py to autotest_utils.py. by mbligh · 16 years ago
  52. f2fa471 Fix grep command. It was raising an exception if the grep did by mbligh · 16 years ago
  53. 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
  54. b44238c Get rid of that import * of site_utils into autotest_utils. It seems to by jadmanski · 16 years ago
  55. 115feb2 Add a drop_caches function to autotest_utils. by jadmanski · 16 years ago
  56. 7076b19 fix syntax error in locate by mbligh · 16 years ago
  57. 987071e Clean up locate by mbligh · 16 years ago
  58. 1c9b1d2 Remove custom basename implementation unearthed by jorlow by mbligh · 16 years ago
  59. 23955fc I ran PyLint on our client/bin/ files and looked at only the errors. by mbligh · 16 years ago
  60. bd8f998 more manual whitespace cleanups by mbligh · 16 years ago
  61. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  62. 34d0117 Risk: Required by mbligh · 16 years ago
  63. 9fb37cb Cleanups for autotest_utils.py from Scottz by mbligh · 16 years ago
  64. 5182e16 Risk: Low by jadmanski · 17 years ago
  65. 8ea61e2 1. Removed the system() and system_output() implementations from client/bin/autotest_utils.py so that the ones in common_lib/utils.py are used throughout. by mbligh · 17 years ago
  66. 8415f96 Add disk usage monitoring to tests. This triggers a WARN if, during by jadmanski · 17 years ago
  67. fddfae7 Make sysctl_kernel() take integers as input & output. by mbligh · 17 years ago
  68. 5d423ca More fixes for extract_tarball by mbligh · 17 years ago
  69. 87019f1 Fix extract_tarball to work correctly and return the first created dir, by mbligh · 17 years ago
  70. 530204b Change extract_tarball to return directory correctly using regex by mbligh · 17 years ago
  71. 558885e Partial implementation of a sysctl_kernel() to get the free and total memory by mbligh · 17 years ago
  72. de0d47e Move read_keyval from the client utils to the common utils. by mbligh · 17 years ago
  73. 96ffb9b Added output option to pipe command function. by mbligh · 17 years ago
  74. 5285a2d Change the client-side exit status handling to be consistent with the by mbligh · 17 years ago
  75. 7bae90e by apw · 17 years ago
  76. 70c50ad Add a ping_default_gateway function to the client utils. by mbligh · 17 years ago
  77. ea397bb Refactor the server and client side test classes into a the common lib by mbligh · 17 years ago
  78. af4efc2 system_output() needs to shift the return code by 8 by mbligh · 17 years ago
  79. 5af0203 autotest_utils.py:get_file() has a bug in processing the optional by mbligh · 17 years ago
  80. d4ecd20 I thought it would be handy to have a write_keyval() API call inside test. by mbligh · 17 years ago
  81. 642b03e Now fixing the places where we're raising string exceptions on the by mbligh · 17 years ago
  82. 6b34c4c Add some modules and CPU handling functions to autotest_utils.py by mbligh · 17 years ago
  83. 49e8d50 Shift the result of os.system eight bits so that we get the actual exit by mbligh · 17 years ago
  84. 60418bb In order to cache large files located on remote repositories, we need to by mbligh · 17 years ago
  85. 523a19b Add locate() function to autotest_utils. Acts much like: by mbligh · 17 years ago
  86. f31b0c0 Move error.py'>error.py'>error.py out of the client and server and into common_lib. by mbligh · 17 years ago
  87. 3e9062e Add miscellaneous helpers to autotest_utils.py by mbligh · 17 years ago
  88. 944ee92 Will not load blank keyval value by mbligh · 17 years ago
  89. 29d9a42 Fix autotest_utils to support read and write of keyval files properly by mbligh · 17 years ago
  90. 2316e52 Add a get_disks check to autotest_utils by mbligh · 17 years ago
  91. 6de9cdf Add a get_cpu_family check, and a hook for site-specific utils by mbligh · 17 years ago
  92. 7b7e907 Fix up a few spots where CmdError is thrown with only one parameter by mbligh · 17 years ago
  93. f912c44 Add an initial implementation of a install_package() function, that by mbligh · 17 years ago
  94. 6c22ddd Fix up keyval not to require numbers by mbligh · 17 years ago
  95. 25bb1e1 disktest.py should look how much space is available on the target, by mbligh · 17 years ago
  96. 7706ef9 Fix bug in cat_file_to_cmd by mbligh · 17 years ago
  97. 7c406b2a Add a key-value file at the test level by mbligh · 17 years ago
  98. b830e28 Add rpm_installed function by mbligh · 17 years ago
  99. ce73d89 boot: report successful boot to the job status by apw · 17 years ago
  100. 237bed3 kernel: add a boot validation step post boot by mbligh · 17 years ago