Skip to content

Commit

Permalink
fixup! [LibOS,Pal/Linux-SGX] Replace old protected files subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
pwmarcz committed May 5, 2022
1 parent 06cf405 commit 6c73ddb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions LibOS/shim/test/fs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Test purpose
------------

These tests perform common FS operations in various ways to exercise the Gramine FS subsystem:
These tests perform common FS operations in various ways to exercise the Gramine
FS subsystem:

- open/close
- read/write
Expand All @@ -17,7 +18,8 @@ How to execute

- `gramine-test pytest -v`

Encrypted file tests assume that the Gramine was built with SGX enabled (see comment in `test_pf.py`).
Encrypted file tests assume that Gramine was built with SGX enabled (see comment
in `test_enc.py`).

```
cd $gramine/Pal/src/host/Linux-SGX/tools
Expand Down

0 comments on commit 6c73ddb

Please sign in to comment.