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 9, 2024
1 parent 1772ec5 commit d8c6a35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/unit/provision/mrack/test_hw.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ def test_maximal_constraint(root_logger: Logger) -> None:
}
}
},
{
'not': [
{
'cpu': {
'model_name': {
'_op': 'like',
'_value': 'Haswell%'
}
}
},
]
},
{'or': []},
{'or': []},
{'or': []},
Expand Down

0 comments on commit d8c6a35

Please sign in to comment.