~brendan-donegan/maas/qa-lab-tests_custom_boot_source

« back to all changes in this revision

Viewing changes to config.py

  • Committer: Brendan Donegan
  • Date: 2016-10-07 10:10:19 UTC
  • Revision ID: brendan.donegan@canonical.com-20161007101019-d4lp3ukrbb1gmnyb
Add test to set custom boot source

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
"""
118
118
 
119
119
TEST_JUJU = bool(os.environ.get('TEST_JUJU', False))
 
120
TEST_CUSTOM_IMAGES = bool(os.environ.get('TEST_CUSTOM_IMAGES', False))