- Timestamp:
- May 28, 2016 6:07:20 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testboxcontroller.py
r61220 r61261 395 395 # Update the row in TestBoxes if something changed. 396 396 # 397 cPctScratchDiff = (cMbScratch - oTestBox.cMbScratch) * 100 / oTestBox.cMbScratch; 398 397 399 # pylint: disable=R0916 398 400 if self._sTestBoxAddr != oTestBox.ip \ … … 409 411 or fChipsetIoMmu != oTestBox.fChipsetIoMmu \ 410 412 or cMbMemory != oTestBox.cMbMemory \ 411 or cMbScratch != oTestBox.cMbScratch\413 or abs(cPctScratchDiff) >= min(4 + cMbScratch / 10240, 12) \ 412 414 or sReport != oTestBox.sReport \ 413 415 or iTestBoxScriptRev != oTestBox.iTestBoxScriptRev \
Note:
See TracChangeset
for help on using the changeset viewer.