Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit b6f8c68

Browse files
author
ChengyuZhu6
committed
add containerd debug log
Depends-on: github.com/kata-containers/kata-containers#8076 Signed-off-by: ChengyuZhu6 <[email protected]>
1 parent bbdb8cc commit b6f8c68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/kubernetes/confidential/agent_image.bats

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ test_tag="[cc][agent][kubernetes][containerd]"
3232

3333
setup() {
3434
setup_common
35+
switch_image_service_offload off
3536
}
3637

3738
@test "$test_tag Test can launch pod with measured boot enabled" {
@@ -175,6 +176,8 @@ setup() {
175176
}
176177

177178
teardown() {
179+
echo "-- containerd logs:"
180+
sudo journalctl -xe -t containerd --since "$test_start_date" -n 100000
178181
teardown_common
179182

180183
echo "-- Snapshotter logs:"

0 commit comments

Comments
 (0)