edgelesssys / edgelessrt

Edgeless RT is an SDK and a runtime for Intel SGX. It combines top-notch Go support with simplicity, robustness and a small TCB. Developing confidential microservices has never been easier! C++17 and Rust (experimental) are also supported.
https://edgeless.systems
MIT License
134 stars 20 forks source link

7 tests failed in Ctest #109

Closed knight-hjh closed 2 years ago

knight-hjh commented 2 years ago

image I followed the compilation process in the documentation, but when I use Ctest, 7 tests still fail. But when I use Ctest in simulation mode, it report 0 test fail. image Is that ok or not?

thomasten commented 2 years ago

Hi, The set of failed tests indicates that SGX works, but attestation is not set up properly. You may ignore this for development, but you should fix it for production.