summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/api/openstack/test_servers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py
index 03e00af2a..ef8b7c65a 100644
--- a/nova/tests/api/openstack/test_servers.py
+++ b/nova/tests/api/openstack/test_servers.py
@@ -1134,5 +1134,3 @@ class TestServerInstanceCreation(test.TestCase):
self.assertTrue(server.getAttribute('adminPass').startswith('fake'))
-if __name__ == "__main__":
- unittest.main()