VirtualBox

Changeset 93169 in vbox


Ignore:
Timestamp:
Jan 10, 2022 6:54:04 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: Only enable guest session reboot testing when --add-guest-ctrl-skip-known-bugs is not defined (needs fixing first).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r93140 r93169  
    14561456            ( False, self.testGuestCtrlFileWrite,           'file_write',       'File write',),
    14571457            ( False, self.testGuestCtrlFileRemove,          'file_remove',      'Removing files',), # Destroys prepped files.
    1458             ( False, self.testGuestCtrlSessionReboot,       'session_reboot',   'Session w/ Guest Reboot',), # May zap /tmp.
    14591458            ( False, self.testGuestCtrlUpdateAdditions,     'update_additions', 'Updating Guest Additions',),
    14601459        ];
     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            ]);
    14611467
    14621468        fRc = True;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette