~jelmer/launchpad/retry-update-node-tags

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-10-10 08:58:45 UTC
  • mfrom: (1218.1.26 maas)
  • Revision ID: jelmer@samba.org-20121010085845-3ahclel6uu5tsdd6
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
        # and install command lines.
139
139
        get_ephemeral_name = self.patch(kernel_opts, "get_ephemeral_name")
140
140
        get_ephemeral_name.return_value = "RELEASE-ARCH"
141
 
        expected = ["console=tty1", "console=ttyS0", "nomodeset"]
 
141
        expected = ["nomodeset"]
142
142
 
143
143
        params = make_kernel_parameters(
144
144
            purpose="commissioning", arch="i386")