Changeset 59045 in vbox for trunk/src/VBox/ValidationKit/tests/installation
- Timestamp:
- Dec 7, 2015 8:33:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py
r56295 r59045 172 172 reporter.log('Set extradata: %s => %s' % (sKey, sValue)) 173 173 fRc = fRc and oSession.setExtraData(sKey, sValue) 174 175 # Enable audio adapter 176 oSession.o.machine.audioAdapter.enabled = True; 174 177 175 178 # Other variations?
Note:
See TracChangeset
for help on using the changeset viewer.