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

Method update

test/integration/plugins/datera/TestVolumes.py:274–277  ·  view source on GitHub ↗
(self, overrideFileName)

Source from the content-addressed store, hash-verified

272 }
273
274 def update(self, overrideFileName):
275 if os.path.exists(overrideFileName):
276 with open(overrideFileName) as fd:
277 self.testdata = self._update(self.testdata, json.loads(fd.read()))
278
279 def _update(self, d, u):
280

Callers 2

_updateMethod · 0.95
setUpClassMethod · 0.95

Calls 3

_updateMethod · 0.95
existsMethod · 0.65
readMethod · 0.45

Tested by

no test coverage detected