Skip to content

Running test suite with /logger:html does not generate HTML files per test case #96

@dinebhar

Description

@dinebhar

I am trying to run test suite with following command.

COMMAND: "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" C:\MicrosoftProtocolTests\FileServer\Server-Endpoint\1.0.5000.0\Bin\MS-SMB2_ServerTestSuite.dll /TestCaseFilter:"TestCategory=smb21" /Settings:C\MsWinSMBProtocolTest20170111_091422042536\TestSuiteConfigs\ServerLocalTestRun.testrunconfig /Logger:html

test run went good, the results also getting generated but the html files for each test case does not.
./Html folder shows empty. Following is the directory structure getting generated for the results.

dbharti % ls -R
.:
Captures Html index.html js Txt

./Captures:

./Html:

./js:
functions.js

./Txt:
2017-01-11-04-46-06_Passed_BVT_Negotiate_Compatible_Wildcard.txt
2017-01-11-04-46-10_Passed_BVT_Negotiate_Compatible_2002.txt
2017-01-11-04-46-12_Passed_BVT_Negotiate_SigningEnabled.txt
2017-01-11-04-46-14_Passed_BVT_Negotiate_SMB2002.txt
2017-01-11-04-46-16_Passed_BVT_Negotiate_SMB21.txt
2017-01-11-04-46-18_Passed_BVT_Negotiate_SMB30.txt
2017-01-11-04-46-20_Passed_BVT_Negotiate_SMB302.txt
2017-01-11-04-46-22_Passed_BVT_Negotiate_SMB311.txt
2017-01-11-04-46-24_Inconclusive_BVT_Negotiate_SMB311_Preauthentication.txt
2017-01-11-04-46-26_Inconclusive_BVT_Negotiate_SMB311_Preauthentication_Encryption_CCM.txt
2017-01-11-04-46-28_Inconclusive_BVT_Negotiate_SMB311_Preauthentication_Encryption_GCM.txt
2017-01-11-04-46-30_Inconclusive_Negotiate_SMB311_WithoutAnyContexts.txt
2017-01-11-04-46-32_Inconclusive_Negotiate_SMB311_WithEncryptionContextWithoutIntegrityContext.txt
2017-01-11-04-46-34_Inconclusive_Negotiate_SMB311_InvalidHashAlgorithm.txt
2017-01-11-04-46-36_Inconclusive_Negotiate_SMB311_InvalidCipher.txt

please check the attached screen shot
capture

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions