We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23b0b4 commit fbb32f4Copy full SHA for fbb32f4
tests/unit/configs/delta_ignore-null_id_skip.yml
@@ -1,10 +1,10 @@
1
-check_chassis_fpc:
2
- - command: show chassis fpc
3
- - item:
4
- xpath: //fpc
5
- id: bogus-slot
6
- tests:
7
- - delta: memory-heap-utilization, 50%
8
- info: "Test Succeeded!! Memory heap utilisation of the FPC {{id_0}} has changed less than 50%"
9
- err: "Test Failed!!! Memory heap utilisation of the FPC {{id_0}} has changed less than 50%"
+check_chassis_fpc:
+ - command: show chassis fpc
+ - item:
+ xpath: //fpc
+ id: bogus-slot
+ tests:
+ - delta: memory-heap-utilization, 50%
+ info: "Test Succeeded!! Memory heap utilisation of the FPC {{id_0}} has changed less than 50%"
+ err: "Test Failed!!! Memory heap utilisation of the FPC {{id_0}} has changed less than 50%"
10
ignore-null: True
0 commit comments