VirtualBox

Ignore:
Timestamp:
Jul 10, 2023 2:50:57 PM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158218
Message:

ValidationKit/tests/api/tdSnapshots1.py: Improve VBox Test Manager
result readability by using the test name for the testStart() text.
Set the Oracle 6 VM guest operating system type back to 'Oracle'
rather than 'Oracle6' since VBox 6.1 doesn't have the additional Linux
guest OS subtypes which causes a test failure on 6.1. bugref:10252

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/api/tdSnapshots1.py

    r100454 r100466  
    9595          + Verify snapshot 'beta' still exists (IMachine::findSnapshot())
    9696        """
    97         reporter.testStart('Verify saved state file exists after nested snapshot restore');
     97        reporter.testStart('testRestoreNestedSnapshot');
     98        reporter.log('Verify saved state file exists after nested snapshot restore');
    9899
    99100        # Restoring an online snapshot requires an updated TXS (r157880 or later) for the
     
    102103        reporter.log('Creating test VM: \'%s\'' % self.sVmName);
    103104        oVM = self.oTstDrv.createTestVM(self.sVmName, 1, sHd = '7.1/ol-6u10-x86.vdi',
    104                                         sKind = 'Oracle6', fIoApic = True,
     105                                        sKind = 'Oracle', fIoApic = True,
    105106                                        sDvdImage = self.oTstDrv.sVBoxValidationKitIso);
    106107        if oVM is None:
     
    204205
    205206        reporter.testStart('testDeleteSnapshots');
     207        reporter.log('Verify IMachine::unregister()+IMachine::deleteConfig() deletes snapshots');
    206208        oVM = self.oTstDrv.getVmByName(self.sVmName);
    207209        # IMachine::stateFilePath() isn't implemented in the testdriver so we manually
Note: See TracChangeset for help on using the changeset viewer.

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