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

Method test_init

systemvm/test/TestCsRedundant.py:31–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self.cmdline = CsCmdLine("cmdline", {})
30
31 def test_init(self):
32 csconfig = CsConfig()
33 csconfig.cl = self.cmdline
34 csconfig.set_address()
35
36 csredundant = CsRedundant(csconfig)
37 self.assertTrue(csredundant is not None)
38
39
40if __name__ == '__main__':

Callers

nothing calls this directly

Calls 4

set_addressMethod · 0.95
CsConfigClass · 0.90
CsRedundantClass · 0.90
assertTrueMethod · 0.80

Tested by

no test coverage detected