Skip to content

Commit

Permalink
squash: extend test
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed May 22, 2024
1 parent 5234db8 commit 8d186d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/unit/provision/mrack/test_hw.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def test_maximal_constraint(root_logger: Logger) -> None:
model-name: "!~ Haswell"
family: "< 6"
family-name: Skylake
hyper-threading: true
flag:
- avx
- "= avx2"
Expand Down Expand Up @@ -133,6 +134,14 @@ def test_maximal_constraint(root_logger: Logger) -> None:
}
}
},
{
'cpu': {
'hyper_treading': {
'_op': '==',
'_value': 'true'
}
}
},
{'or': []},
{'or': []},
{'or': []},
Expand Down

0 comments on commit 8d186d3

Please sign in to comment.