python_usr/python.conf

To improve the ease of adding and modifying system flags, new configs are moving from /virtualun/python.conf (json file) to /virtualun/python_usr/python.conf (python config file)

Extra Checks

Check link width and link speed at the start and end of a script, and before starting any workloads.

Valid settings are ‘ignore’, ‘notify’, ‘warn’, ‘error’

[Extra Checks] Verify Max Lane Width = notify Verify Max Link Speed = notify

..note:

Value do not have quotations:
    incorrect - 'notify'
    correct - notify

Fail On Warning

Treat a warning as a script failure. Useful when debugging.

Valid settings are True and False

[Fail On Warning] Enable = True