summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-08-21 14:17:17 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-08-22 11:00:30 -0700
commit38ecad3fdac659a50876dcf06bc30bc6212b6a69 (patch)
tree43b9bf0a1a28ea523847c6a82ab6612e21713a56 /tools
parenta9604ef6b5f4b1874e2f0a6c195171e767ff9351 (diff)
downloadtuskar-ui-38ecad3fdac659a50876dcf06bc30bc6212b6a69.tar.gz
Add nosehtmloutput as a test dependency.
Adding nosehtmloutput as a test dependency allows nose to output its results to an html file. This will be used by Jenkins to save logs on a different server. Make slight modification to run_tests.sh in order to output the nose test results to two different html files. One for Horizon and one for the dashboard. Change-Id: Ic1ed086b24705d0f2bca07f8e921646532e46c3b
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index db1a18d6..8b4f0a0e 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -9,6 +9,7 @@ nose
nose-exclude
nosexcover
openstack.nose_plugin
+nosehtmloutput
pep8>=1.3
pylint
selenium