Skip to content

Commit

Permalink
rq_cxl_results.sh: stop expecting logs from cxl/core/regs.c
Browse files Browse the repository at this point in the history
According to Dave Jiang, cxl_test skips over the hardware registers.

Maybe it did not in 2021 when these lines were added to git?

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and stellarhopper committed Jan 21, 2025
1 parent 9e86b90 commit 561fa8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/rq_cxl_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
# SPDX-License-Identifier: CC0-1.0
# Copyright (C) 2021 Intel Corporation. All rights reserved.

# TODO: convert this to a proper Expect script.

logfile="$1"

# lines we expect to find in the serial log
# if any of these are not found, this is an error
find_lines_re=(
"auto-running .*rq_cxl_tests.sh"
"Mapped CXL Memory Device resource"
"found Status capability"
"found Mailbox capability"
"found Memory Device capability"
"[0-9]+/[0-9]+ ndctl:.*OK.*"
"Ok:[ \t]+[0-9]+"
"Fail:[ \t]+0"
Expand Down

0 comments on commit 561fa8b

Please # to comment.