~evilnick/maas/1.2-docs-tidyup+preseed

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): John Arbash Meinel
  • Date: 2012-11-08 06:53:56 UTC
  • mfrom: (1291.1.1 1.2-lint)
  • Revision ID: tarmac-20121108065356-rdwhy0pzm5q860f5
[r=jameinel][bug=][author=jameinel] Just get 'make lint' happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        # verbatim.
142
142
        self.assertThat(cmdline, Contains(' ' + extra_opts))
143
143
 
144
 
    def test_commissioning_compose_kernel_command_line_handles_extra_opts_None(self):
 
144
    def test_commissioning_compose_kernel_handles_extra_opts_None(self):
145
145
        params = make_kernel_parameters(extra_opts=None)
146
146
        cmdline = compose_kernel_command_line(params)
147
147
        self.assertNotIn(cmdline, "None")