Add support for Canonical etcd charm

This commit is contained in:
Cory Benfield
2015-06-19 09:18:26 +01:00
parent 1653f11e44
commit af9e25bb3d
9 changed files with 16 additions and 22 deletions

View File

@@ -731,7 +731,6 @@ class NeutronAPIHooksTests(CharmTestCase):
)
def test_etcd_peer_joined(self):
self._call_hook('etcd-peer-relation-joined')
self._call_hook('etcd-proxy-relation-joined')
self.assertTrue(self.CONFIGS.register.called)
self.CONFIGS.write.assert_called_with('/etc/init/etcd.conf')
self.force_etcd_restart.assert_called_once_with()