aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/configure.ac
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-02-27 16:13:05 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-02-27 16:13:05 +0100
commitd8a4248e024d6f46529fbcfc950d67052826d03f (patch)
tree7ae662dc398c1f71fef89362a25802fe95ba19e5 /tools/xm-test/configure.ac
parent46ede6808b22e3de2bc100a46b33bea6e5d6095c (diff)
downloadxen-d8a4248e024d6f46529fbcfc950d67052826d03f.tar.gz
xen-d8a4248e024d6f46529fbcfc950d67052826d03f.tar.bz2
xen-d8a4248e024d6f46529fbcfc950d67052826d03f.zip
The attached patch does the following:
- introduces two basic tests for the virtual TPM (skipped on hardware where a TPM is not available or vtpm manager has not been started manually before) - adapts the Makefiles to make the test cases available - splits up the hotplug files into two files where the vtpm-common.sh can be sourced by 'other' scripts as well - uses echo "$var" to return variables from functions - gets rid of the 'set +e" work-around - introduces a script (vtpm-delete) to delete entries from the virtual TPM directory in /etc/xen/vtpm.db The xm-tests will skip over the 2nd test on most systems and the patch has otherwise no effect on existing tests. 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 22b2addc8f..c2e380cfe1 100644
--- a/tools/xm-test/configure.ac
+++ b/tools/xm-test/configure.ac
@@ -93,6 +93,7 @@ AC_CONFIG_FILES([
tests/unpause/Makefile
tests/vcpu-pin/Makefile
tests/vcpu-disable/Makefile
+ tests/vtpm/Makefile
tests/enforce_dom0_cpus/Makefile
lib/XmTestReport/xmtest.py
lib/XmTestLib/config.py