mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Additional use case for test__windows_virtual
This commit is contained in:
parent
e166daf202
commit
9543134c5c
1 changed files with 4 additions and 0 deletions
|
@ -2864,6 +2864,10 @@ def test_virtual_has_virtual_grain():
|
|||
{"kernel": "Windows", "manufacturer": "Parallels Software"},
|
||||
{"virtual": "Parallels"},
|
||||
),
|
||||
(
|
||||
{"kernel": "Windows", "manufacturer": None, "productname": None},
|
||||
{"virtual": "physical"},
|
||||
),
|
||||
],
|
||||
)
|
||||
def test__windows_virtual(osdata, expected):
|
||||
|
|
Loading…
Add table
Reference in a new issue