aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/runtest.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove unmaintained Access Control Module (ACM) from hypervisor.Keir Fraser2011-03-251-6/+0
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* cpupools [5/6]: xm-test add-onsKeir Fraser2010-04-211-1/+1
| | | | Signed-off-by: Juergen Gross <juergen.gross@ts.fujitsu.com>
* Fix xapi xm-tests.Keir Fraser2009-08-201-1/+3
| | | | | | | | | | | | | | | | There were a couple of small bugs in the xapi xm-test: o outdated XenAPI calls were removed from testcase (02_xapi-vbd_basic) o minor problem with XendLocalStorageRepository is fixed (missed list_images() function - which is moved from the XenQCoWStroageRepo to the common base class XendStorageRepository) which was detected running 02_xapi-vbd_basic. o XenAPI session handling and connecting is fixed. o 03_xapi-network_pos was rewritten and now uses XenAPI. Signed-off-by: Andreas Florath <xen@flonatel.org>
* Remove defunct powerpc port.Keir Fraser2008-05-081-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* I added a parameter '-md' to 'runtest.sh' for running the xm test suiteEwan Mellor2007-01-111-0/+8
| | | | | | | | | | in a mode where all created domains a created as xend-managed domains. This patch also fixes a problem related to calling 'xm domid' on a currently suspended domain if that domain is a managed domain. In that case a 'None' is returned by Xend, which I default to '-1'. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* When running tests unattended it's useful to know how long they haveEwan Mellor2006-11-101-2/+15
| | | | | | | | | | | | | | | taken, as (significantly) increasing the runtime (without introducing failures) can be considered a regression. This patch adds a block like: ==== Xm-test timing summary: Run Started : Fri, 10 Nov 2006 14:53:18 +1100 Run Stopped : Fri, 10 Nov 2006 14:53:20 +1100 ==== to the generated report. Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
* Allow the i386 ramdisk to be used on x86_64. Part of a patch from Yu Ping Y.Ewan Mellor2006-11-011-1/+7
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* This puts two small fixes in the xm-test suite:Ewan Mellor2006-10-241-1/+4
| | | | | | | | - it turns off verbose mode of the ACM module - copies the test policy to the policies directory only if the directory has been created Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Added multiarch support to xm-test. Bumped version number to xm-test 1.0.Ewan Mellor2006-10-241-2/+4
| | | | | | New README for public ramdisks. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* [TPM] Allow all tests of the xm test suite to be run when ACMkfraser@localhost.localdomain2006-10-181-0/+2
| | | | | | | | | | | | | | security is turned on in hypervisor. This is done by implicitly labeling VMs and resources if they have not been labeled through explicit calls. To allow the xm tests suite to label resources automatically, run ./configure --enable-full-labeling once. To turn it off, the '--enable-full-labeling' parameter should be omitted. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Added -u flag (unsafe) to runtest.sh, to skip the sanity checks. This improvesemellor@leeni.uk.xensource.com2006-03-211-6/+18
| | | | | | | turnaround when developing tests. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add an option to xmtest to report results to an alternative results repository.pl@us.ibm.com2006-03-211-1/+7
| | | | | | | | The default is preserved but can be overridden by either passing it with -r to runtest.sh or by setting the xmtest_repo environment variable. Signed-off-by: Paul Larson <pl@us.ibm.com>
* Patch to correct inconsistencies of xm-test reporting.root@dyn9047022116.beaverton.ibm.com2006-03-211-0/+5
| | | | | | Signed-off-by: Woody Marvel <marvel@us.ibm.com>
* HG Patchroot@dyn9047022116.beaverton.ibm.com2006-03-111-30/+29
| | | | | | | | | Add feature to layer xm-test tests, grouping of tests by casename and execution of tests by user specified lists. Signed-off-by: Woody Marvel <marvel@us.ibm.com>
* Add help option on runtests.shemellor@leeni.uk.xensource.com2005-11-251-0/+5
| | | | | Signed-off-by: Murillo Fernandes Bernardes <mfb@br.ibm.com>
* Add sanity checks that let us know if there are any problems beforedan@elm3b196.beaverton.ibm.com2005-11-251-1/+10
| | | | | | we run the entire suite
* Add hping to the ramdisk. Also, do some very simple versioning.dan@localhost.localdomain2005-11-181-2/+14
| | | | | | | | | This is the first change to the ramdisk since v0.1.0. So, we now build the image as initrd-X.Y.img, and link initrd.img to it. This lets us have a few checks to make sure that people rebuild their ramdisks when necessary.
* Various chmod a+x.emellor@leeni.uk.xensource.com2005-11-101-0/+0
| | | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Modularize runtest.sh and add a quick option.danms@us.ibm.com2005-11-101-180/+224
| | | | | | | I broke up runtest.sh into functions which makes it easier to alter its behavior. Now, we can easily re-submit a previously-run test report.
* Wholesale import of xm-test 0.4.0.emellor@leeni.uk.xensource.com2005-11-071-0/+215
This is not yet integrated with the rest of the Xen build system. Signed-off-by: Ewan Mellor <ewan@xensource.com>