~cjohnston/ubuntu-ci-services-itself/get-swift-image

« back to all changes in this revision

Viewing changes to juju-deployer/test_deploy.py

  • Committer: Chris Johnston
  • Author(s): Ursula Junque (Ursinha)
  • Date: 2014-03-14 23:53:04 UTC
  • mfrom: (388.2.3 private-only-is-env-variable)
  • Revision ID: chris_johnston-20140314235304-2om7dt6ogi6n41xv
[r=Evan Dandrea, Andy Doan, PS Jenkins bot] Trying to clarify the use of private ppas, adding an option to set that during deployment time 1292473 from Ursula Junque

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                self.assertEqual(val, os.environ[key])
40
40
            # defaulted by code
41
41
            self.assertEqual(os.environ['CI_CODE_SOURCE'], 'branch')
 
42
            self.assertEqual(os.environ['CI_PRIVATE_PPAS_ONLY'], '0')
42
43
 
43
44
    def test_check_dependencies(self):
44
45
        # If we cannot find any of our dependencies, this program should bail