VirtualBox

Changeset 100453 in vbox


Ignore:
Timestamp:
Jul 10, 2023 12:39:34 PM (17 months ago)
Author:
vboxsync
Message:

ValidationKit/tests/api/tdSnapshots1.py: Update the testStart() text to
be less than 64 characters as the VBox Test Manager croaks if this field
is any longer than that (g_kcchMaxTestResultName=64 in testresults.py).
Also update the Oracle 6 VM guest operating system type to be 'Oracle6'
rather than 'Oracle6_64' as it's a 32-bit OS. bugref:10252

File:
1 edited

Legend:

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

    r100401 r100453  
    9595          + Verify snapshot 'beta' still exists (IMachine::findSnapshot())
    9696        """
    97         reporter.testStart('testRestoreNestedSnapshot');
     97        reporter.testStart('Verify saved state file exists after nested snapshot restore');
    9898
    9999        # Restoring an online snapshot requires an updated TXS (r157880 or later) for the
     
    102102        reporter.log('Creating test VM: \'%s\'' % self.sVmName);
    103103        oVM = self.oTstDrv.createTestVM(self.sVmName, 1, sHd = '7.1/ol-6u10-x86.vdi',
    104                                         sKind = 'Oracle', fIoApic = True,
     104                                        sKind = 'Oracle6', fIoApic = True,
    105105                                        sDvdImage = self.oTstDrv.sVBoxValidationKitIso);
    106106        if oVM is None:
     
    203203        """
    204204
    205         reporter.testStart('Verifying IMachine::unregister()+IMachine::deleteConfig() deletes snapshots');
     205        reporter.testStart('Verify IMachine::unregister()+deleteConfig() deletes snapshots');
    206206        oVM = self.oTstDrv.getVmByName(self.sVmName);
    207207        # IMachine::stateFilePath() isn't implemented in the testdriver so we manually
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