MCPcopy Create free account
hub / github.com/apache/cloudstack / test_init

Method test_init

systemvm/test/TestCsDhcp.py:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 # @mock.patch('cs.CsDhcp.CsHelper')
31 # @mock.patch('cs.CsDhcp.CsDnsMasq')
32 def test_init(self):
33 csdhcp = CsDhcp("dhcpentry", {})
34 self.assertTrue(csdhcp is not None)
35
36
37if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

CsDhcpClass · 0.90
assertTrueMethod · 0.80

Tested by

no test coverage detected