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...")
 
m (Kgriffs moved page Performance Testing (Marconi) to Functional Testing (Marconi): oops, should have been "Functional" not "Performance")
 
(3 intermediate revisions by 2 users not shown)
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.
  
 
Openstack gate runs the functional tests whenever a new patch is submitted.
 
Openstack gate runs the functional tests whenever a new patch is submitted.
The tests are run against a sqlite backend.
+
The tests run against a sqlite backend, and use the sqlalchemy driver
 
+
==== 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

Latest revision as of 22:36, 10 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 run against a sqlite backend, and use the sqlalchemy driver

Plans for the short term

  1. Update the tests to run against devstack
  2. Run functional tests against devstack at the gate