Changeset 90651 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Aug 12, 2021 10:27:14 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r90646 r90651 271 271 reporter.log('Disabling firewall on guest (type: %s) ...' % (sOsType,)); 272 272 273 if len(asArgs) > 0:273 if asArgs: 274 274 fRc = self.txsRunTest(oTxsSession, 'Disabling guest firewall', \ 275 275 oTestVm.pathJoin(self.getGuestSystemDir(oTestVm), asArgs[0]), asArgs); … … 302 302 asArgs = self.getWinFirewallArgsDisable('vista'); 303 303 304 if len(asArgs) > 0:304 if asArgs: 305 305 oProcess = utils.sudoProcessPopen(asArgs, stdout=subprocess.PIPE, stdin=subprocess.PIPE, 306 306 stderr=subprocess.PIPE, shell = False, close_fds = False);
Note:
See TracChangeset
for help on using the changeset viewer.