~ahasenack/landscape-client/landscape-client-11.07.1.1-0ubuntu0.11.10.0

« back to all changes in this revision

Viewing changes to landscape/broker/tests/test_service.py

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Hasenack
  • Date: 2010-09-08 15:34:09 UTC
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20100908153409-cuhirosnil6hk1f9
Tags: upstream-1.5.5
ImportĀ upstreamĀ versionĀ 1.5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        connected.addCallback(lambda remote: remote.get_server_uuid())
95
95
        connected.addCallback(lambda x: connector.disconnect())
96
96
        connected.addCallback(lambda x: self.service.stopService())
 
97
        connected.addCallback(lambda x: self.service.port.stopListening())
97
98
        return connected