Toggle Details

# set static_image_dir = "http://autobahn.ws/static/img"
Autobahn WebSockets Testsuite Report
Autobahn WebSockets

WAMP Implementation Test Report

Pass Test case was executed and passed successfully.
Non-Strict Test case was executed and passed non-strictly. A non-strict behavior is one that does not adhere to a SHOULD-behavior as described in the protocol specification or a well-defined, canonical behavior that appears to be desirable but left open in the protocol specification. An implementation with non-strict behavior is still conformant to the protocol specification.
Fail Test case was executed and failed. An implementation which fails a test case - other than a performance/limits related one - is non-conforming to a MUST-behavior as described in the protocol specification.
Info Informational test case which detects certain implementation behavior left unspecified by the spec but nevertheless potentially interesting to implementors.
Missing Test case is missing, either because it was skipped via the test suite configuration or deactivated, i.e. because the implementation does not implement the tested feature or breaks during running the test case.
# for category in categories: # for subcategory in category.sub_categories: # for agent in category.testees # endfor # for (test_name, test_reports) in subcategory.test_cases: # for (agent, report) in test_reports: # set status="ok" if report.test_result == "Pass" else "failed" # endfor # endfor # endfor # endfor
{{category.cat_id}} {{category.name}}
{{category.cat_id}}.{{subcategory.subcat_id}} {{subcategory.name}} [{{category.name}}]
Test Case{{agent}}
{{test_name}} {{report.test_result}} TBD



# for category in categories: # for subcategory in category.sub_categories: # for test_name, test_results in subcategory.test_cases:

{{test_name}}

Up

Case Description

{{test_results[0][1].description}}

Case Expectation

TBD


# endfor # endfor # endfor