VirtualBox

Ignore:
Timestamp:
Mar 17, 2020 1:50:19 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tests + Guest Control: Added (optional) parameter for passing "compatible with" specs to the TestFileSet object and use this in Guest Control testing.

File:
1 edited

Legend:

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

    r83295 r83308  
    15351535            cchMaxPath -= cchHst - cchGst;
    15361536            reporter.log('cchMaxPath=%s (cchHst=%s, cchGst=%s)' % (cchMaxPath, cchHst, cchGst,));
     1537        asCompatibleWith = None;
     1538        if oTestVm.isWindows():
     1539            asCompatibleWith = [ 'win' ];
    15371540        self.oTestFiles = vboxtestfileset.TestFileSet(oTestVm,
    15381541                                                      self.getGuestTempDir(oTestVm), 'addgst-1',
    1539                                                       cchMaxPath = cchMaxPath);
     1542                                                      cchMaxPath = cchMaxPath, asCompatibleWith = asCompatibleWith);
    15401543        return self.oTestFiles.upload(oTxsSession, self.oTstDrv);
    15411544
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