aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/lib
diff options
context:
space:
mode:
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>2012-11-13 10:47:00 +0000
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>2012-11-13 10:47:00 +0000
commitb918dce5bb2a665a34ff893a9df5392fb8ea429d (patch)
tree01485ddfa0f78b9e0b59ea896c3a88580d3182d3 /tools/xm-test/lib
parentdde22055ac3aa45eb9ec4b297874638c2a25c320 (diff)
downloadxen-b918dce5bb2a665a34ff893a9df5392fb8ea429d.tar.gz
xen-b918dce5bb2a665a34ff893a9df5392fb8ea429d.tar.bz2
xen-b918dce5bb2a665a34ff893a9df5392fb8ea429d.zip
tools: Remove the vtpm process model
Remove the old vtpm process model. It doesn't work very well and is no longer supported. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/xm-test/lib')
-rw-r--r--tools/xm-test/lib/XmTestLib/XenDomain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/xm-test/lib/XmTestLib/XenDomain.py b/tools/xm-test/lib/XmTestLib/XenDomain.py
index ae8c550c48..3ba7433e2b 100644
--- a/tools/xm-test/lib/XmTestLib/XenDomain.py
+++ b/tools/xm-test/lib/XmTestLib/XenDomain.py
@@ -59,7 +59,6 @@ class XenConfig:
# These options need to be lists
self.defaultOpts["disk"] = []
self.defaultOpts["vif"] = []
- self.defaultOpts["vtpm"] = []
self.opts = self.defaultOpts