Skip to content

Commit d388738

Browse files
kv2019imarc-hb
authored andcommitted
check-sof-logger.sh: update documentation
The test covers multiple firmware logging solutions and tools. Update documentation to reflect this. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 1431303 commit d388738

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

test-case/check-sof-logger.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
##
44
## Case Name: check-sof-logger
55
## Preconditions:
6-
## sof-logger installed in system path
7-
## ldc file is in /etc/sof/ or /lib/firmware
6+
## sof-logger, cavstool.py and mtrace-reader.py installed in system path
7+
## dictionary (ldc) file is in /etc/sof/ or /lib/firmware
88
##
99
## Description:
10-
## Checks basic functionality of the sof-logger itself. Does not test
10+
## Checks basic functionality of the logging tools. Does not test
1111
## the firmware, i.e., does NOT fail when errors are found in the
1212
## logs.
1313
##
1414
## Case step:
15-
## 1. check sof-logger in system
16-
## 2. check ldc file in system
17-
## 3. run sof-logger
15+
## 1. check existance of logging tools in system
16+
## 2. check presence of dictionary files in system
17+
## 3. run logging tools
1818
## Expect result:
19-
## sof-logger produces some output and did not fail
19+
## Fimrware log output is detected and the tools did not report error
2020
##
2121

2222
set -e

0 commit comments

Comments
 (0)