jonathan-r-thorpe

Results 12 comments of jonathan-r-thorpe

This would also address the issue raised in #570

This could be fixed by including an "allow list" in UserConfig.py where the user explicitly specifies the IP addresses that the mock Registry will accept. By default this would allow...

A general question - looking at the specification there are a few normative references not covered by this test suite. Will these be covered before the activity closes? e.g. "The...

Carrying over the unresolved discussion around whether URL path of IS-12 specs should follow what other specs have done https://github.com/AMWA-TV/nmos-testing/pull/800#discussion_r1184686584 and comment about where "selector" and newly introduced "websocket" parameters...

> Modify the `__init__` of the `ControllerTest` to support HTTPS and AUTH > > ``` > """ > Testing initial set up of new test suite for controller testing >...

Added IS-14 Test Suite to this PR: * There will be common testing between IS-12 and IS-14, as they both use MS-05 device models. * Therefore some refactoring of the...

AFAIK the Flask endpoints on the current implementation of the mock Registry and mock Node will reject trailing slashes with a 404 error, so should be covered already.

This is removing the auto option altogether whereas #809 is for stopping the test suite from auto testing a particular API - in the case of IS-12, to stop it...