Jump to: navigation, search

Difference between revisions of "Functional Testing (Marconi)"

m (Kgriffs moved page Marconi/docs/contrib/quality/functional to Performance Testing (Marconi): Follow mediawiki page naming conventions)
m (Kgriffs moved page Performance Testing (Marconi) to Functional Testing (Marconi): oops, should have been "Functional" not "Performance")
 
(No difference)

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