Comment #10 on issue 881 by [email protected]: Executing run multiple
times on RobotRunner fails
http://code.google.com/p/robotframework/issues/detail?id=881
Mikko,
Attaching a sample file. The output is pasted below. It fails on the second
run.
run:
==============================================================================
Lamptest
==============================================================================
Connect to lamp |
PASS |
------------------------------------------------------------------------------
Firmware version test |
PASS |
------------------------------------------------------------------------------
Nr of devices test |
PASS |
------------------------------------------------------------------------------
LED Driver FW test |
PASS |
------------------------------------------------------------------------------
LED Plate Wavelength Test |
PASS |
------------------------------------------------------------------------------
Temperature Test |
PASS |
------------------------------------------------------------------------------
RTC test |
PASS |
------------------------------------------------------------------------------
Simple LED test |
PASS |
------------------------------------------------------------------------------
Device voltage test |
PASS |
------------------------------------------------------------------------------
Stress loop test |
PASS |
------------------------------------------------------------------------------
Close |
PASS |
------------------------------------------------------------------------------
Lamptest |
PASS |
11 critical tests, 11 passed, 0 failed
11 tests total, 11 passed, 0 failed
==============================================================================
Output: C:\Anthony\robottest\output.xml
Log: C:\Anthony\robottest\log.html
[ ERROR ] Unexpected error: AttributeError: RunnableTestSuite instance has
no attribute 'remove_keywords'
Traceback (most recent call last):
File "C:\Users\anthony\Documents\NetBeansProjects\EOLTest\lib\robotframework-2.6.2.jar\Lib\robot\__init__$py.class",
line 88, in _execute
File "C:\Users\anthony\Documents\NetBeansProjects\EOLTest\lib\robotframework-2.6.2.jar\Lib\robot\__init__$py.class",
line 123, in run
File "C:\Users\anthony\Documents\NetBeansProjects\EOLTest\lib\robotframework-2.6.2.jar\Lib\robot\running\model$py.class",
line 37, in TestSuite
File "C:\Users\anthony\Documents\NetBeansProjects\EOLTest\lib\robotframework-2.6.2.jar\Lib\robot\common\model$py.class",
line 306, in set_options
Attachments:
Tester.java 1.0 KB