aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/runtest.sh
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-08-20 10:30:53 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-08-20 10:30:53 +0100
commitf0321cbffa61f08db52799a10d6d85ab59a238e0 (patch)
treee2f9e8d62fd6d79fa4f33cdbf51a85d34ab781c4 /tools/xm-test/runtest.sh
parent1ef2f79d046aa91462f15e10adc4aee09f8cdec8 (diff)
downloadxen-f0321cbffa61f08db52799a10d6d85ab59a238e0.tar.gz
xen-f0321cbffa61f08db52799a10d6d85ab59a238e0.tar.bz2
xen-f0321cbffa61f08db52799a10d6d85ab59a238e0.zip
Fix xapi xm-tests.
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>
Diffstat (limited to 'tools/xm-test/runtest.sh')
-rwxr-xr-xtools/xm-test/runtest.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/xm-test/runtest.sh b/tools/xm-test/runtest.sh
index 287d6cf701..13f9c87118 100755
--- a/tools/xm-test/runtest.sh
+++ b/tools/xm-test/runtest.sh
@@ -11,7 +11,9 @@ usage() {
echo " Where opts are:"
echo " -d : do not submit a report for this run"
echo " -b : do not ask any questions (batch mode)"
- echo " -g : run a group test set"
+ echo " -g <group> : run a group test set"
+ echo " available goups are:"
+ echo " "`ls grouptest`
echo " -e <email> : set email address for report"
echo " -r <url> : url of test results repository to use"
echo " -s <report> : just submit report <report>"