diff --git a/heat_integrationtests/functional/test_preview.py b/heat_integrationtests/functional/test_preview.py index 4b9d77c6b5..54f8a79f74 100644 --- a/heat_integrationtests/functional/test_preview.py +++ b/heat_integrationtests/functional/test_preview.py @@ -10,12 +10,12 @@ # License for the specific language governing permissions and limitations # under the License. -from heat_integrationtests.common import test +from heat_integrationtests.functional import functional_base from heatclient import exc import six -class StackPreviewTest(test.HeatIntegrationTest): +class StackPreviewTest(functional_base.FunctionalTestsBase): template = ''' heat_template_version: 2015-04-30 parameters: diff --git a/heat_integrationtests/functional/test_template_resource.py b/heat_integrationtests/functional/test_template_resource.py index ef2f4f5c6d..c05912c4ce 100644 --- a/heat_integrationtests/functional/test_template_resource.py +++ b/heat_integrationtests/functional/test_template_resource.py @@ -740,7 +740,7 @@ resources: self.stack_resume(stack_identifier=stack_identifier) -class ValidateFacadeTest(test.HeatIntegrationTest): +class ValidateFacadeTest(functional_base.FunctionalTestsBase): """Prove that nested stack errors don't suck.""" template = '''