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

Method test_is_public

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

Source from the content-addressed store, hash-verified

32 self.csinterface = CsInterface({}, csconfig)
33
34 def test_is_public(self):
35 self.assertTrue(self.csinterface.is_public() is False)
36
37
38if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

assertTrueMethod · 0.80
is_publicMethod · 0.45

Tested by

no test coverage detected