1. 0147196 Add an option to disable/enable the use of ssh-agent with paramiko. On servers running large numbers of jobs it's possible for autoserv to DoS the ssh-agent with too many requests, so it's useful to be able to restrict the usage to keyfiles only in certain situations. by jadmanski · 14 years ago
  2. 03ef7ff Scrashme test: Updating scrashme to the latest git snapshot by lmr · 14 years ago
  3. a29a5cb KVM test: Parallel install of guest OS v3 by lmr · 14 years ago
  4. 3c11f25 KVM test: Refactoring the 'autotest' subtest by lmr · 14 years ago
  5. b79ce5f KVM test: Make qcow2 check image non critical by lmr · 14 years ago
  6. d73460f KVM-test: Raise an exception when fail to create dest VM by lmr · 14 years ago
  7. 224a541 KVM-test: SR-IOV: Fix a bug that wrongly check VFs count by lmr · 14 years ago
  8. 47bd737 Set hostless queue entries to STARTING upon scheduling the agent. This by jamesren · 14 years ago
  9. bc13c81 Missed 2 migrations... by jamesren · 14 years ago
  10. 163decb Add missing frontend/planner/model_attributes.py by jamesren · 14 years ago
  11. 3e9f609 Implementation of Test Planner execution engine. Is currently able to by jamesren · 14 years ago
  12. 2a0d01f Without this change there was no indication if the test name pattern matched by mbligh · 14 years ago
  13. b68405d Better error handling and message when the (site) authentication didn't work. by mbligh · 14 years ago
  14. cf20a62 Remove the analysis directory, i.e. 2170-autotest/yrnx1/analysis/. I have not seen any use for this and the code does not seem to point to it anywhere. If someone uses it speak up otherwise we are removing it. by mbligh · 14 years ago
  15. 9805821 I've split IPerf out into a control file and an iperf.py file, by mbligh · 14 years ago
  16. 21781fb Update base_packages to add a plus to the find command for pruning by mbligh · 14 years ago
  17. 811e38f Update source_unittest to specify the timezone so file checks pass properly when scraping rsync output. by mbligh · 14 years ago
  18. e0cbc91 Add support to autoserv for a --control-filename parameter, to allow users to by mbligh · 14 years ago
  19. befd50c add missing netpipe makefile patch by mbligh · 14 years ago
  20. 03c1b3d Fix the enable_ipfilter() which will now use path_exists(). by mbligh · 14 years ago
  21. 9759030 add missing files from previous commit by mbligh · 14 years ago
  22. 73ec8e2 KVM test: Make sure check_image script runs on VMs turned off by lmr · 14 years ago
  23. 133d11a KVM test: Exposing boot and reboot timeouts in config files by lmr · 14 years ago
  24. 3649141 Split netperf/netpipe control files out into tests by mbligh · 14 years ago
  25. dc60375 Fix globbing to find remote python by mbligh · 14 years ago
  26. b1ac1ab Change the paramiko_host.py key loader to also grab keys from ssh-agent. by jadmanski · 14 years ago
  27. 4d03cf6 Add support to the client logging config for optionally reading a log file by jadmanski · 14 years ago
  28. 18beb37 Signed-off-by: Scott Zawalski <scottz@google.com> by mbligh · 14 years ago
  29. fe6f1a4 Add option to database_connection so that logging can be turned on via object creation. by mbligh · 14 years ago
  30. b196dc1 KVM test: A memory efficient kvm_config implementation v5 by lmr · 14 years ago
  31. 248a433 Modify Test Planner execution engine to use new model_attributes by jamesren · 14 years ago
  32. dd85524 Abstract out common models used in the frontend's models.py so that django is not required to interact with non Django portions of the code. by jamesren · 14 years ago
  33. a3a2841 Adding "executable" property to scheduler unittests by jamesren · 14 years ago
  34. b55378a Part of http://patchwork.test.kernel.org/patch/1850/ didn't make it into the by jamesren · 14 years ago
  35. 12c9fdd Missed ".py" when flagging client_compilation_unittest.py as a long test by jamesren · 14 years ago
  36. e365623 Fix Django's QuerySet.delete() behavior for models that use "invalid" by jamesren · 14 years ago
  37. 2c211e4 Fix a bug handling crash handler while run client as non-root user by mbligh · 14 years ago
  38. e21bf41 Minor fix to new metahost handlers code in scheduler to ensure handlers get a tick every cycle, even if there are no queued metahost jobs. by jamesren · 14 years ago
  39. f0f9dae * fix a bug in utils.run() when passing stdin as an empty string by jamesren · 14 years ago
  40. 3f481ea KVM test: Add autotest.cpu_hotplug on tests_base.cfg by lmr · 14 years ago
  41. 92c1859 Split long unit tests into different sets by their dependencies. by jamesren · 14 years ago
  42. 81926f6 On Wed, Feb 24, 2010 at 3:44 PM, John Admanski <jadmanski@google.com> wrote: by mbligh · 14 years ago
  43. f23fd92 Make autotest more arm friendly by mbligh · 14 years ago
  44. d3c3cf9 Add a setgid/setuid function by mbligh · 14 years ago
  45. 44f929b Update paths for both console and conmux-registry to include BIN/../lib by mbligh · 14 years ago
  46. 93b8825 KVM Test: Add check_image script as post_command script of qcow2 variant by lmr · 14 years ago
  47. b010c7e KVM test: Make unattended script to clean up on failures by lmr · 14 years ago
  48. 0bee234 KVM test: Adding KSM overcommit test by lmr · 14 years ago
  49. 4936659 Add a patch file to the libaio package so that it builds on ARM. Patch is pulled from debian. by mbligh · 14 years ago
  50. 31ef6ff Marking metahost scheduler unittests as long tests since they require a by jamesren · 14 years ago
  51. 128d418 Forgot to use "self" a few times by jamesren · 14 years ago
  52. c394022 Add framework for Test Planner execution engine, and the supporting RPC by jamesren · 14 years ago
  53. 74e77fc Add a --skip-tests option to the unittest_suite this can be used with --full to limit tests on a conditional basis (it is mostly used inside of other scripts). by jamesren · 14 years ago
  54. 675bfe7 Change email of hosts without platforms to a warning in the logs. We don't do anything about this and it is just extra spam for us at this point in time. by jamesren · 14 years ago
  55. dcfa658 Update frontend/client_compliation_unittest.py to use new GWT compilation tool. by jamesren · 14 years ago
  56. 6b95b52 I wanted some jobs to select the server side component based on a platform label, so this patch will add a function that returns the platform_label of the specified hostname. by mbligh · 14 years ago
  57. bd21887 My team is working with an operating system that doesn't support runlevel, so I'd like to wrap that in a try block. by mbligh · 14 years ago
  58. f7b0d27 fix unixbench cross-compile by mbligh · 14 years ago
  59. 138785a Add a site_monitor_db_babysitter module. If found, it will use its by jamesren · 14 years ago
  60. c44ae99 Refactor scheduler models into a separate module, scheduler_models. This module doesn't depend on monitor_db, only the other way around. The separation and isolation of dependencies should help us organize the scheduler code a bit better. by jamesren · 14 years ago
  61. cae88c6 Have the description column in AFE admin interface for tests actually by jamesren · 14 years ago
  62. 64ea79a Patch for dbench.py for cross compiling. The purpose of this change is to make dbench cross-compilable for Chromium OS arm build. by mbligh · 14 years ago
  63. cfac273 Adding __init__.py to root autotest dir, to enable the unit test suite to run. by jamesren · 14 years ago
  64. 98309fd Patch Makefile.patch of unixbench in order to let it honor ENV VAR for compiler setup, if there is any provided. by mbligh · 14 years ago
  65. 35a7022 Fix styling of AFE admin interface. by jamesren · 14 years ago
  66. 3981f44 New, more consistent way of representing relationships in RESTful interface. A relationship between two entrys is represented as a relationship itself, contained in a collection. For example, by jamesren · 14 years ago
  67. 17ff74e by mbligh · 14 years ago
  68. b86bfa1 Move AUTOTEST_GB_DISKSPACE_REQUIRED to global.ini file by mbligh · 14 years ago
  69. e3a2251 The new flag will prebuild all autotest client tests/site_tests on the server side, when the dev tool chain is not available on the client, by directly invoke the setup method() on the test. by mbligh · 14 years ago
  70. d5eff8f Handle the case of multiple HQEs with Hosts already assigned (but still by mbligh · 14 years ago
  71. 516c8df Moved the duplicate add_to_bootloader code into its own function and by mbligh · 14 years ago
  72. 6d69f4d KVM-test: Fix a bug of match memory size by lmr · 14 years ago
  73. c4497e9 Add basic logging to compile_gwt_clients so that users will actually see the output from utils.run by jamesren · 14 years ago
  74. ff6e5aa Refactored build_externals to support site-specific packages. Package declarations are now in external_packages.py and site_external_packages.py; build_externals.py is just the base script. by jamesren · 14 years ago
  75. 32444c2 Fix debug paths in AFE URLs by jamesren · 14 years ago
  76. ac21e99 Un-hardcode the TKO database name in AUTOTEST_WEB migration 45 by jamesren · 14 years ago
  77. 5a13d8d Add authorization headers to REST client requests by jamesren · 14 years ago
  78. 3386534 Change the "exclude only if needed labels" selector in AFE host tables to "exclude atomic groups". The "only if needed" labels feature is entirely deprecated, and there's demand for this new atomic groups filter. by jamesren · 14 years ago
  79. f0a4438 Update cli_mock to stub out authorization_headers() in its new location. by jamesren · 14 years ago
  80. 883492a First iteration of pluggable metahost handlers. This change adds the basic framework and moves the default, label-based metahost assignment code into a handler. It includes some refactorings to the basic scheduling code to make things a bit cleaner. by jamesren · 14 years ago
  81. 1a2914a Move the cli RPC authorization_headers code into rpc_client_lib. by jamesren · 14 years ago
  82. da9311a Again, a mistake in merging. Line had been changed in file in new_tko/tko, by jamesren · 14 years ago
  83. b95c6a7 Add hooks to job.parallel to split out job._record_prefix state into by jadmanski · 14 years ago
  84. 67f6934 KVM test: Bringing back all step file installs by lmr · 14 years ago
  85. 12b98a7 KVM test: Reverting r4217 by lmr · 14 years ago
  86. cca3f9a KVM test: Make mem_check_cmd global for all RHEL 3.9 variants by lmr · 14 years ago
  87. bc72f08 KVM-test: SR-IOV: fix a bug that misplaced parameters location by lmr · 14 years ago
  88. 93b9941 Fixes on RHEL and windows unattended files by lmr · 14 years ago
  89. 729e2da Fixing typo in tests_base.cfg.sample by lmr · 14 years ago
  90. 28ddfcc Fixing typo in tests_base.cfg.sample by lmr · 14 years ago
  91. 216638d KVM: Fixing some CD hashes and cd names on tests_base.cfg.sample by lmr · 14 years ago
  92. 03cbd66 Fixes on windows unattended files by lmr · 14 years ago
  93. 05b581c KVM: tests_base.cfg: major guest OS cleanup by lmr · 14 years ago
  94. 56e7680 Small ammendment to r4217 by lmr · 14 years ago
  95. b1ef847 KVM test: Ensure multiple pre/post commands can run by lmr · 14 years ago
  96. c0523f3 KVM test: Make sure VM has an IP at post install stage by lmr · 14 years ago
  97. b3dfe5f add missing __init__.py file by mbligh · 14 years ago
  98. 67e907c KVM test: Yet another small fix for get_started.py by lmr · 14 years ago
  99. 3fa4bd0 KVM test: Yet another small fix for get_started.py by lmr · 14 years ago
  100. 47a853b KVM test: Replace some kvm_subprocess usage with utils.system by lmr · 14 years ago