Comment 2 for bug 658536

Revision history for this message
karlrt (karlrt) wrote :

the checkbox.log file, with checkbog-gtk --log-level=debug I think only the one of the last lines is interesting:

2010-10-11 20:52:11,692 ERROR Keyboard interrupt while running event handler None.ManualTest.prompt_manual() for event type 'prompt-manual' with args (<checkbox_gtk.gtk_interface.GTKInterface object at 0x2e50650>, {'status': 'uninitiated', 'description': u'This will check to make sure your system can successfully hibernate (if supported).\n\nClick the Test button to begin. The system will hibernate and should wake itself within 5 minutes. If your system does not wake itself after 5 minutes, please press the power button to wake the system manually.\n\nDid the system successfully hibernate and did it work properly after waking up?', 'plugin': 'manual', 'depends': ['rtc'], 'command': 'sleep_test -s disk -w 120 --debug', 'suite': 'sleep', 'type': 'test', 'resources': [], 'name': 'hibernate_once'}) {}.
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/checkbox/reactor.py", line 70, in fire
    results.append(handler(*args, **kwargs))
  File "/usr/share/checkbox/plugins/manual_test.py", line 39, in prompt_manual
    interface.show_test(test, runner)
  File "/usr/lib/python2.6/dist-packages/checkbox_gtk/gtk_interface.py", line 62, in __call__
    return self._function(self._instance, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/checkbox_gtk/gtk_interface.py", line 483, in show_test
    self._run_dialog()
  File "/usr/lib/python2.6/dist-packages/checkbox_gtk/gtk_interface.py", line 205, in _run_dialog
    raise KeyboardInterrupt
KeyboardInterrupt