aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/grouptest
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-18 16:07:55 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-18 16:07:55 +0100
commitb77b89e80e3194eb162d1f42c747b8fd10374985 (patch)
tree05474062695e55a6d6ccc0a61d654f2df8069d53 /tools/xm-test/grouptest
parentee89b4ab594e3027c04052108ea8b494750fe26c (diff)
downloadxen-b77b89e80e3194eb162d1f42c747b8fd10374985.tar.gz
xen-b77b89e80e3194eb162d1f42c747b8fd10374985.tar.bz2
xen-b77b89e80e3194eb162d1f42c747b8fd10374985.zip
[TPM] Add tests cases for the ACM security hooks and tools to
the xm test suite. The tests can be run with ACM turned off (not compiled into Xen; see user doc for this), but most of them will be skipped then. They can be run with a command like make -C tests/security-acm check-TESTS from the xm-test directory. They are also part of the default tests in the tests suite and part of a new group test 'security'. Since some of the tests require resources to be labeled, one must explicitly enable the resources to be allowed to be labeled by the test suite by running ./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>
Diffstat (limited to 'tools/xm-test/grouptest')
-rw-r--r--tools/xm-test/grouptest/default1
-rw-r--r--tools/xm-test/grouptest/security1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/xm-test/grouptest/default b/tools/xm-test/grouptest/default
index d4af74057d..d82ca73d21 100644
--- a/tools/xm-test/grouptest/default
+++ b/tools/xm-test/grouptest/default
@@ -22,6 +22,7 @@ reboot
restore
save
sched-credit
+security-acm
shutdown
sysrq
unpause
diff --git a/tools/xm-test/grouptest/security b/tools/xm-test/grouptest/security
new file mode 100644
index 0000000000..4d5c8b941d
--- /dev/null
+++ b/tools/xm-test/grouptest/security
@@ -0,0 +1 @@
+security-acm