tempest/tempest/api/baremetal
Ken'ichi Ohmichi d079c8925d Add pep8 check to use data_utils.rand_uuid()
There is a common method for generating random uuid value.
So it is nice to avoid pointing it out on human review to reduce
reviewing workload.
In addition, this patch removes str() around the method calls
because str() is called in the method.

Change-Id: Ic8caea352d27c479fdb765a699d277b59f1c5bb4
2016-04-19 14:23:00 -07:00
..
admin Add pep8 check to use data_utils.rand_uuid() 2016-04-19 14:23:00 -07: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).