All Projects → AMWA-TV → nmos-testing

AMWA-TV / nmos-testing

Licence: Apache-2.0 license
Testing tool for the AMWA NMOS Specifications

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
CSS
56736 projects
RAML
58 projects

Projects that are alternatives of or similar to nmos-testing

is-06
AMWA IS-06 NMOS Network Control Specification (Deprecated)
Stars: ✭ 14 (-54.84%)
Mutual labels:  nmos, amwa, is-06
is-05
AMWA IS-05 NMOS Device Connection Management Specification (Stable)
Stars: ✭ 17 (-45.16%)
Mutual labels:  nmos, is-05, amwa
is-04
AMWA IS-04 NMOS Discovery and Registration Specification (Stable)
Stars: ✭ 35 (+12.9%)
Mutual labels:  nmos, is-04, amwa
nmos-cpp
An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)
Stars: ✭ 75 (+141.94%)
Mutual labels:  nmos

NMOS API Testing Tool

LICENSE Lint Status Render Status Deploy Status

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

Selecting a test to run Examining the results
Testing Tool Launcher Example Results Window

The following test suites are currently supported.

Test Suite ID Suite Node Registry Controller Other/Notes
IS-04-01 IS-04 Node API X
IS-04-02 IS-04 Registry APIs X
IS-04-03 IS-04 Node API (Peer to Peer) X
IS-04-04 IS-04 Controller X See Testing Controllers
IS-05-01 IS-05 Connection Management API X
IS-05-02 IS-05 Interaction with IS-04 X
IS-05-03 IS-05 Controller X See Testing Controllers
IS-06-01 IS-06 Network Control API Network Controller
IS-07-01 IS-07 Event & Tally API X
IS-07-02 IS-07 Interaction with IS-04 and IS-05 X
IS-08-01 IS-08 Channel Mapping API X
IS-08-02 IS-08 Interaction with IS-04 X
IS-09-01 IS-09 System API (X) System Parameters Server
IS-09-02 IS-09 System API Discovery X
IS-10-01 IS-10 Authorization API Authorization Server
- BCP-002-01 Natural Grouping X Included in IS-04 Node API suite
BCP-003-01 BCP-003-01 Secure Communication X X See Testing TLS
- BCP-003-02 Authorization X X See Testing Authorization
- BCP-004-01 Receiver Capabilities X Included in IS-04 Node API and IS-05 Interaction with IS-04 suites

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 devices support many modes of operation (including multiple video/audio formats) it is strongly recommended to re-test them in multiple modes.

Installation & Usage

Detailed instructions can be found in the documentation.

Important Notes

  • The IS-04 Node and IS-09 Discovery tests create mock mDNS announcements on the network unless the nmostesting/UserConfig.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/UserConfig.py.
  • For IS-04 Registry tests of Query API pagination, make sure the time of the test device and the time of the device hosting the tests is synchronized.
  • For IS-05 tests #29 and #30, and IS-08 test #4 (absolute activation), make sure the time of the test device and the time of the device hosting the tests is synchronized.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].