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: TestPlans/manageability/mgmt-framework/Rest_QP_Support_Testplan.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ RESTCONF operation allows zero or more query parameters to be present in the req
128
128
|**Test Name**|**Verify that QP returns only non config descendant data nodes**|
129
129
|**Test Setup**|**Topology**|
130
130
|**Type**|**Functional**|
131
-
|**Steps**| 1) Send query parameter with non config or operational content-type <br/> 2) Verify that QP returns only config descendant data nodes.<br/>|
131
+
|**Steps**| 1) Send query parameter with non config or operational content-type <br/> 2) Verify that QP returns only non config descendant data nodes.<br/>|
132
132
133
133
### 3.1.9 Verify that QP returns all descendant data nodes.
134
134
|**Test ID**|**REST_QP_319**|
@@ -152,7 +152,7 @@ RESTCONF operation allows zero or more query parameters to be present in the req
152
152
|**Test Name**|**Verify that QP returns only data node, matching multiple fields**|
153
153
|**Test Setup**|**Topology**|
154
154
|**Type**|**Functional**|
155
-
|**Steps**| 1) Send query parameter with multiple fields <br/> 2) Verify that QP returns only data node, matching multiple field.<br/>|
155
+
|**Steps**| 1) Send query parameter with multiple fields saperated by semi-colon(;)<br/> 2) Verify that QP returns only data node, matching multiple field.<br/>|
156
156
157
157
### 3.1.12 Verify that QP returns all descendant data nodes, matching the fields inside child container path.
158
158
|**Test ID**|**REST_QP_3112**|
@@ -170,6 +170,14 @@ RESTCONF operation allows zero or more query parameters to be present in the req
170
170
|**Type**|**Functional**|
171
171
|**Steps**| 1) Send query parameter with fields at current level & child container fields path <br/> 2) Verify that QP returns data nodes matching the fields at current level and all descendant data nodes, matching the fields inside child container path.<br/>|
172
172
173
+
### 3.1.14 Verify that multiple QP type support in a single GET is limited to content and depth only.
|**Test Name**|**Verify that multiple QP type support in a single GET is limited to content and depth only**|
177
+
|**Test Setup**|**Topology**|
178
+
|**Type**|**Functional**|
179
+
|**Steps**| 1) Send multiple QP type with content and depth saperated by ampersand(&)<br/> 2) Verify that QP returns data based on provided content type and depth.<br/>|
180
+
173
181
174
182
## 3.2 Scale and Performance Test Cases
175
183
### 3.2.1 Verify performance of QP with multiple/MAX fields is better than GET request without QP.
0 commit comments