aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor code to encapsulate architecture decisions in one place.Ewan Mellor2006-10-234-66/+161
* [TPM] Allow all tests of the xm test suite to be run when ACMkfraser@localhost.localdomain2006-10-183-2/+18
* [TPM] Add tests cases for the ACM security hooks and tools tokfraser@localhost.localdomain2006-10-182-0/+82
* [XM-TEST] Fix network tests for -route and -natkaf24@localhost.localdomain2006-08-121-0/+1
* [XM-TEST] Improve detection of a guest having booted to prompt.kaf24@firebug.cl.cam.ac.uk2006-06-191-29/+39
* Abstract block-attach and block-detach calls, and add to that the correctemellor@leeni.uk.xensource.com2006-05-071-0/+53
* Move the logic to find the Xen Python scripts above the import statements.emellor@leeni.uk.xensource.com2006-05-061-7/+10
* Use the auxbin module to find the appropriate install directory for our Pythonemellor@leeni.uk.xensource.com2006-05-051-3/+17
* Add new networking infrastructure to Xm-Test. The goal is to makestekloff@dyn9047022152.beaverton.ibm.com2006-05-046-113/+625
* Second step toward a new network infrastructure, move XmConsole to beemellor@leeni.uk.xensource.com2006-05-043-8/+50
* First step to network infrastructure, add a type to XenDomain to identifystekloff@dyn9047022152.beaverton.ibm.com2006-05-041-5/+13
* Small Memory fix patch #2: I forgot to change the XmTestDomain methodstekloff@dyn9047022152.beaverton.ibm.com2006-04-191-1/+1
* Fix the 15_create_smallmem_pos.py test, which was failing because thestekloff@dyn9047022152.beaverton.ibm.com2006-04-191-2/+2
* Use *args inside FAIL and SKIP so that it is possible to call these functionsemellor@leeni.uk.xensource.com2006-03-231-4/+4
* Add an option to xmtest to report results to an alternative results repository.pl@us.ibm.com2006-03-211-17/+13
* Make sure the check to see if device is in use doesn't happen. We needstekloff@elm3b49.beaverton.ibm.com2006-03-211-1/+1
* Remove obsolete startNow() method from XmTestDomain object.stekloff@elm3b49.beaverton.ibm.com2006-03-211-3/+0
* Fix test 11_create_concurrent_ps.py for HVM domains. HVM can onlystekloff@elm3b216.beaverton.ibm.com2006-03-101-1/+11
* While testing TCP & UDP tests (coming soon), I tracked down a bug in theemellor@leeni.uk.xensource.com2006-02-271-3/+14
* The attached patch does the following:emellor@leeni.uk.xensource.com2006-02-271-0/+1
* Fix xm-test network tests to work with hvm support enabled.adam@ipcoast.com2006-02-101-3/+23
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-312-8/+8
* Updated default config options for VMX test domains in xm-test, got rid ofstekloff@elm3b216.beaverton.ibm.com2006-01-101-1/+2
* Grab the test ID from the report submission response and provide a linkdanms@us.ibm.com2005-12-131-2/+9
* Change the way domain configuration is handled in xm-test.emellor@leeni.uk.xensource.com2005-12-131-206/+179
* Deprecate the nics option from the xm create configuration. Instead, we use theemellor@leeni.uk.xensource.com2005-12-131-2/+0
* Add initial VMX support to xm-test:stekloff@elm3b216.beaverton.ibm.com2005-12-092-43/+106
* Single domU, ping loopback and the local eth0.emellor@leeni.uk.xensource.com2005-12-091-0/+79
* Some network test utilities for the library:emellor@leeni.uk.xensource.com2005-12-091-0/+1
* xm-test report fails because IA64's /cpu/procinfo format is different fromemellor@leeni.uk.xensource.com2005-12-071-0/+5
* Output an explicit newline before the "REASON:" string so the report scriptdan@guaranine.beaverton.ibm.com2005-12-051-2/+2
* Remove config.py, it's autogenerated from config.py.instekloff@elm3b216.beaverton.ibm.com2005-12-011-4/+0
* Move the translation from pages to MiB out of XendNode and into the xc layer.emellor@leeni.uk.xensource.com2005-11-301-1/+1
* Fix isConsoleDead() to actually run a command on the DomU, since a deaddan@guaranine.beaverton.ibm.com2005-11-281-0/+2
* Change the console handling, to remove the loop and timeout if a console failsemellor@leeni.uk.xensource.com2005-11-271-27/+16
* Use the getId method to tidy up simple call to domid.emellor@leeni.uk.xensource.com2005-11-271-1/+1
* Remove looping from handling of xm domid. This command should now work firstemellor@leeni.uk.xensource.com2005-11-271-13/+6
* Make 04_memset_smallmem differentiate between console run-away and consoledan@guaranine.beaverton.ibm.com2005-11-231-0/+23
* Add hping to the ramdisk. Also, do some very simple versioning.dan@localhost.localdomain2005-11-181-0/+12
* Make test 04_memset detect bug #380 and restart the console daemon.dan@guaranine.beaverton.ibm.com2005-11-171-3/+7
* Reduce the time required to start xm-test domains by allowing the consoledanms@us.ibm.com2005-11-152-12/+23
* Removed autogenerated file.emellor@leeni.uk.xensource.com2005-11-101-3/+0
* mergekaf24@firebug.cl.cam.ac.uk2005-11-101-64/+64
|\
| * Various chmod a+x.emellor@leeni.uk.xensource.com2005-11-109-0/+0
| * Remove semicolons from Console.py. It's a habit.danms@us.ibm.com2005-11-101-64/+64
|/
* This patch prevents the xm-test console library from duplicating theemellor@leeni.uk.xensource.com2005-11-091-2/+0
* 1. Set the UID and EUID of the process when trying to switch to aemellor@leeni.uk.xensource.com2005-11-082-3/+3
* Wholesale import of xm-test 0.4.0.emellor@leeni.uk.xensource.com2005-11-0714-0/+1691