Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nmostesting/suites/IS0401Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,8 @@ def test_19(self, test):
return test.FAIL("Unexpected response from the Node API: {}".format(response))
try:
for binder in response.json():
if binder["transport"].startswith("urn:x-nmos:transport:mxl"):
continue
interface_bindings = binder["interface_bindings"]
if len(interface_bindings) == 0:
return test.FAIL("{} '{}' does not list any interface_bindings"
Expand Down
Loading