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

Method compare

systemvm/debian/opt/cloud/bin/cs/CsAddress.py:34–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32class CsAddress(CsDataBag):
33
34 def compare(self):
35 for dev in CsDevice('', self.config).list():
36 ip = CsIP(dev, self.config)
37 ip.compare(self.dbag)
38
39 def get_interfaces(self):
40 interfaces = []

Callers

nothing calls this directly

Calls 4

compareMethod · 0.95
CsDeviceClass · 0.85
CsIPClass · 0.85
listMethod · 0.65

Tested by

no test coverage detected