+ python3 /eda/processor_ci_tests/main.py -b 115200 -s 2 -c /eda/processor_ci_tests/config.json --p /dev/ttyUSB1 -m rv32i -k 0x41525459
32
Connected to FPGA with ID: b'ARTY'
Checking for sync keyword...
Sync keyword matched.
Testsuite configurated.
Running tests: RV32I in /eda/processor_ci_tests/tests/RV32I
Running basic tests in /eda/processor_ci_tests/tests/RV32I/basic, with breakpoint 60
Running test: 000-addi.hex
Traceback (most recent call last):
File "/eda/processor_ci_tests/main.py", line 125, in <module>
main()
File "/eda/processor_ci_tests/main.py", line 118, in main
p_tester.run_tests()
File "/eda/processor_ci_tests/core/__init__.py", line 178, in run_tests
self._run_test_dir(dir)
File "/eda/processor_ci_tests/core/__init__.py", line 169, in _run_test_dir
test_case.result = Failure(
^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/junitparser/junitparser.py", line 716, in result
for entry in value:
TypeError: 'Failure' object is not iterable