You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The following test suites are currently supported.
34
34
| IS-10-01 | IS-10 Authorization API |||| Authorization Server |
35
35
| IS-11-01 | IS-11 Stream Compatibility Management API | X ||||
36
36
| IS-12-01 | IS-12 Control Protocol API | X ||| See [Invasive Device Model Testing](docs/2.10%20Usage%20-%20Invasive%20Device%20Model%20Testing.md)|
37
-
| IS-14-01 | IS-14 Device Configuration API | X ||||
37
+
| IS-14-01 | IS-14 Device Configuration API | X |||See [Invasive Device Model Testing](docs/2.10%20Usage%20-%20Invasive%20Device%20Model%20Testing.md)|
38
38
| - | BCP-002-01 Natural Grouping | X ||| Included in IS-04 Node API suite |
39
39
| - | BCP-002-02 Asset Distinguishing Information | X ||| Included in IS-04 Node API suite |
40
40
| BCP-003-01 | BCP-003-01 Secure Communication | X | X || See [Testing TLS](docs/2.2.%20Usage%20-%20Testing%20BCP-003-01%20TLS.md)|
@@ -43,6 +43,8 @@ The following test suites are currently supported.
43
43
| BCP-006-01-01 | BCP-006-01 NMOS With JPEG XS | X ||||
44
44
| BCP-006-01-02 | BCP-006-01 Controller ||| X | See [Testing Controllers](docs/2.8.%20Usage%20-%20Testing%20Controllers.md)|
45
45
| BCP-006-04 | BCP-006-04 NMOS With MPEG-TS | X ||||
46
+
| BCP-008-01-01 | BCP-008-01 Receiver Status Monitoring | X ||||
47
+
| BCP-008-02-01 | BCP-008-02 Sender Status Monitoring | X ||||
46
48
47
49
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.
Copy file name to clipboardExpand all lines: docs/2.10 Usage - Invasive Device Model Testing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Invasive tests are those that attempt to change the values of properties, and execute methods on the Device Model of a Node under Test (NuT).
6
6
Non-invasive tests are limited to changing only the value of User Labels in the NuT's Device Model.
7
7
8
-
By default, the `IS-12-01` test suite will __NOT__ execute invasive tests; these can be enabled by setting `MS05_INVASIVE_TESTING` to `True` in your `UserConfig.py` file as described in [Installation](1.0.%20Installation.md).
8
+
By default, the `IS-12-01`and `IS-14-01`test suites will __NOT__ execute invasive tests; these can be enabled by setting `MS05_INVASIVE_TESTING` to `True` in your `UserConfig.py` file as described in [Installation](1.0.%20Installation.md).
9
9
10
10
## Running Interactive Invasive Tests
11
11
@@ -21,4 +21,4 @@ python3 nmos-testing-facade.py
21
21
22
22
By default the Testing Façade will run on localhost port 5001. This can be altered by adding `TESTING_FACADE_PORT` to your `UserConfig.py` file.
23
23
24
-
In the NMOS Testing Tool, when running the `IS-12-01` test suite, provide the IP/hostname of the Testing Façade (e.g. localhost) and the port of the Testing Façade (use 5001 by default).
24
+
In the NMOS Testing Tool, when running the `IS-12-01`or `IS-14-01`test suites, provide the IP/hostname of the Testing Façade (e.g. localhost) and the port of the Testing Façade (use 5001 by default).
0 commit comments