tempest/tempest/api/baremetal
Kyrylo Romanenko 347f53b989 Fix docstrings to match with method arguments
Change-Id: I7022215d9a8d866379a2cb12f7dbf105e284bb7d
2016-08-29 18:29:15 +03:00
..
admin Fix docstrings to match with method arguments 2016-08-29 18:29:15 +03:00
README.rst Move baremetal API tests to an /admin subdir 2014-07-18 11:53:52 -07:00
__init__.py API tests for Ironic 2014-01-08 11:13:46 +02:00

README.rst

Tempest Field Guide to Baremetal API tests

What are these tests?

These tests stress the OpenStack baremetal provisioning API provided by Ironic.

Why are these tests in tempest? ------------------------------

The purpose of these tests is to exercise the various APIs provided by Ironic for managing baremetal nodes.

Scope of these tests

The baremetal API test perform basic CRUD operations on the Ironic node inventory. They do not actually perform hardware provisioning. It is important to note that all Ironic API actions are admin operations meant to be used either by cloud operators or other OpenStack services (i.e., Nova).