VirtualBox

Ignore:
Timestamp:
Mar 5, 2020 10:34:47 AM (5 years ago)
Author:
vboxsync
Message:

ValidationKit/tests/storagecfg.py: Temporary fix to unbreak the Solaris storage testbox which was broken in r133060 without anyone noticing because it went out of action before that

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py

    r82968 r83204  
    175175        else:
    176176            fRc = oExec.execBinaryNoStdOut('zfs', ('create', '-o', 'mountpoint='+sMountPoint, sPool + '/' + sVol));
     177
     178        # @todo Add proper parameters to set proper owner:group ownership, the testcase broke in r133060 for Solaris
     179        #       because ceating directories is now done using the python mkdir API instead of calling 'sudo mkdir...'.
     180        #       No one noticed though because testboxstor1 went out of action before...
     181        #       Will get fixed as soon as I'm back home.
     182        if fRc:
     183            fRc = oExec.execBinaryNoStdOut('chmod', ('777', sMountPoint));
    177184
    178185        return fRc;
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