Changeset 79607 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Jul 8, 2019 8:06:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r79604 r79607 1276 1276 fRc = True; 1277 1277 oDiskCfg = self.kdStorageCfgs.get(socket.getfqdn().lower()); 1278 if oDiskCfg is None: 1279 oDiskCfg = self.kdStorageCfgs.get(socket.gethostname().lower()); 1278 1280 1279 1281 # Test the host first if requested … … 1333 1335 self.cleanupStorage(self.oStorCfg); 1334 1336 else: 1337 reporter.testFailure('Could not get disk configuration for host: %s' % (socket.getfqdn().lower())); 1335 1338 fRc = False; 1336 1339
Note:
See TracChangeset
for help on using the changeset viewer.