('Final result: ', 'Passed')
('Total passed: ', 1)
('Total failed:', 0)
{'check_chassis_fpc': [{'command': 'show chassis fpc',
'count': {'fail': 0, 'pass': 1},
'expected_node_value': [5.0, 40.0],
'failed': [],
'node_name': 'memory-heap-utilization',
'passed': [{'actual_node_value': '20',
'id': {},
'message': 'Test Succeeded!! memory heap utilisation of the FPCs is within the range of 5-40, it is <20> with temperature: <Testing>',
'post': {'memory-heap-utilization': '20',
'temperature': 'Testing'},
'pre': {'memory-heap-utilization': '20'}}],
'result': True,
'testoperation': 'in-range',
'xpath': 'fpc[normalize-space(slot) = "0"]'}]}
Bug Fixes
- Port issue fixed -- Fix 215 via 216
- Jsnapy python module and snapcheck method with local=True argument --Fix 217 via 218
- Changes for virtualenv --Fix 221 via 252
- Corrected --diff command example 234
- Duplicate log for delta operator if ID is missing 236 via 237
- ID.1 not getting converted to id_0 solved 226 via 238
- Delta Operator-fix for positive percentages 241
- Fix for range in positive value for delta 243
- Finding Testop error 245
- multiple devices thread infinite loop issue 256
**NOTE**<br>
- For Extending the support to virtualenv Python there have been a few major structure changes, Keeping into consideration the user's with no sudo permissions. This will help to extend code to wider audience.