ironic/ironic_tempest_plugin
Luong Anh Tuan 8118a18da2 Replace test.attr with decorators.attr
Function 'tempest.test.attr()' has moved to 'tempest.lib.decorators
.attr()' in Pike and will be removed in a future version[1].
This patch replaces the 'tempest.test.attr()' with the 'tempest.lib
.decorators.attr().'

[1] Iaafbb112b6eee458089cc49918359a8a8d0485e2

Change-Id: I4796a1e10311cae2910e0d3ee5d0cb8368fbed1e
2017-05-19 15:59:05 +07:00
..
common Fix the exception message in tempest plugin 2017-03-14 06:41:23 +00:00
services Add functional api tests for node resource class 2017-05-03 17:31:24 +03:00
tests Replace test.attr with decorators.attr 2017-05-19 15:59:05 +07:00
__init__.py Use Tempest plugin interface 2016-01-18 19:37:42 +00:00
clients.py Do not load credentials on import in tempest plugin clients.py 2017-03-10 16:16:14 +02:00
config.py Add standalone tests using direct HTTP links 2017-03-21 09:46:17 +02:00
manager.py Fix local copy of scenario manager 2017-03-21 08:00:17 +00:00
plugin.py Add standalone tests using direct HTTP links 2017-03-21 09:46:17 +02:00
README.rst Include a copy of tempest.scenario.manager module 2017-03-16 10:17:14 -05:00

Ironic tempest plugin

This directory contains Tempest tests to cover the Ironic project, as well as a plugin to automatically load these tests into tempest.

See the tempest plugin documentation for information about creating a plugin, stable API interface, TempestPlugin class interface, plugin structure, and how to use plugins: http://docs.openstack.org/developer/tempest/plugin.html

See the Ironic documentation for information about how to run the tempest tests: http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#running-tempest-tests