+++ This bug was initially created as a clone of Bug #918221 +++ When guest_console.log is not saved, the test dies in an exception. Log: Submitted tests: hwcert-backend run --mode auto --test core Warning: "virsh start hwcert-x86_64" has output on stderr error: Failed to start domain hwcert-x86_64 error: internal error process exited while connecting to monitor: char device redirected to /dev/pts/1 (l abel charserial0) Could not access KVM kernel module: Permission denied failed to initialize KVM: Permission denied fv_core test is running, it takes some time(less than 60 minutes), please be patient ... You may use "virsh console hwcert-x86_64" to monitor the testing progress Warning: debug could not display virsh console log. "virsh ttyconsole hwcert-x86_64" no match for regular expression ^/dev.*$ Guest has shutdown Traceback (most recent call last): File "/usr/bin/hwcert-backend", line 45, in <module> success = hwcertBackend.do(args) File "/usr/share/hwcert/lib/hwcert/backend.py", line 182, in do result = self.commands[self.command]() File "/usr/share/hwcert/lib/hwcert/harness.py", line 394, in doRun return self._doRun(tests) File "/usr/share/hwcert/lib/hwcert/harness.py", line 500, in _doRun returnValue = self.runTest(tmpDirectory, test, run, outputFilePath) File "/usr/share/hwcert/lib/hwcert/harness.py", line 924, in runTest rv = test.run() File "/usr/share/hwcert/lib/hwcert/fvtest.py", line 569, in run if not self.runGuest(): File "/usr/share/hwcert/lib/hwcert/fvtest.py", line 503, in runGuest log = open("guest_console.log") IOError: [Errno 2] No such file or directory: 'guest_console.log' --- Additional comment from Lingzhu Xiang on 2013-06-05 04:55:52 EDT --- Besides the above problem needing more robust handling of opening the file, guest_console.log is saved fine. The log file is saved in /tmp/hwcert-$random_directory instead of getting printed on stdout/err of hwcert. This could be improved.
Created attachment 957408 [details] patch
Closing as hwcert-client is obsolete. Please use redhat-certification-hardware instead.
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days