commit | d908bef47d0809c52a43c38d7fc879a525b4580c | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@gmail.com> | Thu Feb 22 11:29:53 2018 +0000 |
committer | Andrea Frittoli <andrea.frittoli@gmail.com> | Thu Feb 22 11:31:41 2018 +0000 |
tree | 652b6904026028402a22c42c188f470bc0a1ddff | |
parent | 50e598c873b1b2094cd3b20462e889f166b30240 [diff] |
Fix idempotent id for heat scenario tests Heat scenario test define a Tempest idempotent id, however since the base class does not inherit from WithAttributes, the id is not added to the test function, and not displayed when listing or invoking the id() method. Fixing that by adding inheritance to testtools.testcase.WithAttributes. Change-Id: Id3afee4d36a13967f9da11fc1f4c1a0576f0c3fd