Lines Matching defs:reporter

43 from testdriver import reporter;
101 reporter.log('');
102 reporter.log('tdStorageBenchmark1 Options:');
103 reporter.log(' --virt-modes <m1[:m2[:]]');
104 reporter.log(' Default: %s' % (':'.join(self.asVirtModesDef)));
105 reporter.log(' --cpu-counts <c1[:c2[:]]');
106 reporter.log(' Default: %s' % (':'.join(str(c) for c in self.acCpusDef)));
107 reporter.log(' --storage-ctrls <type1[:type2[:...]]>');
108 reporter.log(' Default: %s' % (':'.join(self.asStorageCtrls)));
109 reporter.log(' --disk-formats <type1[:type2[:...]]>');
110 reporter.log(' Default: %s' % (':'.join(self.asDiskFormats)));
111 reporter.log(' --disk-dirs <path1[:path2[:...]]>');
112 reporter.log(' Default: %s' % (':'.join(self.asDirs)));
113 reporter.log(' --iscsi-targets <target1[:target2[:...]]>');
114 reporter.log(' Default: %s' % (':'.join(self.asIscsiTargets)));
115 reporter.log(' --tests <test1[:test2[:...]]>');
116 reporter.log(' Default: %s' % (':'.join(self.asTests)));
117 reporter.log(' --guest-fs <fs1[:fs2[:...]]>');
118 reporter.log(' Default: %s' % (':'.join(self.asGuestFs)));
119 reporter.log(' --test-vms <vm1[:vm2[:...]]>');
120 reporter.log(' Test the specified VMs in the given order. Use this to change');
121 reporter.log(' the execution order or limit the choice of VMs');
122 reporter.log(' Default: %s (all)' % (':'.join(self.asTestVMsDef)));
123 reporter.log(' --skip-vms <vm1[:vm2[:...]]>');
124 reporter.log(' Skip the specified VMs when testing.');
186 reporter.log('warning: The "--test-vms" value "%s" does not specify any of our test VMs.' % (s));
274 reporter.testStart(sTestName);
279 reporter.testStart('Preparation');
310 reporter.testDone();
314 reporter.testStart('xfstests');
321 reporter.testDone();
323 reporter.testDone(fSkipped = True);
325 reporter.testDone(not fRc);
374 reporter.errorXcpt('attachDevice("%s",%s,%s,HardDisk,"%s") failed on "%s"' \
378 reporter.log('attached "%s" to %s' % (sDiskPath1, oSession.sName));
428 reporter.errorXcpt('failed to detach/delete disks %s and %s from storage controller' % \
440 reporter.testStart(sVmName);
443 reporter.testStart(sStorageCtrl);
459 reporter.testStart('%s' % (sDiskFormat,));
464 reporter.testStart('%s' % (sDir,));
470 reporter.testStart('%s' % (sGuestFs,));
473 if cCpus == 1: reporter.testStart('1 cpu');
474 else: reporter.testStart('%u cpus' % (cCpus,));
483 reporter.testStart(hsVirtModeDesc[sVirtMode]);
489 reporter.testDone();
490 reporter.testDone();
491 reporter.testDone();
492 reporter.testDone();
493 reporter.testDone();
494 reporter.testDone();
495 reporter.testDone();