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 Oct 30, 2024
1 parent 1e16756 commit 2cdcd75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_host_vs_guest_cpu_features_aarch64(uvm_nano):
assert host_feats - guest_feats == set()
assert guest_feats - host_feats == {"ssbs"}
elif global_props.cpu_model == CpuModel.ARM_NEOVERSE_V1:
assert host_feats - guest_feats == G3_SVE_AND_PAC
assert host_feats - guest_feats == set()
assert guest_feats - host_feats == {"ssbs"}
else:
assert False, f"Please onboard new CpuModel {global_props.cpu_model}"
Expand Down

0 comments on commit 2cdcd75

Please sign in to comment.