~ubuntu-branches/ubuntu/trusty/maas/trusty-security

« back to all changes in this revision

Viewing changes to src/maasserver/testing/tests/test_rabbit.py

  • Committer: Package Import Robot
  • Author(s): Greg Lutostanski
  • Date: 2014-08-29 13:27:34 UTC
  • mto: (61.1.4 trusty-proposed)
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: package-import@ubuntu.com-20140829132734-d47evihju2etdwcy
Tags: upstream-1.5.4+bzr2294
ImportĀ upstreamĀ versionĀ 1.5.4+bzr2294

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    def test_patch(self):
27
27
        config = RabbitServerResources(
28
28
            hostname=factory.getRandomString(),
29
 
            port=factory.getRandomPort())
 
29
            port=factory.getRandomPort(),
 
30
            dist_port=factory.getRandomPort())
30
31
        self.useFixture(config)
31
32
        self.useFixture(RabbitServerSettings(config))
32
33
        self.assertEqual(