aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/setup.py
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-12-14 11:54:39 +0000
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-12-14 11:54:39 +0000
commitc215f5002040c189f9452732fd15752f3368c4ff (patch)
tree5939b6b16ef7dbb38055fb2682d54c1098b2c5b1 /tools/python/setup.py
parentd6f8e9a68edd88d43af8f29eda658bfa4360e27d (diff)
downloadxen-c215f5002040c189f9452732fd15752f3368c4ff.tar.gz
xen-c215f5002040c189f9452732fd15752f3368c4ff.tar.bz2
xen-c215f5002040c189f9452732fd15752f3368c4ff.zip
Added a stress test for the Xenstore-Python interface layer.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/python/setup.py')
-rw-r--r--tools/python/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python/setup.py b/tools/python/setup.py
index 79b9730a1a..49f79e1b87 100644
--- a/tools/python/setup.py
+++ b/tools/python/setup.py
@@ -46,6 +46,7 @@ setup(name = 'xen',
'xen.xend.tests',
'xen.xend.server.tests',
+ 'xen.xend.xenstore.tests',
'xen.xm.tests'
],
ext_package = "xen.lowlevel",