ocp.conf
The SANBlaze OCP api allows users to override certain behaviors by setting values in the ocp.conf file.
Note
The ocp.conf is located on the vlun at /virtualun/python_usr/ocp.conf
StopOnFirstError
This flag allows users to continue testing even when the first error is found.
- Enable = True (Default behavior)
Stops the test when the first error is found.
- Enable = False
Continue the test even the errors are encountered.
[StopOnFirstError]
Enable=True
Certification Mode
This flag allows users to modify the behavior of ADP file verification.
- Enable = True (Default behavior)
If the current running firmware is incorrect per ADP file, the test will stop.
If the ADP file encounters an incorrect format or an unknown parameter, the test will stop immediately and skip the test.
- Enable = False
Allow checking the current running firmware to be skipped.
If the ADP file encounters an incorrect format or an unknown parameter, a warning message will be logged and the test will continue.
[Certification Mode]
Enable=True