python.config

The SANBlaze Python api allows users to override certain behaviors by setting values in the python.conf file.

The python.conf is located on the vlun at /virtualun/python.conf

Note

By default this file does not exist. When using it the first time, it must be created using a text editor.

The file can be changed by opening it with any text editor and inserting the proper value.

Note

If the configuration file is successfully used to override default behavior, an entry will be added to the beginning of the test log to indicate this modified behavior.

The configuration file is a json formatted file. The following are the valid values:

Change logging resolution to ms:

{“logging”: {“resolution”: “ms”}}

Change logging resolution to us:

{“logging”: {“resolution”: “us”}}

Note

Invalid values will be ignored.