~qajenkinsbot/qa-dashboard/production

« back to all changes in this revision

Viewing changes to qa_dashboard/settings.py

  • Committer: Joe Talbott
  • Date: 2013-05-14 01:17:05 UTC
  • mto: (1.1.411 qa-dashboard)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: joe.talbott@canonical.com-20130514011705-bcakz536ejsursu6
smokeng - Add smoke rewrite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
    'performance',
148
148
    'power',
149
149
    'smoke',
 
150
    'smokeng',
150
151
    'sru',
151
152
    'idle_power',
152
153
)
163
164
    'south',
164
165
)
165
166
 
166
 
INSTALLED_APPS += LOCAL_APPS
 
167
INSTALLED_APPS = LOCAL_APPS + INSTALLED_APPS
167
168
 
168
169
TEST_RUNNER = "qa_dashboard.local_tests.LocalAppsTestSuiteRunner"
169
170