tempest/tempest/api/baremetal
guo yunxian 03154acd99 Delete unused parameters
param:expected_errors is not used in the following code, it is
meaningless, so delete it.

Change-Id: I37b95b750689d87163a595b68a0dbaa9c551c62f
2016-07-29 20:32:11 +08:00
..
admin Delete unused parameters 2016-07-29 20:32:11 +08:00
__init__.py API tests for Ironic 2014-01-08 11:13:46 +02:00
README.rst Move baremetal API tests to an /admin subdir 2014-07-18 11:53:52 -07:00

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).