Changeset 90653 in vbox for trunk/src/VBox/ValidationKit/tests/audio
- Timestamp:
- Aug 12, 2021 10:46:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r90651 r90653 241 241 if sOsType == 'vista': # Vista and up. 242 242 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). 244 245 return(['netsh', 'firewall', 'set', 'opmode', 'mode=DISABLE']); 245 246 # Not supported / available.
Note:
See TracChangeset
for help on using the changeset viewer.