Index: /trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py	(revision 79606)
+++ /trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py	(revision 79607)
@@ -1276,4 +1276,6 @@
         fRc = True;
         oDiskCfg = self.kdStorageCfgs.get(socket.getfqdn().lower());
+        if oDiskCfg is None:
+            oDiskCfg = self.kdStorageCfgs.get(socket.gethostname().lower());
 
         # Test the host first if requested
@@ -1333,4 +1335,5 @@
                     self.cleanupStorage(self.oStorCfg);
         else:
+            reporter.testFailure('Could not get disk configuration for host: %s' % (socket.getfqdn().lower()));
             fRc = False;
 
