rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
950 stars 501 forks source link

Test Automation Executor no Response on Execution #1288

Open dietWall opened 2 years ago

dietWall commented 2 years ago

We are trying to implement an automated test for a custom CAN Board.

As CAN Transceiver we are using the innomaker usb2can with the canary patch.

After defining a test with the steps Send/Wait/Verify we are trying to run the test once. The process we are using is:

The result is: The test Step Table is filled, and no Result is presented. (See attached file). We also don´t see any messages arriving at hardware, despite the fact that all messages sent with via Transmit Window are arriving and our hardware responds correctly to them.

Expected result is: The test is executed and result are presented in UI.

2022-08-25 08_37_37-Window

This would be a great help for us and spare many hours for test automation.

MichelePoggi99 commented 1 year ago

Hi, i have the same problem. I tried to use Busmaster 1.8 and the test automation worked. I tried to use an xml file created with the 3.2.2 version in BM 3.2 and it didnt work, instead the 1.8 version file in BM 3.2 worked in simulation mode but not on the real CAN bus channel. Is the issue fixed?