murano-tempest-plugin/murano_tempest_tests
Felipe Monteiro ee7dfac465 Update testtools.testcase.attr to decorators.attr
Tempest has moved their attr decorator to tempest.lib [0]. So now
that decortators.attr is a part of Tempest's stable library, we
should use it instead of testtools.testcase.attr, since it is
the standardized way of adding attributes to test cases in
Tempest.

This allows the possibility of doing:

    @decorators.attr(type=['foo', 'bar'])

Rather than:

    @testtools.testcase.attr('foo')
    @testtools.testcase.attr('bar')

[0] https://review.openstack.org/#/c/456236/

Change-Id: I76c23e46e57dbdbbce046f1522ed5489e5ec9d1f
2017-07-19 18:10:00 +00:00
..
extras Repair cinder integration tests 2016-10-17 16:50:33 +03:00
services Remove long-ago deprecated show_categories 2017-06-22 15:58:25 +01:00
tests Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
__init__.py Initial commit for service broker tests in tempest plugin 2015-11-06 00:48:40 +03:00
clients.py Use default credentials if None has been passed 2017-07-03 13:39:18 +00:00
config.py Fix config type of run_service_broker_tests to Boolean 2017-04-24 17:30:20 +05:30
plugin.py Make use of already registered group 2017-02-02 17:36:35 +05:30
utils.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00