~james-page/charms/trusty/nova-cloud-controller/juno-opening

« back to all changes in this revision

Viewing changes to unit_tests/test_nova_cc_utils.py

  • Committer: James Page
  • Date: 2014-04-28 08:07:27 UTC
  • Revision ID: james.page@canonical.com-20140428080727-11g5uxwzdwof4zyr
[trivial] Fixup broken unit test for ssh key management

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
            "\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC27Us7lSjCpa7bumXAgc "
406
406
            "nova-compute-1\n"
407
407
            "ssh-rsa CCCCB3NzaC1yc2ECCCCDCQCBCCCBCQC27Us7lSjCpa7bumXCgc "
408
 
            "nova-compute-3\n"
 
408
            "nova-compute-3\n\n"
409
409
        )
410
410
        isfile.return_value = True
411
411
        self.remote_unit.return_value = 'nova-compute/2'