Jump to: navigation, search

Neutron/TempestAPITests

< Neutron
Revision as of 23:55, 7 December 2013 by Miguel (talk | contribs) (Tempest API Tests for Neutron)

Tempest API Tests for Neutron

The fundamental interface to the OpenStack services is a set of ReST API's. Other interfaces, such as CLI commands or the Horizon portal, are built on top of these ReST API's. As a consequence, it is of paramount importance to have tools to validate that an OpenStack instance behaves according to the ReST API's specification.

Tempest is a set of functional integration tests intended to be run against actual OpenStack deployments. It is a functional testing framework that ues testools