VirtualBox

Changeset 92306 in vbox for trunk


Ignore:
Timestamp:
Nov 9, 2021 11:57:32 PM (3 years ago)
Author:
vboxsync
Message:

TestManager: Use utils.formatIntervalSeconds2 to format cSecEffTimeout on the result page as it is not an integer in python 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuitestresult.py

    r83403 r92306  
    539539        cSecEffTimeout = cSecCfgTimeout * oTestBox.pctScaleTimeout / 100;
    540540        aoResultRows.append([ 'Timeout:',
    541                               '%s (%s sec)' % (utils.formatIntervalSeconds(cSecEffTimeout), cSecEffTimeout,) ]);
     541                              '%s (%s sec)' % (utils.formatIntervalSeconds2(cSecEffTimeout), cSecEffTimeout,) ]);
    542542        if cSecEffTimeout != cSecCfgTimeout:
    543543            aoResultRows.append([ 'Cfg Timeout:',
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