Exemplo n.º 1
0
    def tearDown(self):
        db.flavor_destroy(
                self.admin_context, self.disabled_type['name'])

        super(DisabledFlavorsWithRealDBTestV21, self).tearDown()
Exemplo n.º 2
0
 def destroy(self):
     db.flavor_destroy(self._context, self.name)
Exemplo n.º 3
0
 def destroy(self):
     db.flavor_destroy(self._context, self.name)
 def tearDown(self):
     # Remove the instance type from the database
     db.flavor_destroy(self.context, "cg1.4xlarge")
     super(InstanceTypeExtraSpecsTestCase, self).tearDown()
 def tearDown(self):
     # Remove the instance type from the database
     db.flavor_destroy(self.context, "cg1.4xlarge")
     super(InstanceTypeExtraSpecsTestCase, self).tearDown()
Exemplo n.º 6
0
    def tearDown(self):
        db.flavor_destroy(self.admin_context, self.disabled_type['name'])

        super(DisabledFlavorsWithRealDBTestV21, self).tearDown()