]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Add test-requires in RPM package list form
authorJeff Peeler <jpeeler@redhat.com>
Mon, 27 Aug 2012 20:33:59 +0000 (16:33 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Mon, 27 Aug 2012 20:33:59 +0000 (16:33 -0400)
This is to allow automated installation of dependences since functional
tests are not going to be run with packages from pip.

Change-Id: Ia9f74bc353bab79d7c78cb086210d8628d701387
Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
tools/test-requires-rpm [new file with mode: 0644]

diff --git a/tools/test-requires-rpm b/tools/test-requires-rpm
new file mode 100644 (file)
index 0000000..9bf5080
--- /dev/null
@@ -0,0 +1,11 @@
+# this file lists dependencies required for the testing of heat (RPM version)
+python-setuptools
+
+python-coverage
+python-mox
+python-nose
+#nosexcover
+#openstack.nose_plugin>=0.7
+python-pep8
+python-sphinx
+python-paramiko