Skip to content

Commit 95641e1

Browse files
Update Rest_QP_Support_Testplan.md
1 parent 0d2c776 commit 95641e1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

TestPlans/manageability/mgmt-framework/Rest_QP_Support_Testplan.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RESTCONF operation allows zero or more query parameters to be present in the req
128128
| **Test Name** | **Verify that QP returns only non config descendant data nodes** |
129129
| **Test Setup** | **Topology** |
130130
| **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/>|
132132

133133
### 3.1.9 Verify that QP returns all descendant data nodes.
134134
| **Test ID** | **REST_QP_319** |
@@ -152,7 +152,7 @@ RESTCONF operation allows zero or more query parameters to be present in the req
152152
| **Test Name** | **Verify that QP returns only data node, matching multiple fields** |
153153
| **Test Setup** | **Topology** |
154154
| **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/>|
156156

157157
### 3.1.12 Verify that QP returns all descendant data nodes, matching the fields inside child container path.
158158
| **Test ID** | **REST_QP_3112** |
@@ -170,6 +170,14 @@ RESTCONF operation allows zero or more query parameters to be present in the req
170170
| **Type** | **Functional** |
171171
| **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/>|
172172

173+
### 3.1.14 Verify that multiple QP type support in a single GET is limited to content and depth only.
174+
| **Test ID** | **REST_QP_3114** |
175+
| -------------- | :----------------------------------------------------------- |
176+
| **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+
173181

174182
## 3.2 Scale and Performance Test Cases
175183
### 3.2.1 Verify performance of QP with multiple/MAX fields is better than GET request without QP.

0 commit comments

Comments
 (0)