diff options
Diffstat (limited to 'heat/tests/common.py')
-rw-r--r-- | heat/tests/common.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/heat/tests/common.py b/heat/tests/common.py index e26720f41..54bda0c0f 100644 --- a/heat/tests/common.py +++ b/heat/tests/common.py @@ -298,10 +298,6 @@ class HeatTestCase(testscenarios.WithScenarios, validate = self.patchobject(neutron.QoSPolicyConstraint, 'validate') validate.return_value = True - def stub_NovaNetworkConstraint(self): - validate = self.patchobject(nova.NetworkConstraint, 'validate') - validate.return_value = True - def stub_KeystoneProjectConstraint(self): validate = self.patchobject(ks_constr.KeystoneProjectConstraint, 'validate') |