Lines Matching defs:reporter

45 from testdriver import reporter;
106 reporter.log('');
107 reporter.log('tdStorageBenchmark1 Options:');
108 reporter.log(' --virt-modes <m1[:m2[:]]');
109 reporter.log(' Default: %s' % (':'.join(self.asVirtModesDef)));
110 reporter.log(' --cpu-counts <c1[:c2[:]]');
111 reporter.log(' Default: %s' % (':'.join(str(c) for c in self.acCpusDef)));
112 reporter.log(' --test-vms <vm1[:vm2[:...]]>');
113 reporter.log(' Test the specified VMs in the given order. Use this to change');
114 reporter.log(' the execution order or limit the choice of VMs');
115 reporter.log(' Default: %s (all)' % (':'.join(self.asTestVMsDef)));
116 reporter.log(' --skip-vms <vm1[:vm2[:...]]>');
117 reporter.log(' Skip the specified VMs when testing.');
118 reporter.log(' --usb-ctrls <u1[:u2[:]]');
119 reporter.log(' Default: %s' % (':'.join(str(c) for c in self.asUsbCtrlsDef)));
120 reporter.log(' --usb-speed <s1[:s2[:]]');
121 reporter.log(' Default: %s' % (':'.join(str(c) for c in self.asUsbSpeedDef)));
156 reporter.log('warning: The "--test-vms" value "%s" does not specify any of our test VMs.' % (s));
163 reporter.log('warning: The "--usb-ctrls" value "%s" is not a valid USB controller.' % (s));
170 reporter.log('warning: The "--usb-speed" value "%s" is not a valid USB speed.' % (s));
281 reporter.testFailure('Failed to impersonate test device');
285 reporter.testFailure('Failed to connect to USB gadget');
287 reporter.testFailure('Failed to create USB device filter');
347 reporter.testStart(sVmName);
349 reporter.testStart(sUsbCtrl)
353 reporter.testStart(sUsbSpeed)
355 reporter.testDone(not fRc);
356 reporter.testDone();
357 reporter.testDone();
365 reporter.log("Running on host: " + self.sHostname);