Fix idempotent id for heat scenario tests
Add inheritance to testtools.testcase.WithAttributes
Related-Prod: PROD-17306
Change-Id: Ic45af0e21703968ffe5753eebc6fc4d3feff97a2
diff --git a/heat_tempest_plugin/common/test.py b/heat_tempest_plugin/common/test.py
index 4fdfb8e..dbd2e27 100644
--- a/heat_tempest_plugin/common/test.py
+++ b/heat_tempest_plugin/common/test.py
@@ -86,7 +86,8 @@
return skipper(test_method)
-class HeatIntegrationTest(testscenarios.WithScenarios,
+class HeatIntegrationTest(testtools.testcase.WithAttributes,
+ testscenarios.WithScenarios,
testtools.TestCase):
def setUp(self):