tests: use start_network instead of ethos directly#13802
tests: use start_network instead of ethos directly#13802miri64 wants to merge 1 commit intoRIOT-OS:masterfrom
ethos directly#13802Conversation
On some platforms (e.g. Arch Linux) the TAP interface does not come up once connected and must be set up manually. This is already done in the `start_network.sh` script so let's just use that instead of pure `ethos`.
|
Hard to tell if the test was already broken on |
|
Ah now I see my mistake - the I unplugged the other board occupying But that failure should be unrelated to this PR. The |
Again: this should be removed by the |
Mkay.. if Anyway... #12994 (comment) the issue that triggered this PR does not seem to be about |
Contribution description
On some platforms (e.g. Arch Linux or newer Ubuntu versions) the TAP interface does not come up once connected and must be set up manually. This is already done in the
start_network.shscript so let's just use that instead of pureethos.Testing procedure
The tests in question should still work for boards supporting
ethos:Issues/PRs references
See #13734 (comment)