Changeset 86932 in vbox
- Timestamp:
- Nov 20, 2020 2:46:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/cgi/status.py
r86931 r86932 295 295 return (TMDatabaseConnection(self._oSrvGlue.dprint),); 296 296 297 def _actionMagicMirrorTestBoxes(self , sCmd):297 def _actionMagicMirrorTestBoxes(self): 298 298 """ 299 299 Produces test result status for the magic mirror dashboard 300 300 """ 301 _ = sCmd;302 301 303 302 # … … 346 345 return True; 347 346 348 def _actionMagicMirrorTestResults(self , sCmd):347 def _actionMagicMirrorTestResults(self): 349 348 """ 350 349 Produces test result status for the magic mirror dashboard … … 354 353 # Parse arguments and connect to the database. 355 354 # 356 _ = sCmd;357 355 sBranch = self._getStringParam('sBranch'); 358 356 cHoursBack = self._getIntParam('cHours', 1, 24*14, 6); ## @todo why 6 hours here and 12 for test boxes?
Note:
See TracChangeset
for help on using the changeset viewer.