Skip to content

Commit

Permalink
Merge pull request #5387 from Yingshun/cpu_g_dmesg
Browse files Browse the repository at this point in the history
cpu: Disable host dmesg checks
  • Loading branch information
chloerh authored Jan 15, 2024
2 parents e91da85 + 2e590be commit c42dd49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libvirt/tests/cfg/virsh_cmd/domain/virsh_cpu_compare.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
cpu_compare_feature_num = -1
cpu_compare_file_name = "cpu.xml"
cpu_compare_modify_invalid = "no"
verify_guest_dmesg = no
variants:
- default_feature:
- delete_feature:
Expand Down
1 change: 1 addition & 0 deletions libvirt/tests/cfg/virsh_cmd/domain/virsh_cpu_stats.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
cpu_stats_vm_ref = "name"
cpu_stats_options = ""
start_vm = "yes"
verify_guest_dmesg = no
variants:
- positive_test:
status_error = "no"
Expand Down
1 change: 1 addition & 0 deletions libvirt/tests/cfg/virsh_cmd/domain/virsh_cpu_xml.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- virsh.cpu_xml:
type = virsh_cpu_xml
verify_guest_dmesg = no
variants:
- positive:
variants:
Expand Down
1 change: 1 addition & 0 deletions libvirt/tests/cfg/virsh_cmd/domain/virsh_vcpuinfo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
kill_vm = "yes"
# Test is not Guest OS dependent
kill_vm_gracefully = "no"
verify_guest_dmesg = no
variants:
- normal_test:
status_error = "no"
Expand Down

0 comments on commit c42dd49

Please sign in to comment.