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

Method test_init

systemvm/test/TestCsApp.py:30–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 merge.DataBag.DPATH = "."
29
30 def test_init(self):
31 csconfig = CsConfig()
32 csconfig.cmdline()
33 csip = CsIP("eth0", csconfig)
34 csapp = CsApp(csip)
35 self.assertTrue(csapp is not None)
36
37
38if __name__ == '__main__':

Callers

nothing calls this directly

Calls 5

cmdlineMethod · 0.95
CsConfigClass · 0.90
CsIPClass · 0.90
CsAppClass · 0.90
assertTrueMethod · 0.80

Tested by

no test coverage detected