VirtualBox

Changeset 86932 in vbox


Ignore:
Timestamp:
Nov 20, 2020 2:46:49 PM (4 years ago)
Author:
vboxsync
Message:

testmanager/status.py: Fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/cgi/status.py

    r86931 r86932  
    295295        return (TMDatabaseConnection(self._oSrvGlue.dprint),);
    296296
    297     def _actionMagicMirrorTestBoxes(self, sCmd):
     297    def _actionMagicMirrorTestBoxes(self):
    298298        """
    299299        Produces test result status for the magic mirror dashboard
    300300        """
    301         _ = sCmd;
    302301
    303302        #
     
    346345        return True;
    347346
    348     def _actionMagicMirrorTestResults(self, sCmd):
     347    def _actionMagicMirrorTestResults(self):
    349348        """
    350349        Produces test result status for the magic mirror dashboard
     
    354353        # Parse arguments and connect to the database.
    355354        #
    356         _ = sCmd;
    357355        sBranch = self._getStringParam('sBranch');
    358356        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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette