Jump to: navigation, search

Difference between revisions of "Functional Testing (Marconi)"

(Created page with "Marconi has an extensive functional test suite - https://github.com/openstack/marconi/tree/master/tests/functional. The test suite covers all Marconi APIs, with positive & neg...")
 
Line 1: Line 1:
 +
==== Functional Tests ====
 +
 
Marconi has an extensive functional test suite - https://github.com/openstack/marconi/tree/master/tests/functional.
 
Marconi has an extensive functional test suite - https://github.com/openstack/marconi/tree/master/tests/functional.
 
The test suite covers all Marconi APIs, with positive & negative tests for each API.
 
The test suite covers all Marconi APIs, with positive & negative tests for each API.
Line 5: Line 7:
 
The tests are run against a sqlite backend.
 
The tests are run against a sqlite backend.
  
Plans for the short term:
+
===== Plans for the short term =====
  
 
# Update the tests to run against devstack
 
# Update the tests to run against devstack
 
# Run functional tests against devstack at the gate
 
# Run functional tests against devstack at the gate

Revision as of 15:42, 9 May 2014

==== Functional Tests ==== 

Marconi has an extensive functional test suite - https://github.com/openstack/marconi/tree/master/tests/functional. The test suite covers all Marconi APIs, with positive & negative tests for each API.

Openstack gate runs the functional tests whenever a new patch is submitted. The tests are run against a sqlite backend.

Plans for the short term
  1. Update the tests to run against devstack
  2. Run functional tests against devstack at the gate