Changeset 65372 in vbox for trunk/src/VBox
- Timestamp:
- Jan 19, 2017 12:08:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r65370 r65372 2568 2568 return oSession; 2569 2569 2570 def terminateVmBySession(self, oSession, oProgress = None, fTakeScreenshot = None): 2570 def terminateVmBySession(self, oSession, oProgress = None, fTakeScreenshot = None): # pylint: disable=R0915 2571 2571 """ 2572 2572 Terminates the VM specified by oSession and adds the release logs to
Note:
See TracChangeset
for help on using the changeset viewer.