VirtualBox

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


Ignore:
Timestamp:
Jun 11, 2020 9:06:48 PM (4 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1: Attempt to make TXS' updating mechanism work with using the combined VISO (GA + VaKit). Follow-up fix to r138600.

File:
1 edited

Legend:

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

    r84797 r84801  
    210210
    211211        if oTestVm.isWindows():
    212             self.sFileCdWait = 'VBoxWindowsAdditions.exe';
     212            self.sFileCdWait = ('%s/VBoxWindowsAdditions.exe' % (self.sPathGaISO,));
    213213        elif oTestVm.isLinux():
    214             self.sFileCdWait = 'VBoxLinuxAdditions.run';
     214            self.sFileCdWait = ('%s/VBoxLinuxAdditions.run' % (self.sPathGaISO,));
    215215
    216216        reporter.testStart('Waiting for TXS + CD (%s)' % (self.sFileCdWait,));
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