Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed May 6, 2023
1 parent d9dd9a3 commit c6a6495
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
19 changes: 9 additions & 10 deletions src/enclave-agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/enclave-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = "2.33.3"
# logger module
env_logger = "0.10.0"

image-rs = { git = "https://github.com/Xynnn007/image-rs.git", default-features = false, rev = "b81a411" }
image-rs = { git = "https://github.com/Xynnn007/image-rs.git", default-features = false, rev = "fbfe254" }
kata-sys-util = { git = "https://github.com/kata-containers/kata-containers", rev = "4b57c04c3379d6adc7f440d156f0e4c42ac157df" }
log = "0.4.11"
protocols = { path = "../libs/protocols" }
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/hello-world-encrypted-HW-cc-kbc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"image": "ghcr.io/confidential-containers/test-container-enclave-cc:encrypted"
},
"envs": [
{"key": "OCCLUM_RELEASE_ENCLAVE", "value": "1"}
{"key": "OCCLUM_RELEASE_ENCLAVE", "value": "1"},
{"key": "OCCLUM_LOG_LEVEL", "value": "trace"}
],
"command": [
"/run/rune/boot_instance/build/bin/occlum-run",
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/hello-world-encrypted-HW-eaa-kbc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"image": "ghcr.io/confidential-containers/test-container-enclave-cc:encrypted"
},
"envs": [
{"key": "OCCLUM_RELEASE_ENCLAVE", "value": "1"}
{"key": "OCCLUM_RELEASE_ENCLAVE", "value": "1"},
{"key": "OCCLUM_LOG_LEVEL", "value": "trace"}
],
"command": [
"/run/rune/boot_instance/build/bin/occlum-run",
Expand Down

0 comments on commit c6a6495

Please sign in to comment.