mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Additional test case for _parse_cpe_name
This commit is contained in:
parent
9543134c5c
commit
dc83151788
1 changed files with 10 additions and 0 deletions
|
@ -346,6 +346,16 @@ def test_parse_cpe_name_wfn(cpe, cpe_ret):
|
|||
"part": None,
|
||||
},
|
||||
),
|
||||
(
|
||||
"cpe:2.3:o:microsoft:windows_xp:5.1.601",
|
||||
{
|
||||
"phase": None,
|
||||
"version": "5.1.601",
|
||||
"product": "windows_xp",
|
||||
"vendor": "microsoft",
|
||||
"part": "operating system",
|
||||
},
|
||||
),
|
||||
),
|
||||
)
|
||||
def test_parse_cpe_name_v23(cpe, cpe_ret):
|
||||
|
|
Loading…
Add table
Reference in a new issue