aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
Commit message (Expand)AuthorAgeFilesLines
...
* Default to appending to "extra" in XenConfig.Ewan Mellor2006-10-231-0/+3
* Add ability to inspect messages from domain for arbitrary strings.Ewan Mellor2006-10-232-0/+25
* Add configuration data for powerpc.Ewan Mellor2006-10-233-0/+366
* Refactor code to encapsulate architecture decisions in one place.Ewan Mellor2006-10-234-66/+161
* Rename buildroot -> buildroot-i386.Ewan Mellor2006-10-232-1/+1
* [ACM] An environment where ACM and its tools have not been installed beforekfraser@localhost.localdomain2006-10-192-1/+7
* [TPM] Allow all tests of the xm test suite to be run when ACMkfraser@localhost.localdomain2006-10-185-4/+22
* [TPM] Add tests cases for the ACM security hooks and tools tokfraser@localhost.localdomain2006-10-1816-0/+713
* [XM-TEST] Remove the test for /dev/tpm0, which may be a prerequisite to startkfraser@localhost.localdomain2006-09-271-4/+2
* Revert change to vtpm_utils related to skipping the test when the tpm is notEwan Mellor2006-09-151-0/+3
* When redirecting the output of the echo command using '>' on bash, theEwan Mellor2006-09-144-6/+3
* [XM-TEST] Fix network tests for -route and -natkaf24@localhost.localdomain2006-08-121-0/+1
* [XM-TEST] Increase timeout on hotplug-cpus-down test to 30 seconds.kaf24@firebug.cl.cam.ac.uk2006-07-141-4/+4
* Xm-test HVM network testing is broken. The new qemu code doesn't supportkaf24@firebug.cl.cam.ac.uk2006-07-143-17/+33
* [TPM] Add 3 more test cases to the xm testsuite that extend thekaf24@firebug.cl.cam.ac.uk2006-06-289-78/+493
* Add XENVER_pagesize hypercall.kaf24@firebug.cl.cam.ac.uk2006-06-271-1/+2
* [XM-TEST] Remove second console attach in 03_memset_random_poskaf24@firebug.cl.cam.ac.uk2006-06-221-6/+0
* Run credit scheduler tests by defaultack@localhost.localdomain2006-06-202-2/+2
* [XM-TEST] Improve detection of a guest having booted to prompt.kaf24@firebug.cl.cam.ac.uk2006-06-191-29/+39
* [XM-TEST] Fix 02_block_device_write_verify.py test to parse md5sum output cor...kaf24@firebug.cl.cam.ac.uk2006-06-132-4/+4
* Add sched-credit xm tests but don't run them by default yet...ack@localhost.localdomain2006-06-084-0/+87
* Fix typo.emellor@leeni.uk.xensource.com2006-06-071-1/+1
* Added.emellor@leeni.uk.xensource.com2006-06-071-0/+42
* Move forward to new version of buildroot -- the old one has gone from theemellor@leeni.uk.xensource.com2006-06-071-1/+1
* Fix a problem where the vcpu count for dom0 doesn't get reset back to thepl@us.ibm.com2006-06-011-10/+11
* Block device write-verify test.emellor@leeni.uk.xensource.com2006-06-015-4/+69
* Add a read-verify block device test to xm-test.harry@localhost.localdomain2006-05-194-3/+88
* This patch resizes the file system on the xm-test HVM disk.img to usestekloff@elm3b216.beaverton.ibm.com2006-05-191-0/+7
* Merged.emellor@leeni.uk.xensource.com2006-05-196-8/+8
|\
| * [XM-TEST] Use explicit (IP id==packet size) on hping2 tests to avoidkaf24@firebug.cl.cam.ac.uk2006-05-196-8/+8
* | The enforce_dom0_cpus test sets the number of vcpus for the Dom0 andemellor@leeni.uk.xensource.com2006-05-191-7/+25
|/
* Fix up enforce_dom0_cpu test case to check that dom0 has at least 2 vcpusRyan Harper2006-05-111-21/+38
* I am adding one more test case for vTPM migration. The new one doeskaf24@firebug.cl.cam.ac.uk2006-05-113-35/+141
* The buildroot xm-test grabs is no longer present, this patch fixes it.stekloff@dyn9047022152.beaverton.ibm.com2006-05-073-9/+19
* Fix console runaway detection for the smallmem_neg test, following the changesemellor@leeni.uk.xensource.com2006-05-071-3/+1
* Abstract block-attach and block-detach calls, and add to that the correctemellor@leeni.uk.xensource.com2006-05-0715-127/+88
* 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-052-4/+18
* Add a HOWTO to help writing tests, includes domains with networking.stekloff@dyn9047022152.beaverton.ibm.com2006-05-041-0/+134
* Add new networking infrastructure to Xm-Test. The goal is to makestekloff@dyn9047022152.beaverton.ibm.com2006-05-0417-337/+769
* Second step toward a new network infrastructure, move XmConsole to beemellor@leeni.uk.xensource.com2006-05-0479-485/+210
* First step to network infrastructure, add a type to XenDomain to identifystekloff@dyn9047022152.beaverton.ibm.com2006-05-041-5/+13
* Xm-tests 01_memset_basic_pos.test and 03_memset_random_pos.test startemellor@leeni.uk.xensource.com2006-05-022-7/+29
* Wait for the device to be connected on the guest (with a 10s timeout)vhanquez@kneesa.uk.xensource.com2006-04-281-1/+11
* Revert the xm-test ramdisk patch until we build new initrds.kaf24@firebug.cl.cam.ac.uk2006-04-283-19/+9
* This patch fixes the buildroot for the xm-test ramdisk. The buildroot xm-testkaf24@firebug.cl.cam.ac.uk2006-04-283-9/+19
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-04-258-7/+158
|\
| * This patch adds a test case for local virtual machine migration with aemellor@leeni.uk.xensource.com2006-04-212-1/+101
| * 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-195-5/+56