aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/configure.ac
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-01-11 19:00:35 +0000
committerEwan Mellor <ewan@xensource.com>2007-01-11 19:00:35 +0000
commitbaacea8058282908ae5078f8f0373de10d58e150 (patch)
tree95350cd16431fe3b6643c1eef39d846783cb2c4f /tools/xm-test/configure.ac
parentaeb7c09a6613aae8e39c271283f8db9f7a99d32f (diff)
downloadxen-baacea8058282908ae5078f8f0373de10d58e150.tar.gz
xen-baacea8058282908ae5078f8f0373de10d58e150.tar.bz2
xen-baacea8058282908ae5078f8f0373de10d58e150.zip
This patch does the following:
- renames the XenManagedDomain.py file to XenAPIDomain.py, since this name better reflects its functionality/purpose - adds domain tracking to the XenAPIDomain class so that xend-managed domains can be deleted in an 'atexit' handler upon test case termination - adds one basic xapi-related test which is part of the grouptests 'xapi' - refactors the vtpm-related test using xen-api and adds it to the grouptest 'xapi' - adds documentation to the README for how to configure xm and xend to use XML-RPC or Xen-API for communication Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'tools/xm-test/configure.ac')
-rw-r--r--tools/xm-test/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xm-test/configure.ac b/tools/xm-test/configure.ac
index 87df5cd6bd..ffbf146f34 100644
--- a/tools/xm-test/configure.ac
+++ b/tools/xm-test/configure.ac
@@ -150,6 +150,7 @@ AC_CONFIG_FILES([
tests/vcpu-pin/Makefile
tests/vcpu-disable/Makefile
tests/vtpm/Makefile
+ tests/xapi/Makefile
tests/enforce_dom0_cpus/Makefile
lib/XmTestReport/xmtest.py
lib/XmTestLib/config.py