Skip to content

Commit 294cfc5

Browse files
e2e,gpu: add log printing when device mounts not found in a demo pod
Signed-off-by: Hyeongju Johannes Lee <[email protected]>
1 parent 343000f commit 294cfc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/gpu/gpu.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ func describe() {
108108
}
109109

110110
if !strings.Contains(log, "card") || !strings.Contains(log, "renderD") {
111+
framework.Logf("log output: %s", log)
111112
framework.Failf("device mounts not found from log")
112113
}
113114

0 commit comments

Comments
 (0)