From 294cfc53e755ced547cd57cc966e9a87e7e380e4 Mon Sep 17 00:00:00 2001 From: hj-johannes-lee Date: Wed, 2 Aug 2023 17:10:13 +0300 Subject: [PATCH] e2e,gpu: add log printing when device mounts not found in a demo pod Signed-off-by: Hyeongju Johannes Lee --- test/e2e/gpu/gpu.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/gpu/gpu.go b/test/e2e/gpu/gpu.go index 5c8be57fe..6225f7230 100644 --- a/test/e2e/gpu/gpu.go +++ b/test/e2e/gpu/gpu.go @@ -108,6 +108,7 @@ func describe() { } if !strings.Contains(log, "card") || !strings.Contains(log, "renderD") { + framework.Logf("log output: %s", log) framework.Failf("device mounts not found from log") }