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.

Verify Max Lane Width

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

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

Verify Max Lane Width

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

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

Example:

[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.

Enable

Valid settings are True and False

Example:

[Fail on Warning] Enable = True

SPDM

Debug

Turn on extra debug logging for SPDM conformance scripts

Valid settings are True and False

Example:

[SPDM] Debug=True