VirtualBox

Changeset 65746 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 10, 2017 6:40:34 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113461
Message:

ValidationKit/tdStorageBenchmark1: Fixes

File:
1 edited

Legend:

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

    r65731 r65746  
    100100        """
    101101        lstPools = None;
    102         fRc, sOutput = oExec.execBinary('zpool', ('list', '-H'));
     102        fRc, sOutput, _ = oExec.execBinary('zpool', ('list', '-H'));
    103103        if fRc:
    104104            lstPools = [];
     
    117117        """
    118118        lstVolumes = None;
    119         fRc, sOutput = oExec.execBinary('zfs', ('list', '-H'));
     119        fRc, sOutput, _ = oExec.execBinary('zfs', ('list', '-H'));
    120120        if fRc:
    121121            lstVolumes = [];
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