Jump to: navigation, search

Functional Testing (Marconi)

Revision as of 15:40, 9 May 2014 by Malini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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