~freyes/+junk/lp1387390

« back to all changes in this revision

Viewing changes to tests/test_nova_compute_relations.py

Checkin templates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    'import_authorized_keys',
39
39
    'import_keystone_ca_cert',
40
40
    'migration_enabled',
41
 
    'configure_live_migration',
42
41
    'do_openstack_upgrade',
43
42
    'quantum_attribute',
44
43
    'quantum_enabled',
91
90
        self.migration_enabled.return_value = False
92
91
        relations.config_changed()
93
92
        self.assertFalse(self.do_openstack_upgrade.called)
94
 
        self.assertTrue(self.configure_live_migration)
95
93
        self.assertFalse(compute_joined.called)
96
94
 
97
95
    def test_amqp_joined(self):