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

Method test_defaultroute_exists

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

Source from the content-addressed store, hash-verified

30 self.assertIsInstance(csroute, CsRoute)
31
32 def test_defaultroute_exists(self):
33 csroute = CsRoute()
34 self.assertTrue(csroute.defaultroute_exists())
35
36 def test_add_defaultroute(self):
37 csroute = CsRoute()

Callers

nothing calls this directly

Calls 3

defaultroute_existsMethod · 0.95
CsRouteClass · 0.90
assertTrueMethod · 0.80

Tested by

no test coverage detected