UnlockConnectorTest

5

tests

0

failures

0

ignored

6m34.71s

duration

100%

successful

Tests

Test Method name Duration Result
UnlockConnector after Preparing without transaction and during the transaction check1() 49.991s passed
UnlockConnector before Preparing and during Charging check2() 52.057s passed
2 Charging, UnlockConnector during Charging for one check3() 1m48.78s passed
UnlockConnector after Unavailable check4() 1m13.01s passed
UnlockConnector after Reserved without transaction and during the transaction check5() 1m50.87s passed

Standard output

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


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

23:19:32.824 [Test worker] INFO  c.y.o.a.ocpp16.UnlockConnectorTest - Starting UnlockConnectorTest using Java 17.0.2 with PID 827 (started by root in /builds/yablochkov/mainboard/autotests)
23:19:32.824 [Test worker] DEBUG c.y.o.a.ocpp16.UnlockConnectorTest - Running with Spring Boot, Spring
23:19:32.824 [Test worker] INFO  c.y.o.a.ocpp16.UnlockConnectorTest - The following 1 profile is active: "test"
23:19:32.825 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@11d176f8, started on Wed Apr 22 23:19:32 UTC 2026
23:19:32.869 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'messageSource' bean, using [Empty MessageSource]
23:19:32.869 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'applicationEventMulticaster' bean, using [SimpleApplicationEventMulticaster]
23:19:32.895 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
23:19:32.895 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
23:19:32.898 [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)
23:19:32.898 [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)
23:19:32.899 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
23:19:32.899 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
23:19:32.899 [Test worker] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - Detected 0 mappings in 'beanNameHandlerMapping'
23:19:32.900 [Test worker] TRACE o.s.w.s.f.s.RouterFunctionMapping - 0 RouterFunction(s) in 'routerFunctionMapping'
23:19:32.900 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/webjars/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]
23:19:32.900 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
23:19:32.900 [Test worker] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
23:19:32.901 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
23:19:32.901 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
23:19:32.910 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Using LifecycleProcessor [org.springframework.context.support.DefaultLifecycleProcessor@19476596]
23:19:32.911 [Test worker] INFO  c.y.o.a.ocpp16.UnlockConnectorTest - Started UnlockConnectorTest in 0.099 seconds (process running for 4167.361)
23:19:43.781 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:19:43.782 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:19:43.879 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:19:43.879 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:19:43.881 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/unlockConnector?connectorId=2
23:19:43.883 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:19:43.985 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:19:43.985 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.UnlockConnectorConfirmation]
23:19:57.379 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:19:57.380 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:19:57.430 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:19:57.430 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:19:57.432 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/unlockConnector?connectorId=2
23:19:57.432 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:19:58.145 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:19:58.145 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.UnlockConnectorConfirmation]
23:19:58.146 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:19:58.146 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:19:58.197 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:19:58.197 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:20:00.200 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:20:00.200 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:20:00.251 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:20:00.251 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:20:22.852 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
23:20:22.902 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:20:22.906 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/unlockConnector?connectorId=2
23:20:22.906 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:20:23.019 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:20:23.019 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.UnlockConnectorConfirmation]
23:20:36.416 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:20:36.416 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:20:36.468 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:20:36.468 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:20:47.436 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:20:47.436 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:20:47.487 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:20:47.487 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:20:47.488 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/unlockConnector?connectorId=2
23:20:47.488 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:20:48.203 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:20:48.203 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.UnlockConnectorConfirmation]
23:20:48.204 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:20:48.204 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:20:48.251 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:20:48.251 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:20:50.253 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:20:50.253 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:20:50.303 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:20:50.304 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:21:14.911 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
23:21:14.961 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:21:14.965 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/addTagsInfo
23:21:14.966 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:21:14.966 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [AuthorizeConfirmationDto(idTag=1111112-Accepted, idTagInfo=IdTagInfo{expiryDate="2026-04-23T08:10:22Z", parentIdTag=1, status=Accepted})] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
23:21:15.016 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:21:28.409 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:21:28.410 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:21:28.460 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:21:28.460 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:21:39.435 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:21:39.436 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:21:39.486 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:21:39.487 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:21:52.881 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:21:52.882 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:21:52.932 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:21:52.933 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:22:03.924 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:22:03.924 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:22:03.975 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:22:03.975 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:22:04.022 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/unlockConnector?connectorId=1
23:22:04.022 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:22:04.729 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:22:04.729 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.UnlockConnectorConfirmation]
23:22:04.729 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:22:04.729 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:22:04.777 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:22:04.777 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:22:06.826 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:22:06.826 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:22:06.877 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:22:06.877 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:22:08.925 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:22:08.926 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:22:08.976 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:22:08.976 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:22:11.024 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/stopTransaction?idTag=1111112-Accepted
23:22:11.026 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:22:11.092 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:22:11.092 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.RemoteStopTransactionConfirmation]
23:23:03.694 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
23:23:03.743 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:23:03.747 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeAvailability?connectorId=2&type=Inoperative
23:23:03.749 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:23:03.832 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:23:03.832 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeAvailabilityConfirmation]
23:23:33.833 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:23:33.833 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:23:33.885 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:23:33.885 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:23:33.886 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/unlockConnector?connectorId=2
23:23:33.886 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:23:33.994 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:23:33.994 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.UnlockConnectorConfirmation]
23:23:33.995 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:23:33.995 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:23:34.043 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:23:34.043 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:23:34.044 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/changeAvailability?connectorId=2&type=Operative
23:23:34.044 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:23:34.106 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:23:34.106 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.ChangeAvailabilityConfirmation]
23:24:16.707 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
23:24:16.756 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:24:16.761 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/reserve?connectorId=2&expiryDate=2026-04-22T23:27:16Z&idTag=111111-Accepted&reservationId=1
23:24:16.762 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:24:17.416 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:24:17.416 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.reservation.ReserveNowConfirmation]
23:24:17.417 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:24:17.417 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:24:17.465 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:24:17.465 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:24:17.465 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:24:17.465 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:24:17.514 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:24:17.514 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:25:17.514 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/unlockConnector?connectorId=2
23:25:17.514 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:25:17.662 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:25:17.662 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.UnlockConnectorConfirmation]
23:25:28.569 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:25:28.570 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:25:28.620 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:25:28.620 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:25:42.017 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:25:42.017 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:25:42.067 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:25:42.067 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:25:42.068 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/unlockConnector?connectorId=2
23:25:42.068 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:25:42.790 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:25:42.790 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.UnlockConnectorConfirmation]
23:25:42.791 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:25:42.791 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:25:42.838 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:25:42.839 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:25:44.887 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
23:25:44.887 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
23:25:44.936 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:25:44.936 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
23:26:07.580 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
23:26:07.631 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
23:26:07.633 [Test worker] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@11d176f8, started on Wed Apr 22 23:19:32 UTC 2026