Skip to content

Commit 184ac2e

Browse files
committed
[DNM] reboot test
Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
1 parent 5124961 commit 184ac2e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test-case/check-capture.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ file_prefix=${OPT_VAL['f']}
6060
start_test
6161
logger_disabled || func_lib_start_log_collect
6262

63+
reboot_wrapper
6364
setup_kernel_check_point
6465
func_lib_check_sudo
6566
func_pipeline_export "$tplg" "type:capture & ${OPT_VAL['S']}"
@@ -101,4 +102,5 @@ do
101102
done
102103

103104
sof-kernel-log-check.sh "$KERNEL_CHECKPOINT"
105+
104106
exit $?

test-case/verify-kernel-module-load-probe.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ lsmod | grep "sof" || {
2929
lsmod
3030
die "No available sof module found!"
3131
}
32+
33+
reboot_wrapper

0 commit comments

Comments
 (0)