summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteve Leon <steve.leon@hp.com>2012-12-20 11:14:35 -0800
committerVipul Sabhaya <vipuls@gmail.com>2013-01-11 15:06:25 -0800
commitb1f061b2e82f930d8c918229931161c570626e03 (patch)
tree9d7408b0937e26edc6b6e8749bd26c820f322678 /tools
parent3ddfd656d5d69dffd4c4f5733263a8d3e9f56d7b (diff)
downloadtrove-b1f061b2e82f930d8c918229931161c570626e03.tar.gz
Adding guest agent pkg unit tests and running them with testr
Added unit tests for reddwarf.guestagent.pkg module. Added tests for package install, remove and version Changing the test runner of unittests to be run by testr instead of probocis/nose Remove probocis reference from the dbaas test Moved dbaas.py to reddwarf/tests/unittests tracked by bug #1090139 Change-Id: Ia25fbe996d04d39e83edef0369de0e7fccce579e
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/test-requires b/tools/test-requires
index f6553af4..2dc96eef 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -2,7 +2,6 @@
distribute>=0.6.28
coverage
-mox
nose
nosexcover
openstack.nose_plugin
@@ -13,5 +12,7 @@ wsgi_intercept
proboscis
python-reddwarfclient
mock
-testtools
-pexpect \ No newline at end of file
+testtools>=0.9.22
+pexpect
+discover
+testrepository>=0.0.8