Skip to content

Fix crossdirect rust test

Alexey Min requested to merge fix_rust_test into master

Currently running test_crossfirect locally may fail if selected device does not exist on stable branch.

Fix it by switching to qemu-amd64 before running this test.

Test plan:

$ pmbbootstrap config device samsung-klte
$ pytest -vv ./test/test_crossdirect.py  # fails without this MR, suceeds with

While at it, switch to more recent stable branch, v20.05 is now unmaintained

Merge request reports