VirtualBox

Changeset 86648 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Oct 20, 2020 1:59:45 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141024
Message:

bugref:9781. Added the placeholder @@VBOX_COND_GUEST_VERSION[>(required version)]@@. Updated the templates. Removed the obsolete function getGuestOSConditional().

Location:
trunk/src/VBox/ValidationKit/tests/api
Files:
2 edited

Legend:

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

    r82968 r86648  
    6161        """
    6262        fRc = True;
     63
     64        if not self.oTstDrv.importVBoxApi():
     65            return False
    6366
    6467        # Import a set of simple OVAs.
  • trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py

    r86505 r86648  
    145145        fRc = True
    146146        try:
    147 
    148             ## @todo r=bird: Too much unncessary crap inside try clause.  Only oVM.moveTo needs to be here.
    149             ##               Though, you could make an argument for oVM.name too, perhaps.
    150 
    151147            # move machine
    152148            reporter.log('Moving machine "%s" to the "%s"' % (oVM.name, sLocation))
     
    236232
    237233                reporter.log('####### Reference locations: #######')
    238                 for eachItem in aActuals:
     234                for eachItem in aReferences:
    239235                    reporter.log(' "%s"' % (eachItem))
    240236
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