1f08c3bdfSopenharmony_ci# Repeation of test.
2f08c3bdfSopenharmony_ciITERATION=1
3f08c3bdfSopenharmony_ci
4f08c3bdfSopenharmony_ci# Vmcore verification using crash command.
5f08c3bdfSopenharmony_ci# Require kernel-debuginfo and crash packages.
6f08c3bdfSopenharmony_ciCRASH=0
7f08c3bdfSopenharmony_ci
8f08c3bdfSopenharmony_ci# Reboot count. New test should start from 0.
9f08c3bdfSopenharmony_ciREBOOT=0
10f08c3bdfSopenharmony_ci
11f08c3bdfSopenharmony_ci# Kernel debuginfo.
12f08c3bdfSopenharmony_ciVMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
13f08c3bdfSopenharmony_ci
14f08c3bdfSopenharmony_ci# Where vmcore will be saved.
15f08c3bdfSopenharmony_ci# /var/crash for Red Hat.
16f08c3bdfSopenharmony_ci# /var/log/dump for SUSE.
17f08c3bdfSopenharmony_ciCOREDIR=/var/crash
18f08c3bdfSopenharmony_ci
19f08c3bdfSopenharmony_ci# Enable dump with filtering.
20f08c3bdfSopenharmony_ciFILTER=0
21f08c3bdfSopenharmony_ci# makedumpfile options.
22f08c3bdfSopenharmony_ciMAKE_OPTIONS=
23f08c3bdfSopenharmony_ci
24f08c3bdfSopenharmony_ci# Delay in seconds when dumping to a network destination.
25f08c3bdfSopenharmony_ciLINK_DELAY=
26f08c3bdfSopenharmony_ci
27f08c3bdfSopenharmony_ci# The list of testcases. Please see doc for the overview of
28f08c3bdfSopenharmony_ci# those tests.
29f08c3bdfSopenharmony_ci
30f08c3bdfSopenharmony_ci# ACS ACP ACB ACE ACL
31f08c3bdfSopenharmony_ciCRASHER="ACS ACP ACB ACE ACL"
32f08c3bdfSopenharmony_ci
33f08c3bdfSopenharmony_ci# KPIDB KPIEB KPTEE KPBL
34f08c3bdfSopenharmony_ciBASIC_LKDTM="KPIDB KPIEB KPTEE KPBL"
35f08c3bdfSopenharmony_ci
36f08c3bdfSopenharmony_ci#       KPIDE KPIDL KPIDP KPIDO
37f08c3bdfSopenharmony_ci#       KPIEE KPIEL KPIEP KPIEO
38f08c3bdfSopenharmony_ci# KPTEB       KPTEL KPTEP KPTEO
39f08c3bdfSopenharmony_ci# KPBB  KPBE         KPBP  KPBO
40f08c3bdfSopenharmony_ci# KPMSB KPMSE KPMSL KPMSP KPMSO
41f08c3bdfSopenharmony_ci# KPTB  KPTE  KPTL  KPTP  KPTO
42f08c3bdfSopenharmony_ci# KPSB  KPSE  KPSL  KPSP  KPSO
43f08c3bdfSopenharmony_ci# KPIB  KPIE  KPIL  KPIP  KPIO
44f08c3bdfSopenharmony_ciEXTRA_LKDTM="
45f08c3bdfSopenharmony_ciKPIDE KPIDL KPIDP KPIDO
46f08c3bdfSopenharmony_ciKPIEE KPIEL KPIEP KPIEO
47f08c3bdfSopenharmony_ciKPTEB KPTEL KPTEP KPTEO
48f08c3bdfSopenharmony_ciKPBB KPBE KPBP KPBO
49f08c3bdfSopenharmony_ciKPMSB KPMSE KPMSL KPMSP KPMSO
50f08c3bdfSopenharmony_ciKPTB KPTE KPTL KPTP KPTO
51f08c3bdfSopenharmony_ciKPSB KPSE KPSL KPSP KPSO
52f08c3bdfSopenharmony_ciKPIB KPIE KPIL KPIP KPIO
53f08c3bdfSopenharmony_ci"
54f08c3bdfSopenharmony_ci
55f08c3bdfSopenharmony_ci# KLEXT KLLBL KLUID KLRAW KNSCP KNNFS KDENB
56f08c3bdfSopenharmony_ciEXTRA_DUMP="KLEXT KLLBL KLUID KLRAW KNSCP KNNFS KDENB"
57f08c3bdfSopenharmony_ci
58f08c3bdfSopenharmony_ci# Dump vmcore on an EXT3 partition.
59f08c3bdfSopenharmony_ciEXT3_PART=
60f08c3bdfSopenharmony_ci
61f08c3bdfSopenharmony_ci# Dump vmcore on an EXT3 partition with a LABEL.
62f08c3bdfSopenharmony_ciEXT3_LABEL=
63f08c3bdfSopenharmony_ci
64f08c3bdfSopenharmony_ci# Dump vmcore on an EXT3 partition with a partition UID.
65f08c3bdfSopenharmony_ciEXT3_UID=
66f08c3bdfSopenharmony_ci
67f08c3bdfSopenharmony_ci# Dump vmcore on a RAW partition.
68f08c3bdfSopenharmony_ciRAW_PART=
69f08c3bdfSopenharmony_ci
70f08c3bdfSopenharmony_ci# Dump vmcore on network.
71f08c3bdfSopenharmony_ciSCP_PATH=
72f08c3bdfSopenharmony_ci# Password for user@server.
73f08c3bdfSopenharmony_ciSCP_PASS=
74f08c3bdfSopenharmony_ci
75f08c3bdfSopenharmony_ci# Dump vmcore on a mounted NFS filesystem.
76f08c3bdfSopenharmony_ciNFS_PATH=
77