Skip to content

Commit

Permalink
[Docs] Mention that LTP may not work under SGX
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <dmitrii.kuvaiskii@intel.com>
  • Loading branch information
dimakuv committed Sep 20, 2023
1 parent 12bd9f0 commit f0047d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,16 +237,14 @@ LTP
^^^
Gramine passes a |nbsp| subset of the LTP tests. New changes should not break
currently passing LTP tests (and, ideally, might add new passing tests). LTP is
currently only supported on the Linux PAL.
currently tested only on the Linux PAL; it may or may not work on Linux-SGX PAL.

To run these tests::

cd libos/test/ltp
# consider -j$(nproc) or similar to parallelize and improve the build time.
make
make regression
# or
make SGX=1 regression
# or run an individual test by name:
python3 -m pytest -v -k chmod01

Expand Down
3 changes: 3 additions & 0 deletions libos/test/ltp/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
LTP FOR GRAMINE
===============

*Disclaimer*: LTP is currently tested only on the Linux PAL; it may or may not
work on Linux-SGX PAL.

Building
--------

Expand Down

0 comments on commit f0047d1

Please sign in to comment.