VirtualBox

Changeset 96651 in vbox


Ignore:
Timestamp:
Sep 8, 2022 6:47:09 AM (2 years ago)
Author:
vboxsync
Message:

ValidationKit/testdriver/vbox.py: Limit the default video recording file maximum file size to 195 MB (as the test manager web server currently is configured to 200 MB upload size currently; see @todo) [pylint].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r96650 r96651  
    909909        self.cSecsRecordingMax        = 0;     # No recording time limit in seconds.
    910910        self.cMbRecordingMax          = 195;   # The test manager web server has a configured upload limit of 200 MiBs.
    911                                                ## @todo Can we query the configured value here (via `from testmanager import config`)?
     911                                               ## @todo Can we query the configured value here
     912                                               # (via `from testmanager import config`)?
    912913
    913914        # Drop LD_PRELOAD and enable memory leak detection in LSAN_OPTIONS from vboxinstall.py
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