summaryrefslogtreecommitdiffstats
path: root/run_tests.py
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-03-20 19:17:05 +0000
committerTarmac <>2011-03-20 19:17:05 +0000
commitaa522497e2d438f30a8ecf2e93908226d900bd86 (patch)
treeb57bc0fecfb0cae53ba9e877e74bb9cb48ecc1a7 /run_tests.py
parent3e255ad1bc685c0d39631540e664bde49e0670db (diff)
parent98b0fd564ca86a7b38bca149b28a837c8aa2d1e8 (diff)
downloadnova-aa522497e2d438f30a8ecf2e93908226d900bd86.tar.gz
nova-aa522497e2d438f30a8ecf2e93908226d900bd86.tar.xz
nova-aa522497e2d438f30a8ecf2e93908226d900bd86.zip
Make smoketests' exit code reveal whether they were succesful.
Adjust volume tests to check the exact size of the block device, instead of a rounded-off size of the resulting filesystem. Make proxy.sh work with both variants of netcat.
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 3c8d410e1..d5d8acd16 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -60,6 +60,8 @@ import os
import unittest
import sys
+gettext.install('nova', unicode=1)
+
from nose import config
from nose import core
from nose import result