summaryrefslogtreecommitdiffstats
path: root/nova
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 /nova
parent3e255ad1bc685c0d39631540e664bde49e0670db (diff)
parent98b0fd564ca86a7b38bca149b28a837c8aa2d1e8 (diff)
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 'nova')
-rw-r--r--nova/tests/api/openstack/test_servers.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py
index a5fd4140f..efba2970f 100644
--- a/nova/tests/api/openstack/test_servers.py
+++ b/nova/tests/api/openstack/test_servers.py
@@ -1174,7 +1174,3 @@ class TestServerInstanceCreation(test.TestCase):
server = dom.childNodes[0]
self.assertEquals(server.nodeName, 'server')
self.assertTrue(server.getAttribute('adminPass').startswith('fake'))
-
-
-if __name__ == "__main__":
- unittest.main()