1. 89fd641 KVM test: Add a new (optional) extra param to VM, cdrom_extra by lmr · 15 years ago
  2. b0fc8a9 KVM test: Unattended install logging improvements by lmr · 15 years ago
  3. da522f7 kvm_stat profiler: Format exception to string by lmr · 15 years ago
  4. a5a1a21 KVM test: Enable qemu upstream testing by lmr · 15 years ago
  5. 1342655 KVM-test: Move two 'remote_login' out of try block in kvm_vm.py by lmr · 15 years ago
  6. cd758f1 KVM-test: subtest guest_s4: Add check of if there's enough space left for S4 by lmr · 15 years ago
  7. dbc7e4a Catch (and ignore) more errors when waiting for a machine to reboot. by mbligh · 15 years ago
  8. ddc9a40 Add a little check to see if packaging is actually being used. If it is don't pass on exceptions raised when trying to setup packaging for the job instead log them as an error. by mbligh · 15 years ago
  9. 6eafb49 Fix bug introduced into paramiko_host by recent changes to selectively disable rsync support (SVN rev 4077). The new code makes SSH calls within _initialize(), but paramiko_host wasn't sufficiently initialized when the call was being made. In general, executing remote commands within _initialize() is dangerous. This change removes the new code from _initialize() and instead makes AbstractSSHHost compute the new information lazily. by showard · 15 years ago
  10. 4076c63 In scheduler check for existence of results before trying to write the .archiver_failed file. by showard · 15 years ago
  11. 12454c6 Fix interactions with db_utils when simulating. Anyone attempting to by showard · 15 years ago
  12. 323f461 KVM test: tests_base.cfg updated with windows unattended install by lmr · 15 years ago
  13. af36996 KVM test: Fedora 11 kickstart file improvements by lmr · 15 years ago
  14. 3fb3851 KVM test: Adding Fedora 12 to the unattended install party by lmr · 15 years ago
  15. 1847fa8 KVM test: Adding Fedora 12 to the unattended install party by lmr · 15 years ago
  16. c0649d6 Add -o UserKnownHostsFile=/dev/null -o BatchMode=yes to ssh commands by mbligh · 15 years ago
  17. c1a98d1 Support for job keyvals by showard · 15 years ago
  18. 82e1b48 Correcting issues in AUTOTEST_WEB migration 45 by showard · 15 years ago
  19. 1b7142d * fix a bug with restricted drone users config parsing by showard · 15 years ago
  20. be030fb In periodic reverificaiton, use schedule_special_task() instead of straight object creation. This is the right path to use for creating tasks -- it include duplication avoidance and automatic owner tagging. by showard · 15 years ago
  21. e1575b5 When the archiver fails for any reason, write a .archiver_failed file to the results dir. by showard · 15 years ago
  22. c510344 Slight change to SpecialTask scheduling code. This is to support my work on a new AFE interface. by showard · 15 years ago
  23. 53d91e2 In debug mode, have the CLI print the full entity body for an error code response. by showard · 15 years ago
  24. cfcdd80 Fix creation of the autotest_system user by showard · 15 years ago
  25. 948eb30 Construct an absolute path to the archiving control file when running the Archiving stage. Using a relative path was just silly and lazy and prone to breakage. by showard · 15 years ago
  26. 64a9595 When using Django models from a script, make the current user default to an actual database user named "autotest_system". This allows for simpler, more consistent code. by showard · 15 years ago
  27. 3adac36 Display the text required for filtering on custom fields in the TKO UI. by showard · 15 years ago
  28. 3192cb7 Add unattended_install files including win2003,winvista,win2008,win7 for kvm test by lmr · 15 years ago
  29. 17e4dba KVM test: Add the ability to use *.xml as unattended_install file for kvm by lmr · 15 years ago
  30. 7da99b2 KVM test utils: Add kvm_stat profiling to run_tests by lmr · 15 years ago
  31. ef75180 Add a new profiler to autotest, kvm_stat by lmr · 15 years ago
  32. 250d84d Merge the two databases and the two Django projects. Note that the TKO migrations are still present, as is the migration code for TKO in database/migrate.py. These pieces of code are preserved because they are required by this change to perform the merge. A separate change will be submitted in the future to remove those references. by showard · 15 years ago
  33. 38b28bf Don't try to offload results if the results_host is localhost. This was causing duplicate results for normal (single-host) setups. by showard · 15 years ago
  34. 1c4d239 Slightly more useful drilldown ordering for spreadsheet view. This avoids an "infinite loop" case where there's more than one result of the same test name in a single job tag. by showard · 15 years ago
  35. 566d3c0 In autoserv, be more lenient when deciding if results exist. The problem was that we were running parsing/archiving on repair failed results, but those don't include a control.srv (we simply run autoserv -R). by showard · 15 years ago
  36. 9afb2e9 Exclude new monitor_db_cleanup_test from the "short" test suite. by showard · 15 years ago
  37. d9e341e Add support to the query_results CLI for viewing and filtering on test attributes, test labels, iteration results, and machine labels. The key here was changing query_results to use the TKO RPC interface instead of direct DB access. The code changes for this were pretty small but functionally the change is huge. Given that, it's fairly easy to use the new mechanisms for dealing with related data to support selecting and filtering on these four types of related data. by showard · 15 years ago
  38. 8dbd05a Implement periodic reverification of dead hosts, configurable in global_config. Implemented as part of the periodic cleanup, so the frequency of reverification is bounded by the periodic cleanup interval. I felt this would be acceptable and putting this in the existing cleanup class makes things more nicely organized. by showard · 15 years ago
  39. e9d4f7e Made AFE doctest Y2K10-compliant by showard · 15 years ago
  40. cd5131c Change test importer to use Django models by showard · 15 years ago
  41. 669624a Fix rendering of empty cells in Job Details host table by showard · 15 years ago
  42. c035491 Adds support to wait_down and wait_for_restart to watch for changed by jadmanski · 15 years ago
  43. 12b4558 Massive permission fix by lmr · 15 years ago
  44. 2f081f6 Finish change meant for changeset:4088 by lmr · 15 years ago
  45. b012d2d Some people have raised questions about the GPLv2 vs v3 compatibility with by mbligh · 15 years ago
  46. e90176a Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> by mbligh · 15 years ago
  47. 1984197 Remove the bundled version of simplejson on the autotest by mbligh · 15 years ago
  48. efccc1b Whenever a new SSH connection is initiated to an SSH host (run, send_file, by mbligh · 15 years ago
  49. 9de6ed7 Eliminate the last uses of the public state managment interface for by mbligh · 15 years ago
  50. ad5fcf5 Modified lmbench3 to have a separate configuration step and to consider by mbligh · 15 years ago
  51. 3151e22 KVM-test: guest_s4 subtest: Tune up timeout value for `set_s4_cmd' command by lmr · 15 years ago
  52. b1f3f3b KVM-test: linux_s3 subtest: Tune up timeout for suspend command by lmr · 15 years ago
  53. 4ae8920 KVM-test: Convert drift to absolute value when comparing with threshold by lmr · 15 years ago
  54. ef8f1f3 Update make_clean script under client/tool so it does not print annoying by mbligh · 15 years ago
  55. 91e3c4d move setup_job from server into client by mbligh · 15 years ago
  56. c9892c0 Thanks, here's a new patch that includes the hostname in the by mbligh · 15 years ago
  57. 282ce89 Add the ability to specify a config string marker in the nightly by mbligh · 15 years ago
  58. fc3da5b More refactoring of the job state code to try and reduce duplication. by mbligh · 15 years ago
  59. 0a59166 This patch upgrade ltp to the latest version by mbligh · 15 years ago
  60. a3f68ba add missing file from rev 4027 by mbligh · 15 years ago
  61. 1db39ae Fix up the 003_misc_rpc_features.txt doctest. For some reason svn rev by jadmanski · 15 years ago
  62. 0cb250f Style fix. The itertools import shouldn't be on a separate line. by jadmanski · 15 years ago
  63. 4608b00 Add a new Archiving stage to the scheduler, which runs after Parsing. This stage is responsible for copying results to the results server in a drone setup, a task currently performed directly by the scheduler, and allows for site-specific archiving functionality, replacing the site_parse functionality. It does this by running autoserv with a special control file (scheduler/archive_results.control.srv), which loads and runs code from the new scheduler.archive_results module. The implementation was mostly straightfoward, as the archiving stage is fully analogous to the parser stage. I did make a couple of refactorings: by mbligh · 15 years ago
  64. 5ba43b2 The recent gcc had dropped support of -fforce-mem and it was turned on by default with -O2 flag. by mbligh · 15 years ago
  65. 7a87651 Remove a redundant method declaration that I foolishly added in a recent change. by showard · 15 years ago
  66. a5f5e54 Ensure USER environment variable is always set within autoserv. by mbligh · 15 years ago
  67. c1477c0 We like to setup autotest to work with a client (most likely embedded systems) which has no build tools installed. The idea here is to pre-compile the test source code and then copy them onto the client. The pre-compile job is done by a new type of job. setup_job. by mbligh · 15 years ago
  68. c2c5619 Add missing __init__.py. by showard · 15 years ago
  69. 15971eb Reworked the server side profiling support to use barrier to synchronize by mbligh · 15 years ago
  70. 060c471 Makes two major changes to the status log processing in autotest.py: by mbligh · 15 years ago
  71. 8b2655c Set a ulimit on monitor_db to prevent it and all of its subprocesses from by mbligh · 15 years ago
  72. d00f182 Chrome OS can't figure out init level like this. Assume it's 2 in case by mbligh · 15 years ago
  73. b0cb9a0 This should have been a separate change. Reverting, together with lmr's fix. by mbligh · 15 years ago
  74. 172ffd2 Whether you use scp -p or not, scp'ing a file with read-only permissions by mbligh · 15 years ago
  75. e863384 The warning message when rsync fails back to scp is unnecessary, and by mbligh · 15 years ago
  76. bc9402b Fix comments in abstract_ssh.py per CODING_STYLE by mbligh · 15 years ago
  77. 6a83c92 KVM test: No need close session when login timeout II by lmr · 15 years ago
  78. d5347a7 KVM test: No need close session when login timeout by lmr · 15 years ago
  79. be931a8 KVM test: Fixup memory size shown in 'GB' in get_memory_size by lmr · 15 years ago
  80. 665975c KVM test: warn about corrupt PPM files after each test by lmr · 15 years ago
  81. ec18b46 KVM test: add proper prefixes to image, iso and step file paths by lmr · 15 years ago
  82. 44cf21b KVM test: physical_resources_check subtest: Fix 'mem_chk_cmd' for rhel3.9 by lmr · 15 years ago
  83. 29e1584 Remove -p flag from autoserv scp by mbligh · 15 years ago
  84. 8b0ea22 Overhaul how we deal with related data in TKO -- test labels, test attributes, machine labels, and iteration results. by showard · 15 years ago
  85. 27a3ae0 Fix client/bin/job_unittest.py, broken by SVN r3976 by lmr · 15 years ago
  86. 7846e94 KVM test: subtest stress_boot: Fix a bug that cloned VMs are not screendumped by lmr · 15 years ago
  87. ec9f091 KVM test: build subtest (koji): turn lists into strings and vice versa by lmr · 15 years ago
  88. 09ece43 KVM test: autotest subtest - avoid dependencies on symlinks by lmr · 15 years ago
  89. 5608cb0 KVM test: Change the default file name used by kvm_config.py by lmr · 15 years ago
  90. 2b38f67 Add test case for aborting a synchronous job while it's throttled in the Starting state. Was trying to repro a bug. It doesn't repro, indicating that maybe the bug has already been fixed (or maybe this test case is missing something). Either way, it's good to have another test case around. by showard · 15 years ago
  91. f713072 Change URLconfs to collect results of calling patterns(), rather than collecting tuples and then passing them into patterns all at the end. Django documentation specifically states that it's OK to concatenate the result of patterns(). by showard · 15 years ago
  92. 78f5b01 Update to Django 1.1.1. I want to use a new feature for my RESTful interface prototyping (direct inclusion of URL patterns in URLconfs). by showard · 15 years ago
  93. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  94. 26b7ec7 Note: This change is to support a project that I am working on. You should see no change in the behavior of your current Autotest installations. by showard · 15 years ago
  95. 402934a Clear the Django connection query log after each tick. This was a major memory leak. by showard · 15 years ago
  96. 01339bf Add new hostless param to the docstring -- missed this comment from gps in my previous change. by showard · 15 years ago
  97. 5f55484 Because we have our own more-updated unittest.py in test_utils, any unit tests that by mbligh · 15 years ago
  98. 5da93b2 Added support to specify no timeout for barrier by giving it a value of "None". by mbligh · 15 years ago
  99. ab1faf6 Add an optional outputfiles parameter to the cmdprofile profiler that by mbligh · 15 years ago
  100. 1a4305c Remove the chmod+chown done by Host.send_file at the end of a copy. by mbligh · 15 years ago