lowRISC / manticore

Apache License 2.0
16 stars 13 forks source link

Add the beginnings of proper end-to-end testing for Manticore #75

Closed mcy closed 3 years ago

mcy commented 3 years ago

manticore-e2e spawns a child processes to use as a "virtual RoT", speaking Cerberus over TCP. I intend to begin growing a proper conformance suite around this virtual RoT. This has three benefits:

  1. e2e test for manticore itself are great.
  2. We can eventually use this to test Azure's implementation as well.
  3. This is intended to (eventually) be an example integration for interested Manticore users.

TODO: Add doc comments to everything.

alistair23 commented 3 years ago

A few clippy failures, otherwise looks good.