Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Lazarchuk <[email protected]>
  • Loading branch information
ShadowCurse committed Nov 1, 2024
1 parent 61ba5a2 commit efdf8ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration_tests/functional/test_cpu_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def test_host_vs_guest_cpu_features_x86_64(uvm_nano):
"vgif",
"vmcb_clean",
}
+ {"brs", "rapl", "v_spec_ctrl"}
| {"brs", "rapl", "v_spec_ctrl"}
)

if version.parse(utils.get_kernel_version()) < version.parse("6.1"):
Expand Down Expand Up @@ -404,9 +404,9 @@ def test_host_vs_guest_cpu_features_x86_64(uvm_nano):
}
case CpuModel.INTEL_ICELAKE:
host_guest_diff_5_10 = {
"DTES64",
"HWP_ACT_WINDOW",
"PDCM",
"dtes64",
"hwp_act_window",
"pdcm",
"acpi",
"aperfmperf",
"arch_perfmon",
Expand Down

0 comments on commit efdf8ee

Please sign in to comment.