You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
The tests do not consistently set the online/offline status, as well as other configuration variables. This causes some tests to pass when they shouldn't due to unexpected code paths for the tested use case.
It would be nice to clean up the tests and properly set the online/offline status, as well as the configuration variables for each test case. This entails any possible fixes to the tests and/or code due to the updated tests.
OCPP Version
OCPP2.1, OCPP2.0.1
Describe the bug
The tests do not consistently set the online/offline status, as well as other configuration variables. This causes some tests to pass when they shouldn't due to unexpected code paths for the tested use case.
It would be nice to clean up the tests and properly set the online/offline status, as well as the configuration variables for each test case. This entails any possible fixes to the tests and/or code due to the updated tests.
To Reproduce
No response
Anything else?
No response