Changeset 93169 in vbox
- Timestamp:
- Jan 10, 2022 6:54:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r93140 r93169 1456 1456 ( False, self.testGuestCtrlFileWrite, 'file_write', 'File write',), 1457 1457 ( False, self.testGuestCtrlFileRemove, 'file_remove', 'Removing files',), # Destroys prepped files. 1458 ( False, self.testGuestCtrlSessionReboot, 'session_reboot', 'Session w/ Guest Reboot',), # May zap /tmp.1459 1458 ( False, self.testGuestCtrlUpdateAdditions, 'update_additions', 'Updating Guest Additions',), 1460 1459 ]; 1460 1461 if not self.fSkipKnownBugs: 1462 atTests.extend([ 1463 ## @todo Seems to (mainly?) fail on Linux guests, primarily running with systemd as service supervisor. 1464 # Needs to be investigated and fixed. 1465 ( False, self.testGuestCtrlSessionReboot, 'session_reboot', 'Session w/ Guest Reboot',), # May zap /tmp. 1466 ]); 1461 1467 1462 1468 fRc = True;
Note:
See TracChangeset
for help on using the changeset viewer.