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

« back to all changes in this revision

Viewing changes to config.py

  • Committer: Andres Rodriguez
  • Date: 2016-04-11 22:45:13 UTC
  • Revision ID: andreserl@ubuntu.com-20160411224513-kr8fo1pmbcquccig
disable juju

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
# Whether or not the juju tests should be performed.
30
30
DO_NOT_TEST_JUJU = bool(
31
 
    os.environ.get('DO_NOT_TEST_JUJU', False))
 
31
    os.environ.get('DO_NOT_TEST_JUJU', True))
32
32
 
33
33
# Whether or not set the http proxy. Currently only working on raring
34
34
DO_NOT_SET_PROXY = bool("raring" not in platform.linux_distribution())