ChangeConfigurationTest

8

tests

0

failures

0

ignored

1.870s

duration

100%

successful

Tests

Test Method name Duration Result
Change chosen configuration key check1() 0.372s passed
Set empty value, check getting boolean check2() 0.211s passed
[1] str=00 check3(String)[1] 0.236s passed
[2] str=sdfsdf check3(String)[2] 0.211s passed
[3] str=1.0 check3(String)[3] 0.210s passed
[4] str=0.555 check3(String)[4] 0.210s passed
[5] str=1%5E5 check3(String)[5] 0.208s passed
[6] str=0%22%2F check3(String)[6] 0.212s passed

Standard output

11:54:13,450 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word clr with class [org.springframework.boot.logging.logback.ColorConverter]
11:54:13,450 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word wEx with class [org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter]
11:54:13,450 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - <level> element is deprecated. Near [level] on line 25
11:54:13,450 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within <logger> or <root> elements instead.
11:54:13,450 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - <level> element is deprecated. Near [level] on line 30
11:54:13,450 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within <logger> or <root> elements instead.
11:54:13,451 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE]
11:54:13,451 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:54:13,451 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:54:13,451 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [TEST-FILE]
11:54:13,451 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
11:54:13,451 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:54:13,452 |-INFO in ch.qos.logback.core.FileAppender[TEST-FILE] - File property is set to [LOG_FILE_IS_UNDEFINED]
11:54:13,452 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@56de4d71 - Propagating DEBUG level on Logger[com.yablochkov] onto the JUL framework
11:54:13,452 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - com.yablochkov level set to DEBUG
11:54:13,452 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@56de4d71 - Propagating TRACE level on Logger[org.springframework.web.servlet.mvc] onto the JUL framework
11:54:13,452 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.springframework.web.servlet.mvc level set to TRACE
11:54:13,452 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[org.springframework.web.servlet.mvc]
11:54:13,452 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
11:54:13,452 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@56de4d71 - Propagating WARN level on Logger[ROOT] onto the JUL framework
11:54:13,452 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [TEST-FILE] to Logger[ROOT]
11:54:13,452 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT]
11:54:13,452 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@44575b13 - End of configuration.
11:54:13,452 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@2d0a7a6 - Registering current configuration as safe fallback point


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.0.2)

11:54:13.455 [Test worker] INFO  c.y.a.ocpp16.ChangeConfigurationTest - Starting ChangeConfigurationTest using Java 17.0.2 with PID 737 (started by root in /builds/yablochkov/mainboard/autotests/autotests1.6)
11:54:13.455 [Test worker] DEBUG c.y.a.ocpp16.ChangeConfigurationTest - Running with Spring Boot, Spring
11:54:13.455 [Test worker] INFO  c.y.a.ocpp16.ChangeConfigurationTest - The following 1 profile is active: "test"
11:54:13.457 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@108a77d6, started on Mon Mar 02 11:54:13 UTC 2026
11:54:13.525 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'messageSource' bean, using [Empty MessageSource]
11:54:13.526 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'applicationEventMulticaster' bean, using [SimpleApplicationEventMulticaster]
11:54:13.573 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
11:54:13.573 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
11:54:13.579 [Test worker] TRACE o.s.w.s.m.m.a.RequestMappingHandlerMapping - 
	o.s.b.a.w.s.e.BasicErrorController:
	{ [/error]}: error(HttpServletRequest)
	{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
11:54:13.579 [Test worker] TRACE o.s.w.s.m.m.a.RequestMappingHandlerMapping - 
	o.s.b.a.w.s.e.BasicErrorController:
	{ [/error]}: error(HttpServletRequest)
	{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
11:54:13.579 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
11:54:13.579 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
11:54:13.581 [Test worker] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - Detected 0 mappings in 'beanNameHandlerMapping'
11:54:13.581 [Test worker] TRACE o.s.w.s.f.s.RouterFunctionMapping - 0 RouterFunction(s) in 'routerFunctionMapping'
11:54:13.582 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/webjars/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]
11:54:13.582 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
11:54:13.582 [Test worker] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
11:54:13.584 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
11:54:13.584 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
11:54:13.597 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Using LifecycleProcessor [org.springframework.context.support.DefaultLifecycleProcessor@1f22d7e4]
11:54:13.598 [Test worker] INFO  c.y.a.ocpp16.ChangeConfigurationTest - Started ChangeConfigurationTest in 0.167 seconds (process running for 2573.623)
11:54:13.602 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=ConnectionTimeOut
11:54:13.607 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:13.713 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:13.713 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Before: Key: ConnectionTimeOut. Readonly: false. Value: 60

11:54:13.720 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=ConnectionTimeOut&value=605
11:54:13.721 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:13.773 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:13.773 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:13.773 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=ConnectionTimeOut
11:54:13.774 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:13.822 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:13.822 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
After: Key: ConnectionTimeOut. Readonly: false. Value: 605

11:54:13.822 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=ConnectionTimeOut&value=60
11:54:13.823 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:13.873 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:13.873 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:13.873 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=ConnectionTimeOut
11:54:13.873 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:13.924 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:13.924 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Post: Key: ConnectionTimeOut. Readonly: false. Value: 60

11:54:13.925 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
11:54:13.972 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:13.976 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=ConnectionTimeOut
11:54:13.976 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.025 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.025 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
11:54:14.026 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=ConnectionTimeOut&value=
11:54:14.026 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.087 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.087 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:14.088 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=ConnectionTimeOut
11:54:14.088 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.137 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.137 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
11:54:14.138 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
11:54:14.185 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.212 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:14.213 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.263 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.263 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Current HeartbeatInterval 30
11:54:14.264 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=HeartbeatInterval&value=00
11:54:14.264 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.337 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.337 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:14.338 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:14.338 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.388 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.388 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
11:54:14.390 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
11:54:14.436 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.440 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:14.441 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.490 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.490 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Current HeartbeatInterval 30
11:54:14.491 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=HeartbeatInterval&value=sdfsdf
11:54:14.491 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.552 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.552 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:14.553 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:14.553 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.601 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.601 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
11:54:14.601 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
11:54:14.649 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.653 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:14.653 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.702 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.703 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Current HeartbeatInterval 30
11:54:14.703 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=HeartbeatInterval&value=1.0
11:54:14.703 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.763 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.763 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:14.763 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:14.763 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.813 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.813 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
11:54:14.813 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
11:54:14.860 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.865 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:14.865 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.915 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.915 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Current HeartbeatInterval 30
11:54:14.915 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=HeartbeatInterval&value=0.555
11:54:14.915 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:14.975 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:14.975 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:14.975 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:14.975 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:15.026 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.026 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
11:54:15.027 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
11:54:15.073 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.077 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:15.077 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:15.125 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.125 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Current HeartbeatInterval 30
11:54:15.125 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=HeartbeatInterval&value=1%5E5
11:54:15.125 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:15.186 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.187 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:15.187 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:15.187 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:15.236 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.236 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
11:54:15.236 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
11:54:15.283 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.287 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:15.287 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:15.337 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.337 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Current HeartbeatInterval 30
11:54:15.338 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeConfiguration?key=HeartbeatInterval&value=0%22%2F
11:54:15.338 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:15.400 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.400 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeConfigurationConfirmation]
11:54:15.401 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=HeartbeatInterval
11:54:15.401 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
11:54:15.450 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.450 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
11:54:15.450 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
11:54:15.497 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
11:54:15.499 [Test worker] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@108a77d6, started on Mon Mar 02 11:54:13 UTC 2026