commit | e2251ea8e92b03195c0cbb6435cc009b5a39ab8f | [log] [tgz] |
---|---|---|
author | Marc Koderer <marc@koderer.com> | Thu Sep 22 13:13:39 2016 +0200 |
committer | Marc Koderer <marc@koderer.com> | Fri Sep 30 12:47:17 2016 +0000 |
tree | 319b1827f3102fa5142d344cc87ce61e9fbea299 | |
parent | 35d82e59aa45e192fa81d11f7507225a0001714d [diff] |
Remove tempest.test usage from manila tests Manila tempest tests should be independent from tempest code as much as possible. The decorator test.attr is widely used in all tests to set testcase attrs. This decorator doesn't really do anyting else than calling testtools.testcase.attr. Change-Id: If10beb9ae7562524f602a6fd7254aa95ef24d70e Partially-Implements: bp tempest-no-deps