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