Jump to: navigation, search

Difference between revisions of "Neutron/TempestAPITests"

(Tempest API Tests for Neutron)
(Tempest API Tests for Neutron)
Line 1: Line 1:
 
== Tempest API Tests for Neutron ==
 
== Tempest API Tests for Neutron ==
The fundamental interface to the OpenStack services is a set of ReST API's ReST tutorial.<ref name="rest"> [http://www.restapitutorial.com/ ReST tutorial]. 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 deployment behaves according to the ReST API's specification.
+
The fundamental interface to the OpenStack services is a set of ReST API's ReST [http://www.restapitutorial.com/ ReST tutorial]. 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 deployment 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 uses [http://testtools.readthedocs.org/en/latest/index.html testools] Python library as a base. Test cases execute a series of API calls against OpenStack service endpoints (like Neutron or Nova) and validate the responses received from said endpoints.
 
Tempest is a set of functional integration tests intended to be run against actual OpenStack deployments. It is a functional testing framework that uses [http://testtools.readthedocs.org/en/latest/index.html testools] Python library as a base. Test cases execute a series of API calls against OpenStack service endpoints (like Neutron or Nova) and validate the responses received from said endpoints.
  
 
<references />
 
<references />

Revision as of 23:03, 8 December 2013

Tempest API Tests for Neutron

The fundamental interface to the OpenStack services is a set of ReST API's ReST ReST tutorial. 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 deployment 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 uses testools Python library as a base. Test cases execute a series of API calls against OpenStack service endpoints (like Neutron or Nova) and validate the responses received from said endpoints.