Changeset 64427 in vbox for trunk/src/VBox/ValidationKit/tests/smoketests
- Timestamp:
- Oct 26, 2016 12:24:46 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py
r62484 r64427 142 142 """ 143 143 144 oSession = self.openSession(oVM); 145 146 # Enable audio adapter 147 oSession.o.machine.audioAdapter.enabled = True; 148 149 fRc = oSession.saveSettings(); 150 fRc = fRc and oSession.close(); 151 assert fRc is True; 152 144 153 # Simple test. 145 154 self.logVmInfo(oVM);
Note:
See TracChangeset
for help on using the changeset viewer.