thin-edge.io
thin-edge.io copied to clipboard
Transfer `tests/PySys/tedge_connect` tests to new test framework
Is your feature request related to a problem? Please describe. Refactor the existing test cases under tests/PySys/tedge_connect to robot framework.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Test Cases transfered to Robot Framework
Can someone point me to the rationale why we would want to use something like the robot framework?
I cannot think of a usecase for it right now... maybe I missed some discussion?
We used PySys framework for system tests and end-to-end tests. However, the tests went unstable as discussed here.
We keep unit tests and integration tests in Rust. On the other hand, we also need black box tests written not by developers, and end-to-end tests (thin-edge device <=> cloud). For this case, using Robot Framework is good instead of Pysys.
Resolved by #1255