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 c940225 commit 76ebdb5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/unit/provision/mrack/test_hw.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,17 @@ def test_maximal_constraint(root_logger: Logger) -> None:
},
{'or': []},
{'or': []},
{'or': []},
{
'not':
{
'cpu': {
'model_name': {
'_op': 'like',
'_value': 'Haswell'
}
}
},
},
{
'and': [
{
Expand Down

0 comments on commit 76ebdb5

Please sign in to comment.