blob: 759c93786a50123f76586d655957d9cb4c33bf7d [file] [log] [blame]
Adam Gandelman2a86f1c2014-06-18 11:34:42 -07001Tempest Field Guide to Baremetal API tests
2==========================================
3
4
5What are these tests?
6---------------------
7
8These tests stress the OpenStack baremetal provisioning API provided by
9Ironic.
10
11
12Why are these tests in tempest?
13------------------------------
14
15The purpose of these tests is to exercise the various APIs provided by Ironic
16for managing baremetal nodes.
17
18
19Scope of these tests
20--------------------
21
22The baremetal API test perform basic CRUD operations on the Ironic node
23inventory. They do not actually perform hardware provisioning. It is important
24to note that all Ironic API actions are admin operations meant to be used
25either by cloud operators or other OpenStack services (i.e., Nova).