Lines Matching defs:reporter

45 from testdriver import reporter;
80 reporter.log('Logging: ' + self.sVmRunning);
103 reporter.error('Failed to find a file matching "%s" in %s.' % (sRegExp, sTestBuildDir));
300 reporter.log('Testing build: %s' % (self.sTestBuild));
308 reporter.log('Extracted package filename: %s' % (sPkgFilename));
478 reporter.log('');
479 reporter.log('tdAutostart Options:');
480 reporter.log(' --test-build-dir <path>');
481 reporter.log(' Default: %s' % (self.sTestBuildDir));
482 reporter.log(' --test-vms <vm1[:vm2[:...]]>');
483 reporter.log(' Test the specified VMs in the given order. Use this to change');
484 reporter.log(' the execution order or limit the choice of VMs');
485 reporter.log(' Default: %s (all)' % (':'.join(self.asTestVMsDef)));
486 reporter.log(' --skip-vms <vm1[:vm2[:...]]>');
487 reporter.log(' Skip the specified VMs when testing.');
509 reporter.log('warning: The "--test-vms" value "%s" does not specify any of our test VMs.' % (s));
575 reporter.testStart('Autostart ' + sVmName);
615 reporter.error('Test VM is not running inside the guest for allowed user');
619 reporter.error('Test VM is running inside the guest for denied user');
621 reporter.log('Rebooting the guest failed');
623 reporter.log('Creating test VM failed');
625 reporter.log('Configuring autostart in the guest failed');
627 reporter.log('Installing VirtualBox in the guest failed');
629 reporter.log('Creating test users failed');
631 reporter.log('Guest OS helper not created for VM %s' % (sVmName));
634 reporter.testDone(not fRc);
681 reporter.testStart(sVmName);
684 reporter.testDone();