VirtualBox

Changeset 79918 in vbox for trunk


Ignore:
Timestamp:
Jul 22, 2019 10:11:05 AM (6 years ago)
Author:
vboxsync
Message:

vsheriff: Categorize unattended install tests with the old install tests. bugref:9151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r79092 r79918  
    158158        return self.isVBoxTest() \
    159159           and self.oTestCase.sName.lower().startswith('install:');
     160
     161    def isVBoxUnattendedInstallTest(self):
     162        """ Test case classification: VirtualBox Guest installation test. """
     163        return self.isVBoxTest() \
     164           and self.oTestCase.sName.lower().startswith('uinstall:');
    160165
    161166    def isVBoxUSBTest(self):
     
    14881493                fRc = self.investigateVBoxUnitTest(oCaseFile);
    14891494
    1490             elif oCaseFile.isVBoxInstallTest():
     1495            elif oCaseFile.isVBoxInstallTest() or oCaseFile.isVBoxUnattendedInstallTest():
    14911496                self.dprint(u'investigateVBoxVMTest is taking over %s.' % (oCaseFile.sLongName,));
    14921497                fRc = self.investigateVBoxVMTest(oCaseFile, fSingleVM = 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