VirtualBox

Ignore:
Timestamp:
Aug 12, 2021 10:46:14 AM (3 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Added initial support to tdAudioTest.py to disable the guest and host firewalls to let VKAT / ATS through (and to not make the tests hang in such cases) [pylint]. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py

    r90651 r90653  
    241241        if   sOsType == 'vista': # Vista and up.
    242242            return (['netsh', 'advfirewall', 'set', 'allprofiles', 'state', 'off']);
    243         elif sOsType == 'xp':    # Older stuff (XP / 2003).
     243        elif sOsType == 'xp':   # pylint: disable=no-else-return
     244            # Older stuff (XP / 2003).
    244245            return(['netsh', 'firewall', 'set', 'opmode', 'mode=DISABLE']);
    245246        # Not supported / available.
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