diff --git a/nova/tests/test_instance_types.py b/nova/tests/test_instance_types.py index 12d39f71..25244ece 100644 --- a/nova/tests/test_instance_types.py +++ b/nova/tests/test_instance_types.py @@ -33,10 +33,6 @@ LOG = logging.getLogger(__name__) class InstanceTypeTestCase(test.TestCase): """Test cases for instance type code""" - def setUp(self): - super(InstanceTypeTestCase, self).setUp() - session = get_session() - def _generate_name(self): """return a name not in the DB""" nonexistent_flavor = str(int(time.time()))