Skip to content

Commit

Permalink
compare against a different log for mpfs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jan 14, 2024
1 parent 0520477 commit 96d1a5d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Check expected
run: |
[[ -z $(diff cmd.log scripts/ci/expected.log) ]]
[[ -z $(diff cmd.log scripts/ci/expected-mpfs.log) ]]
- name: Upload run log
if: failure()
Expand Down
18 changes: 18 additions & 0 deletions scripts/ci/expected-mpfs.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

Verifying archive integrity... MD5 checksums are OK. All good.
Uncompressing Keystone Enclave Package
testing test-stack
testing test-loop
testing test-malloc
testing test-long-nop
testing test-fibonacci
testing test-fib-bench
testing test-attestation
Attestation report is invalid
testing test-untrusted
Enclave said: hello world!
Enclave said: 2nd hello world!
Enclave said value: 13
Enclave said value: 20
testing test-data-sealing
Enclave said: Sealing key derivation successful!

0 comments on commit 96d1a5d

Please sign in to comment.