Skip to content

Commit

Permalink
e2e,gpu: add log printing when device mounts not found in a demo pod
Browse files Browse the repository at this point in the history
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
  • Loading branch information
hj-johannes-lee committed Aug 7, 2023
1 parent 5950fcc commit fe87b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/gpu/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit fe87b7c

Please sign in to comment.