Skip to content

Commit

Permalink
assign default false to assert_kernel_error
Browse files Browse the repository at this point in the history
  • Loading branch information
umfranci committed Feb 13, 2025
1 parent b63da25 commit 88a687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ class Platform(TypedSchema, ExtendableSchemaMixin):
# capture boot time info or not
capture_boot_time: bool = False
# to check if dmesg logs need to be analyzed after each test case
assert_kernel_error: bool
assert_kernel_error: bool = False
# capture kernel config info or not
capture_kernel_config_information: bool = False
capture_vm_information: bool = True
Expand Down

0 comments on commit 88a687c

Please sign in to comment.