Skip to content

peterbrightwell/nmos-testing

 
 

Repository files navigation

NMOS API Testing Tool LICENSE

This tool creates a simple web service which tests implementations of the NMOS APIs.

The following test sets are currently supported:

  • IS-04 Node API
  • IS-04 Registry APIs
  • IS-04 Node API (Peer to Peer)
  • IS-05 Connection Management API
  • IS-05 Interaction with IS-04
  • IS-06 Network Control API
  • IS-07 Event & Tally API
  • IS-08 Channel Mapping API
  • IS-08 Interaction with IS-04
  • IS-09 System API
  • IS-10 Authorization API
  • BCP-002-01 Natural Grouping (see IS-04 Node API)
  • BCP-003-01 Secure API Communications
  • BCP-003-02 Authorization (see IS-10 Authorization API)

See the documentation

When testing any of the above APIs it is important that they contain representative data. The test results will generate 'Could Not Test' results if no testable entities can be located. In addition, if device support many modes of operation (including multiple video/audio formats) it is strongly recommended to re-test them in multiple modes.

Attention:

  • The IS-04 Node tests create mock registry mDNS announcements on the network unless the nmostesting/Config.py ENABLE_DNS_SD parameter is set to False, or the DNS_SD_MODE parameter is set to 'unicast'. It is critical that these tests are only run in isolated network segments away from production Nodes and registries. Only one Node can be tested at a single time. If ENABLE_DNS_SD is set to False, make sure to update the Query API hostname/IP and port via QUERY_API_HOST and QUERY_API_PORT in the nmostesting/Config.py.
  • For IS-05 tests #29 and #30 (absolute activation), make sure the time of the test device and the time of the device hosting the tests is synchronized.

About

Testing tool for the AMWA NMOS Specifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.4%
  • JavaScript 27.4%
  • HTML 1.9%
  • Shell 0.7%
  • CSS 0.5%
  • Dockerfile 0.1%