~jelmer/maas/rndc-confgen-path

« back to all changes in this revision

Viewing changes to src/provisioningserver/tests/test_maas_import_pxe_files.py

  • Committer: Tarmac
  • Author(s): Andres Rodriguez
  • Date: 2012-10-02 15:02:26 UTC
  • mfrom: (1110.1.4 maas-squashfs)
  • Revision ID: tarmac-20121002150226-cl7hxchbwfoht1kw
[r=julian-edwards][bug=][author=andreserl] Add maas-import-squashfs, which is a script that downloads the squashfs from the current location (cdimage.ubuntu.com). This squashfs root filesystem is used to deploy Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
            # Suppress running of maas-import-ephemerals.  It gets too
161
161
            # intimate with the system to test here.
162
162
            'IMPORT_EPHEMERALS': '0',
 
163
            # Suppress running of maas-import-squashfs.  It gets too
 
164
            # intimate with the system to test here.
 
165
            'IMPORT_SQUASHFS': '0',
163
166
        }
164
167
        env.update(self.config_fixture.environ)
165
168
        if arch is not None: