RISC-V: Use our own RISC-V interpreter in the integration tests
What
Replaces the usage of the RVemu-based sandbox with our own RISC-V sandbox.
Why
We want to have a regression test for our interpreter running the dummy kernel.
How
I have removed the RISC-V core tests from tezt tests because we already test against them in our Cargo tests.