Index: /trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py	(revision 71676)
+++ /trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py	(revision 71677)
@@ -417,5 +417,6 @@
             self.oVBox.host.removeUSBDeviceSource(sGadgetHost);
         else:
-            reporter.testFailure('Failed to connect to USB gadget');
+            reporter.log('warning: Failed to connect to USB gadget');
+            fRc = None
 
         _ = sUsbCtrl;
@@ -462,11 +463,12 @@
 
                 else:
-                    reporter.testFailure('Failed to impersonate test device');
+                    reporter.testFailure('Failed to create USB device filter');
 
                 oUsbGadget.disconnectFrom();
             else:
-                reporter.testFailure('Failed to connect to USB gadget');
+                reporter.testFailure('Failed to impersonate test device');
         else:
-            reporter.testFailure('Failed to create USB device filter');
+            reporter.log('warning: Failed to connect to USB gadget');
+            fRc = None
 
         return fRc;
