murano-tempest-plugin/murano_tempest_tests/tests/api/application_catalog
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
..
artifacts Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
__init__.py Add application catalog repository tests to the tempest plugin. 2016-01-27 22:16:25 +00:00
base.py Use tempest.test.BaseTestCase for murano tempest tests 2017-06-17 16:13:51 +01:00
test_categories.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_categories_negative.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_env_templates.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_env_templates_negative.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_environments.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_environments_negative.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_repository.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_repository_negative.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_services.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_services_negative.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_sessions.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_sessions_negative.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_static_actions.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00
test_static_actions_negative.py Update testtools.testcase.attr to decorators.attr 2017-07-19 18:10:00 +00:00