Lines Matching full:configuration
29 The host end of the CAN fixture can be configured through python-can. Available configuration
31 flexibility for configuration as decribed in the `python-can configuration`_ page, all centered
32 around the concept of a configuration "context. The configuration context for this test suite can be
35 * By default, the python-can configuration context is not specified, causing python-can to use the
36 default configuration context.
37 * A specific configuration context can be provided along with the ``can`` fixture separated by a
38 ``:`` (i.e. specify fixture ``can:zcan0`` to use the ``zcan0`` python-can configuration context).
39 * The configuration context can be overridden using the ``--can-context`` test suite argument
41 python-can configuration context).
61 dedicated ``zcan0`` context in the ``~/.canrc`` configuration file as shown here:
102 ``can0`` context in the ``~/.canrc`` configuration file as shown here:
128 .. _python-can configuration:
129 https://python-can.readthedocs.io/en/stable/configuration.html