Changeset 83640 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Apr 9, 2020 7:17:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r83639 r83640 1578 1578 # VBoxService handling. 1579 1579 # 1580 def vboxServiceControl(self, oTxsSession, oTestVm, fStart): 1580 def vboxServiceControl(self, oTxsSession, oTestVm, fStart): # pylint: disable=no-else-return 1581 1581 """ 1582 1582 Controls VBoxService on the guest by starting or stopping the service.
Note:
See TracChangeset
for help on using the changeset viewer.