jonathan-r-thorpe

Results 15 issues of jonathan-r-thorpe

Added OSCP Stapling & HSTS support to comply with *all* BCP-003-01 test cases

Warnings on Windows 2022 builds: `'return': conversion from '__int64' to 'uint32_t', possible loss of data` https://github.com/sony/nmos-cpp/actions/runs/7818489184/job/21331360782#step:21:96

* Initial commit * Added IS-12 spec to Config * Updated specs for IS-12-01 test suite

This solves #671 * Includes `disable_auto` optional key in test suite definition found in `NMOSTesting.py` * Constructor parameters (including `disable_auto`) passed through to `GenericTest.py` for test suites: - IS-04-04 -...

Currently the mock Registry will accept registrations from *any* Node on the network, not just the mock Node, or the Node under test. This can lead to unexpected behavior if...

Two new test suites are required for testing BCP-006-01 compliance. - BCP-006-01 Node test suite - BCP-006-01 Controller test suite The Node test suite will need: - configuration of IS-04...

The "auto" test selection is redundant in the IS-04 and IS-05 Controller test suites as there is no associated RAML and therefore selection of "auto" will run no tests. Ideally...

The current schema for the Testing Façade API `question-schema.json` has a metadata property currently used by the IS-04 and IS-05 Controller tests for the purpose of fully automated testing. As...

Currently the mock Registry supports pagination, and query by resource id, but does not implement handling of basic query mechanisms such as querying within an object or within an array....

Currently the mock Registry can only accept/create insecure WebSocket subscriptions. This should be addressed in the mock Registry by: - Implementation of secure WebSocket subscriptions - Checking for and rejecting...