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
The test seems to be querying on a description attribute which is not available on a v1.0 node.
Here is the Traceback (most recent call last):
File "C:Sandbox\nmos-testing-master (1)\nmos-testing-master\nmostesting\GenericTest.py", line 164, in execute_test self.result.append(method(test)) ^^^^^^^^^^^^ File "C:Sandbox\nmos-testing-master (1)\nmos-testing-master\nmostesting\suites\IS0402Test.py", line 1422, in test_23_1 if post_data["description"] != node_ids[0]: ~~~~~~~~~^^^^^^^^^^^^^^^ KeyError: 'description'
The text was updated successfully, but these errors were encountered:
Thanks for the report. You are correct. IS-04 v1.0 Node resources didn't have description. And the Query API didn't define anyqueryParameters in the RAML. A Registry may quite correctly not support queries on this attribute at v1.0.
Probably the simplest fix is to use mock Device resources in these tests rather than Node resources.
Since IS-04 v1.3 is already 3.5 years old, and v1.2 (minimum for JT-NM Tested) is nearly 5 years old, this issue may not get fixed immediately.
The test seems to be querying on a description attribute which is not available on a v1.0 node.
Here is the Traceback (most recent call last):
File "C:Sandbox\nmos-testing-master (1)\nmos-testing-master\nmostesting\GenericTest.py", line 164, in execute_test self.result.append(method(test)) ^^^^^^^^^^^^ File "C:Sandbox\nmos-testing-master (1)\nmos-testing-master\nmostesting\suites\IS0402Test.py", line 1422, in test_23_1 if post_data["description"] != node_ids[0]: ~~~~~~~~~^^^^^^^^^^^^^^^ KeyError: 'description'
The text was updated successfully, but these errors were encountered: