Changeset 98655 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Feb 20, 2023 3:05:40 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r98651 r98655 3377 3377 oThreadReboot = threading.Thread(target = self.threadForTestGuestCtrlSessionReboot, 3378 3378 args = (oGuestProcess,), 3379 name = ('threadForTestGuestCtrlSessionReboot'));3379 name = 'threadForTestGuestCtrlSessionReboot'); 3380 3380 oThreadReboot.setDaemon(True); # pylint: disable=deprecated-method 3381 3381 oThreadReboot.start();
Note:
See TracChangeset
for help on using the changeset viewer.