~simpoir/landscape-client-charm/charm_push_target

« back to all changes in this revision

Viewing changes to tests/10-deploy-register.py

  • Committer: 🤖 Landscape Builder
  • Author(s): Adam Collard
  • Date: 2019-04-05 14:05:56 UTC
  • mfrom: (67.1.4 install_sources_keys)
  • Revision ID: _landscape_builder-20190405140556-02pk7xjksbmwjtrm
Add install_sources and install_keys support to landscape-client charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    @classmethod
17
17
    def setUpClass(cls):
18
18
        """Set up an amulet deployment using the bundle."""
19
 
        origin = os.environ.get('LANDSCAPE_CLIENT_CHARM_ORIGIN', None)
 
19
        origin = os.environ.get('LANDSCAPE_CLIENT_CHARM_INSTALL_SOURCES', None)
20
20
        d = amulet.Deployment()
21
21
        bundle_path = os.path.join(os.path.dirname(__file__), 'bundles.yaml')
22
22
        with open(bundle_path, 'r') as bundle_file: