StatusNotificationTest

9

tests

0

failures

0

ignored

8m55.36s

duration

100%

successful

Tests

Test Method name Duration Result
CableConnected, Authorization through Rfid, Start transaction, CableOut, Stop transaction check1() 1m0.77s passed
Authorization through Rfid,CableConnected, Start transaction, Output connector, Stop transaction check2() 49.583s passed
Authorization through Rfid, ConnectionTimeOut check3() 1m24.71s passed
CableConnected, Output cable check4() 46.539s passed
Authorization through Rfid - Expired check5() 47.750s passed
Authorization through Rfid - Blocked check6() 47.737s passed
Authorization through Rfid - ConcurrentTx check7() 45.822s passed
Authorization through Rfid - Invalid check8() 45.771s passed
Timeout after Cable plugged in, timeout check9() 1m46.68s passed

Standard output

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


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

16:18:51.918 [Test worker] INFO  c.y.a.ocpp16.StatusNotificationTest - Starting StatusNotificationTest using Java 17.0.2 with PID 708 (started by root in /builds/yablochkov/mainboard/autotests/autotests1.6)
16:18:51.918 [Test worker] DEBUG c.y.a.ocpp16.StatusNotificationTest - Running with Spring Boot, Spring
16:18:51.918 [Test worker] INFO  c.y.a.ocpp16.StatusNotificationTest - The following 1 profile is active: "test"
16:18:51.919 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@1d8f4623, started on Thu Dec 25 16:18:51 UTC 2025
16:18:51.958 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'messageSource' bean, using [Empty MessageSource]
16:18:51.959 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'applicationEventMulticaster' bean, using [SimpleApplicationEventMulticaster]
16:18:51.981 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
16:18:51.981 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
16:18:51.984 [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)
16:18:51.984 [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)
16:18:51.985 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
16:18:51.985 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
16:18:51.985 [Test worker] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - Detected 0 mappings in 'beanNameHandlerMapping'
16:18:51.986 [Test worker] TRACE o.s.w.s.f.s.RouterFunctionMapping - 0 RouterFunction(s) in 'routerFunctionMapping'
16:18:51.986 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/webjars/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]
16:18:51.986 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
16:18:51.986 [Test worker] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
16:18:51.987 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
16:18:51.987 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
16:18:51.995 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Using LifecycleProcessor [org.springframework.context.support.DefaultLifecycleProcessor@3894400]
16:18:51.996 [Test worker] INFO  c.y.a.ocpp16.StatusNotificationTest - Started StatusNotificationTest in 0.091 seconds (process running for 4231.542)
16:19:10.535 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:19:10.535 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:19:10.666 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:19:10.666 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:19:21.683 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:19:21.683 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:19:21.751 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:19:21.751 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
hashmap2 - Charging
16:19:24.753 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:19:24.753 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:19:24.821 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:19:24.821 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
16:19:36.223 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:19:36.223 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:19:36.291 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:19:36.291 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
hashmap2 - Charging
hashmap2 - Available
16:19:52.699 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:19:52.766 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:20:05.666 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:20:05.667 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:20:05.735 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:20:05.735 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:20:19.274 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:20:19.274 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:20:19.342 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:20:19.342 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
hashmap2 - Charging
16:20:30.747 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:20:30.747 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:20:30.815 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:20:30.815 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
16:20:30.815 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:20:30.816 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:20:30.882 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:20:30.882 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
hashmap2 - Charging
hashmap2 - Available
16:20:42.283 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:20:42.350 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:20:55.251 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=ConnectionTimeOut
16:20:55.254 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:20:55.325 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:20:55.325 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
16:20:55.325 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:20:55.325 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:20:55.391 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:20:55.391 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:21:55.391 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:21:55.391 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:21:55.524 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:21:55.524 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
16:21:55.524 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:21:55.525 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:21:55.591 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:21:55.591 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
hashmap2 - Available
16:22:06.991 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:22:07.058 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:22:20.597 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:22:20.597 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:22:20.665 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:22:20.665 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:22:42.065 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:22:42.065 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:22:42.133 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:22:42.133 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
hashmap2 - Available
16:22:53.531 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:22:53.599 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:23:05.967 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:23:05.968 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:23:06.035 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:23:06.035 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
16:23:16.947 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:23:16.947 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:23:17.015 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:23:17.016 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:23:41.283 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:23:41.350 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:23:53.707 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:23:53.707 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:23:53.775 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:23:53.775 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
16:24:04.674 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:24:04.674 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:24:04.742 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:24:04.742 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:24:29.023 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:24:29.089 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:24:39.478 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:24:39.478 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:24:39.546 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:24:39.546 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
16:24:50.471 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:24:50.471 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:24:50.539 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:24:50.540 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:25:14.844 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:25:14.912 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:25:25.272 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:25:25.272 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:25:25.339 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:25:25.339 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
16:25:36.286 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:25:36.287 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:25:36.354 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:25:36.354 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:26:00.617 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:26:00.685 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:26:14.221 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:26:14.222 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:26:14.290 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:26:14.290 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
16:26:19.290 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=ConnectionTimeOut
16:26:19.291 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:26:19.361 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:26:19.361 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
16:27:19.362 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:27:19.362 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:27:19.431 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:27:19.431 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
hashmap2 - Finishing
16:27:35.835 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
16:27:35.835 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:27:35.903 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:27:35.904 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
hashmap2 - Preparing
hashmap2 - Finishing
hashmap2 - Available
16:27:47.301 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
16:27:47.369 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:27:47.371 [Test worker] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@1d8f4623, started on Thu Dec 25 16:18:51 UTC 2025