diff --git a/.github/workflows/test-system.yml b/.github/workflows/test-system.yml index f7a8b6678..c46344867 100644 --- a/.github/workflows/test-system.yml +++ b/.github/workflows/test-system.yml @@ -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() diff --git a/scripts/ci/expected-mpfs.log b/scripts/ci/expected-mpfs.log new file mode 100644 index 000000000..a9ef4c0d4 --- /dev/null +++ b/scripts/ci/expected-mpfs.log @@ -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!