~joetalbott/ubuntu-ci-services-itself/webui_equal_height

« back to all changes in this revision

Viewing changes to juju-deployer/test_deploy.py

merge with trunk

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