- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
19 lines
824 B
INI
19 lines
824 B
INI
[pytest]
|
|
log_cli=true
|
|
log_level=DEBUG
|
|
asyncio_mode=strict
|
|
asyncio_default_fixture_loop_scope=function
|
|
markers=
|
|
ocpp_version: Ocpp version
|
|
everest_core_config: Override EVerest config file to use in the test
|
|
inject_csms_mock: Inject a unittest.mock into chargepoint methods
|
|
probe_module: Enable the use of the probe module in this test.
|
|
source_certs_dir: Specify a Path to a directory to copy the initial certificates from
|
|
use_temporary_persistent_store: Use a test-local temporary file for the persistent store database
|
|
csms_tls: Use a CSMS with TLS
|
|
ocpp_config_adaptions: Adaptions to the libocpp configuration
|
|
ocpp_config: Select a specific libocpp configuration file
|
|
everest_config_adaptions: Adaptions to the EVerest configuration
|
|
python_files=test_sets/*.py
|
|
pythonpath=test_sets
|