~tylesmit/neutron/quantum-packages-bk

« back to all changes in this revision

Viewing changes to server/etc/quantum.conf

  • Committer: Tyler Smith
  • Date: 2011-08-18 18:31:56 UTC
  • Revision ID: tylesmit@cisco.com-20110818183156-8uydj2zha71luaye
Adding support for running tests.  Note that test_extensions has 5 failing tests which I'm working to resolve.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
[app:quantumapiapp]
32
32
paste.app_factory = quantum.api:APIRouterV01.factory
 
33
 
 
34
[pipeline:extensions_app_with_filter]
 
35
pipeline = extensions extensions_test_app
 
36
 
 
37
[app:extensions_test_app]
 
38
paste.app_factory = quantum.tests.unit.test_extensions:app_factory