~openstack-charmers-archive/charms/trusty/nova-cloud-controller/old-stable

« back to all changes in this revision

Viewing changes to unit_tests/test_nova_cc_utils.py

  • Committer: james.page at ubuntu
  • Date: 2014-05-02 10:06:23 UTC
  • mfrom: (71.2.2 nova-cloud-controller)
  • Revision ID: james.page@ubuntu.com-20140502100623-hgjubn4heiyky00y
[niedbalski] fixup unit tests for 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\n"
 
408
            "nova-compute-3\n"
409
409
        )
410
410
        isfile.return_value = True
411
411
        self.remote_unit.return_value = 'nova-compute/2'