061dfb0d97
Add following tests: Create new node with specified longest name of resource class. Update existing node with specified resource class. Show resource class field of specified node. List nodes of specified resource class only. Get detailed nodes list of specified resource class only. Try to create a node with too long resource class name. Try to update a node with too long resource class name. Try to create a node with resource class using older api version. Try to update a node with resource class using older api version. Try to list nodes with resource class using older api version. Closes-Bug: #1668605 Change-Id: If412a2aeab2ab457f04067cf296cac80b4378482 |
||
---|---|---|
.. | ||
common | ||
services | ||
tests | ||
__init__.py | ||
clients.py | ||
config.py | ||
manager.py | ||
plugin.py | ||
README.rst |
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