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

Method setUp

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

Source from the content-addressed store, hash-verified

25class TestCsInterface(unittest.TestCase):
26
27 def setUp(self):
28 merge.DataBag.DPATH = "."
29 csconfig = CsConfig()
30 self.cmdline = CsCmdLine("cmdline", csconfig)
31 csconfig.cl = self.cmdline
32 self.csinterface = CsInterface({}, csconfig)
33
34 def test_is_public(self):
35 self.assertTrue(self.csinterface.is_public() is False)

Callers

nothing calls this directly

Calls 3

CsConfigClass · 0.90
CsCmdLineClass · 0.90
CsInterfaceClass · 0.90

Tested by

no test coverage detected