Update test cases

This commit is contained in:
Jacob Robles 2018-06-28 18:11:14 -05:00
parent 5e02e7a2c8
commit 2856c46199
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 23 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"SETTINGS": [
"SMBUser=vagrant",
"SMBPass=vagrant",
"TARGET=2"
"TARGET=0"
]
}
],
@ -42,7 +42,28 @@
"CPE": "cpe:/o:microsoft:windows_7:::x64"
},
{
"CPE": "cpe:/o:microsoft:windows_10:::x64",
"CPE": "cpe:/o:microsoft:windows_10:::x64"
},
{
"CPE": "cpe:/o:microsoft:windows_8.1::sp1:x64"
},
{
"CPE": "cpe:/o:microsoft:windows_server_2008:r2:sp1:x64"
},
{
"CPE": "cpe:/o:microsoft:windows_7::sp1:x64",
"TESTING_SNAPSHOT": "DisableSMBv1"
},
{
"CPE": "cpe:/o:microsoft:windows_10:1607::x64",
"TESTING_SNAPSHOT": "DisableSMBv1"
},
{
"CPE": "cpe:/o:microsoft:windows_8.1:::x64",
"TESTING_SNAPSHOT": "DisableSMBv1"
},
{
"CPE": "cpe:/o:microsoft:windows_server_2008::r2:x64",
"TESTING_SNAPSHOT": "DisableSMBv1"
}
],