VirtualBox

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


Ignore:
Timestamp:
Nov 7, 2022 7:00:32 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: Use 'cross' when creating TestFileSet.

File:
1 edited

Legend:

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

    r97422 r97439  
    17331733        self.oTestFiles = vboxtestfileset.TestFileSet(oTestVm,
    17341734                                                      self.oTstDrv.getGuestTempDir(oTestVm), 'addgst-1',
    1735                                                       cchMaxPath = cchMaxPath, asCompatibleWith = [ oTestVm.getGuestOs() ]);
     1735                                                      # Make sure that we use a lowest common denominator across all supported
     1736                                                      # platforms, to make testing the randomly generated file paths work reliably.
     1737                                                      cchMaxPath = cchMaxPath, asCompatibleWith = [ ('cross') ]);
    17361738        return self.oTestFiles.upload(oTxsSession, self.oTstDrv);
    17371739
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