crossbar icon indicating copy to clipboard operation
crossbar copied to clipboard

Add Automated Tests For Crossbar Routers Connected With RLink

Open Skully17 opened this issue 2 years ago • 0 comments

In response to the comment made here: https://github.com/crossbario/crossbar/issues/2079#issuecomment-1558817593, I have written some automated that tests any scenarios that came to mind and, most importantly, re-creates the errors that I fixed in this PR: #2080.

The code can be found here: https://github.com/Skully17/playground/blob/master/crossbar_tests/test_rlink.py Please let me know if there is another way you would like me to share the code.

I have not made a PR for two reasons:

  1. I don't know where it would be suitable to put these tests in the Crossbar project
  2. I assume that there are some changes that will need to be made before it is satisfactory

During the making of these tests I found another issue that I fixed and a potential issue that needs more investigation.

Skully17 avatar Jun 12 '23 16:06 Skully17