- d6d27ed Fix a bug in autotest.py that directly raise a string for error by lmr · 15 years ago
- ad7d2ff KVM test: Make sure resources_check use nic_mode=tap by lmr · 15 years ago
- 40fc965 KVM test: Fixing empty stress control file by lmr · 15 years ago
- b21b8c8 Fix handling of database reconnects in the scheduler by enhancing the "django" database_connection backend and having the scheduler use it. This eliminates the duplicate connection that the scheduler was setting up -- now it uses only a single connection (the Django one). by showard · 15 years ago
- 33cee66 Fix for server/autotest_unittest, broken in SVN rev 3955. by showard · 15 years ago
- d07a5f3 The check for enough pending hosts after the delay to wait for others to by showard · 15 years ago
- 471f5cf * add support to host.hardreset() for passing arbitrary kwargs to wait_for_restart(), to be consistent with reboot() by showard · 15 years ago
- 53e3098 KVM test: use the imp module to import subtest module by filename by lmr · 15 years ago
- a7dc938 KVM test: Add hackbench variant into sample config file by lmr · 15 years ago
- 532a16d KVM test: Add hackbench execution by lmr · 15 years ago
- 4c3ada6 Improve kvm subtest AutoIt - add option to download script from remote server by lmr · 15 years ago
- 0fec8a0 The reparse of existing job is done by a delete and then an insert, this by showard · 15 years ago
- 6c881b6 Fix a typo and add a +1 so that the proper attempt is displayed to the user by mbligh · 15 years ago
- 410fe2e Add an option to wait_for_restart to not log errors unless we want it to, this is necessary for hard reboot testing with retries by mbligh · 15 years ago
- ebf8164 Update retrieve_logs to call the site_find_repository even if the results server is localhost. There is no reason why we can't have an additional remote repo with a localhost results server. by mbligh · 15 years ago
- da98c0e Add an option to change users by mbligh · 15 years ago
- 1565254 KVM test: Increase waiting time before first session check in kvm_test_utils.reboot by lmr · 15 years ago
- e1c70b7 KVM test: step file tests: apply timeout_multiplier to 'sleep' as well as barriers by lmr · 15 years ago
- 44c55c5 KVM test: Fix subtest imports by lmr · 15 years ago
- 2d6decc Disable E1101/E1103 "Instace of ... has no ... member" in run_pylint by lmr · 15 years ago
- dd2ff92 KVM test: Add a subtest physical_resources_check by lmr · 15 years ago
- e513fe5 KVM test: Not execute build test by default by lmr · 15 years ago
- da8fb97 Fix autotest client when checking only client from svn by lmr · 15 years ago
- 8374340 Fixing autotest client stand alone runs by lmr · 15 years ago
- 21a5dce Adding a KVM profiler to autotest by lmr · 15 years ago
- 61b47b4 Control file for KVM kernel module load/unload by lmr · 15 years ago
- 52a610d KVM test: Test 802.1Q vlan of nic by lmr · 15 years ago
- d65ad8b From: Gustavo Rahal<grahal@linux.vnet.ibm.com> by mbligh · 15 years ago
- 8054b0d Fix a race in _ensure_valid. by mbligh · 15 years ago
- bf0fb25 Move import common to the top of our import list so that we use the site-packages MySQLdb module instead of the system installed one (Or failing if it doesn't exist). There are probably other code paths that need to be updated, we just never saw this issue beacuse we weren't really working with a system built from scratch since this change by showard · 15 years ago
- 25f056a Update CODING_STYLE's docstring section to more closely match by showard · 15 years ago
- 9d1b934 Fix a syntax error in console.py that breaks all console logging. by showard · 15 years ago
- 418785b Some improvements to process tracking in the scheduler. by showard · 15 years ago
- e299d46 Do not allow empty global filter in Spreadsheet view or Table view. by showard · 15 years ago
- a229841 Fixed syntax errors in oprofile. by mbligh · 15 years ago
- ed1b021 Fix server/frontend_unittest behavior when an AUTOTEST_WEB environment by mbligh · 15 years ago
- dfdd45c Added per boot sysinfo logging of /proc/mounts as "proc_mounts" by mbligh · 15 years ago
- be69e17 Don't even bother trying to collect sysinfo during reinstalls. It by mbligh · 15 years ago
- db59e3c Fixes frontend to use getpass.getuser(). by mbligh · 15 years ago
- f0c5bbf The server.frontend wrapper of the RPC interface offers object syntax to by mbligh · 15 years ago
- fdec32c Added mirror.trigger.map_action optional upload_kernel_config flag to by mbligh · 15 years ago
- ef0ac74 A script to start and stop programs as daemons. by mbligh · 15 years ago
- 9bb960b Support restricting access to drones by user. Administrators can put lines like by showard · 15 years ago
- 348594f add a unique key over job_id and host_id on host_queue_entries. we don't want to depend on this from the frontend (since that'd result in half-created jobs), but it's a good safety net. by showard · 15 years ago
- 09d80f9 Prevent duplicate hosts in job creation. by showard · 15 years ago
- 3f21109 Fix the "swap" link in TKO spreadsheet view, at least partially. It was completely broken and now it works except when machine label headers are active. I did it in a way that moves towards a more correct design, by introducing a State class for the HeaderSelect presenter, which sort of acts as a model class. Nonetheless, I performed a minimal refactoring necessary to accomplish the goal cleanly. Possible next steps would be: by showard · 15 years ago
- 1651fda Improved job owner filtering making it easier to select "all users". Replaced the simple list box with a pair of radio buttons, one to select "all users" and the other to select from a list. by showard · 15 years ago
- 3d1b0b6 Make client behavior configurable by lmr · 15 years ago
- 6d08b3c Make a standalone client to be able to use global_config.ini by lmr · 15 years ago
- c1dda21 Replacing AutoservInstallError with a slightly different version. by jadmanski · 15 years ago
- 9fa2afc Adding AutoservInstallError to common_lib.error by lmr · 15 years ago
- 8b4f82c KVM test: Add ks files for RHEL5, RHEL4, RHEL3 series products by lmr · 15 years ago
- 720b49a KVM test: Fix two typos in config file by lmr · 15 years ago
- 36545b1 KVM test: Migration subtest: Coalescing 2 comparisons by lmr · 15 years ago
- 45d66b4 KVM test: migration subtest: Handle case where session2 does not exist by lmr · 15 years ago
- 02a3ba2 Fix a regression from the big job refactoring. The refactoring by jadmanski · 15 years ago
- 3696d5b File got left out of rev 3943. by showard · 15 years ago
- e60e44e Special tasks show "Failed" as their status instead of "Completed" if by showard · 15 years ago
- 1b0ffc3 Address shutil.copy() failure when running a scheduler instance without by showard · 15 years ago
- 1104cd1 Fix kernel_unittest breakage from SVN rev 3905. by showard · 15 years ago
- 4879914 Fix a bug where hosts in a cloned job weren't removed when deselecting the host from the "browse hosts" table. This again turned out to be a relatively large change for the size of the problem, because I chose to make some refactorings to attack some of the design problems the were behind the issue in the first place. by showard · 15 years ago
- b5611a8 In HostDetailView, move code that fills in "type" on host queue entries to the data source itself, so that the objects always have the variable. Without this, the select all link was broken because it'd fetch items outside of the table but then expect this attribute to be present. by showard · 15 years ago
- b9c6617 Modify DynamicTableSelectionListener so that when select "none" is clicked, only deselect items matching the current filters. This turned out to be considerably trickier than i thought, because in order to do this properly and efficiently, it has to work like this: when "none" is clicked, make an RPC call for all the currently filtered items that fall within the currently selected set. We do this by making a new request to the table's active DataSource with the current filtering params plus a list of selected item IDs. There are two problems here: by showard · 15 years ago
- c4e4bd2 Get rid of the job.libdir and test.libdir attributes by lmr · 15 years ago
- 6f6afd1 Reverting revision 3917. This introduces problems since the global config by jadmanski · 15 years ago
- 96a874c KVM test: minor pci_hotplug fixes by lmr · 15 years ago
- 4dcc007 KVM test: remove monitor socket file when destroying a VM by lmr · 15 years ago
- 14095c8 KVM test: kvm_config.py: match(): put filter inside parentheses by lmr · 15 years ago
- ea1266e KVM test: kvm_vm.py: fix typos in the code that compares -cdrom hashes by lmr · 15 years ago
- e45a1f2 KVM test: kvm_vm.py: use 'is None' instead of '== None' by lmr · 15 years ago
- f69f6b1 KVM test: kvm_vm.py: use kvm_utils.get_path() for floppy and tftp by lmr · 15 years ago
- d9179dc KVM test: make all tests depend on install, setup & unattended_install by lmr · 15 years ago
- 1b7e170 KVM test: add -o PreferredAuthentications=password to SSH options by lmr · 15 years ago
- 04d5b01 KVM test: kvm_subprocess.py: avoid double-closing file descriptors by lmr · 15 years ago
- 3e73645 KVM test: fix WinVista setup step files by lmr · 15 years ago
- 7d888b3 KVM test: migration: rely on background process instead of timing by lmr · 15 years ago
- 2473aa7 KVM test: fix 2 barriers in WinXP-32.steps by lmr · 15 years ago
- 555b94c KVM test: disable password prompt on resume for Windows guests by lmr · 15 years ago
- c43bf37 KVM test: Seperate smp from extra_params and add into default VM params by lmr · 15 years ago
- b584458 Removed uses of deprecated method ListBox.setMultipleSelect() by showard · 15 years ago
- d2ef409 Removed use of deprecated method Event.cancelBubble() by showard · 15 years ago
- 356d237 Fix some max_length fields. Django no longer allows unique char fields by showard · 15 years ago
- 7ca9e01 Remove the synch_job_start_timeout_minutes scheduler "feature" as it is by showard · 15 years ago
- 232b7ae Added a upload_kernel_config (default False) keyword parameter to by showard · 15 years ago
- 39c843b Do not overwrite the per kernel config_file value if it has been by showard · 15 years ago
- da2f143 Added a couple of files that were missed in the r3916 commit. by jadmanski · 15 years ago
- 38b2a85 Right now autotest will drop caches between: by mbligh · 15 years ago
- 0d0f67d Create a base_job class in the common library as a location to by mbligh · 15 years ago
- 55552bf Autotest has 2 implementations of SSH based hosts, the default, by mbligh · 15 years ago
- e6bc5b9 Yet another grep adjustment for process_is_alive() by mbligh · 15 years ago
- 30cf9dd On the server side profilers.delete shouldn't fail just because the by mbligh · 15 years ago
- 49440ea Update the Systemtap tests to allow a user to test any version of by mbligh · 15 years ago
- 2b33aa0 Adding a copy of functools-0.5 to our repo for use by unittest.py. It by mbligh · 15 years ago
- b8f5b70 Changed mirror.trigger.map_action to use generate_control_file RPC by mbligh · 15 years ago
- eaa75e5 Fixed support for source kernels in generated control files (using the by mbligh · 15 years ago
- d794048 Fixed the "with" workaround code of the unittest backport module by mbligh · 15 years ago
- 3c0ea96 Added common_lib.hosts.Host.cleanup_kernels and some functions it's using. by mbligh · 15 years ago
- 6f7d363 Added a backport of the Python 2.7/3.1 unittest module to Autotest's by mbligh · 15 years ago
- 508cbf6 Recent improvements to kbuild infrastructure included in linux-next tree moves by mbligh · 15 years ago
- a766c2b Update the release script to use the new GWT compilation script. by mbligh · 15 years ago