VirtualBox

Ignore:
Timestamp:
Jun 27, 2020 9:24:00 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138863
Message:

Validation Kit/tdAddGuestCtrl.py: Use TestVm.getGuestOs() for creating the test file set.

File:
1 edited

Legend:

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

    r84967 r84979  
    17121712            cchMaxPath -= cchHst - cchGst;
    17131713            reporter.log('cchMaxPath=%s (cchHst=%s, cchGst=%s)' % (cchMaxPath, cchHst, cchGst,));
    1714         asCompatibleWith = None;
    1715         if oTestVm.isWindows():
    1716             asCompatibleWith = [ 'win' ];
    17171714        self.oTestFiles = vboxtestfileset.TestFileSet(oTestVm,
    17181715                                                      self.oTstDrv.getGuestTempDir(oTestVm), 'addgst-1',
    1719                                                       cchMaxPath = cchMaxPath, asCompatibleWith = asCompatibleWith);
     1716                                                      cchMaxPath = cchMaxPath, asCompatibleWith = [ oTestVm.getGuestOs() ]);
    17201717        return self.oTestFiles.upload(oTxsSession, self.oTstDrv);
    17211718
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