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

Method test_init

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

Source from the content-addressed store, hash-verified

26 merge.DataBag.DPATH = "."
27
28 def test_init(self):
29 csroute = CsRoute()
30 self.assertIsInstance(csroute, CsRoute)
31
32 def test_defaultroute_exists(self):
33 csroute = CsRoute()

Callers

nothing calls this directly

Calls 1

CsRouteClass · 0.90

Tested by

no test coverage detected