GetDiagnosticsTest

2

tests

0

failures

0

ignored

2m58.35s

duration

100%

successful

Tests

Test Method name Duration Result
DiagnosticsStatusNotification with status Uploaded check1() 1m33.95s passed
DiagnosticsStatusNotification with status UploadFailed check2() 1m24.40s passed

Standard output

21:18:59,056 |-WARN in Logger[com.epam.reportportal.service.Launch] - No appenders present in context [default] for logger [com.epam.reportportal.service.Launch].
21:18:59,056 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word clr with class [org.springframework.boot.logging.logback.ColorConverter]
21:18:59,056 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word wEx with class [org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter]
21:18:59,056 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - <level> element is deprecated. Near [level] on line 25
21:18:59,056 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within <logger> or <root> elements instead.
21:18:59,056 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - <level> element is deprecated. Near [level] on line 30
21:18:59,056 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within <logger> or <root> elements instead.
21:18:59,057 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE]
21:18:59,057 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
21:18:59,057 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
21:18:59,058 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [TEST-FILE]
21:18:59,058 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
21:18:59,058 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
21:18:59,058 |-INFO in ch.qos.logback.core.FileAppender[TEST-FILE] - File property is set to [LOG_FILE_IS_UNDEFINED]
21:18:59,058 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@dbdc62 - Propagating DEBUG level on Logger[com.yablochkov] onto the JUL framework
21:18:59,058 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - com.yablochkov level set to DEBUG
21:18:59,058 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@dbdc62 - Propagating TRACE level on Logger[org.springframework.web.servlet.mvc] onto the JUL framework
21:18:59,058 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.springframework.web.servlet.mvc level set to TRACE
21:18:59,058 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[org.springframework.web.servlet.mvc]
21:18:59,058 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
21:18:59,058 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@dbdc62 - Propagating WARN level on Logger[ROOT] onto the JUL framework
21:18:59,058 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [TEST-FILE] to Logger[ROOT]
21:18:59,058 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT]
21:18:59,058 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@306927de - End of configuration.
21:18:59,058 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@1770fbec - Registering current configuration as safe fallback point


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

21:18:59.061 [Test worker] INFO  c.y.o.a.ocpp16.GetDiagnosticsTest - Starting GetDiagnosticsTest using Java 17.0.2 with PID 391 (started by root in /builds/yablochkov/mainboard/autotests)
21:18:59.061 [Test worker] DEBUG c.y.o.a.ocpp16.GetDiagnosticsTest - Running with Spring Boot, Spring
21:18:59.061 [Test worker] INFO  c.y.o.a.ocpp16.GetDiagnosticsTest - The following 1 profile is active: "test"
21:18:59.062 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@33ffbde5, started on Wed Apr 22 21:18:59 UTC 2026
21:18:59.126 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'messageSource' bean, using [Empty MessageSource]
21:18:59.126 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'applicationEventMulticaster' bean, using [SimpleApplicationEventMulticaster]
21:18:59.164 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
21:18:59.164 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
21:18:59.168 [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)
21:18:59.168 [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)
21:18:59.169 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
21:18:59.169 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
21:18:59.170 [Test worker] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - Detected 0 mappings in 'beanNameHandlerMapping'
21:18:59.171 [Test worker] TRACE o.s.w.s.f.s.RouterFunctionMapping - 0 RouterFunction(s) in 'routerFunctionMapping'
21:18:59.171 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/webjars/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]
21:18:59.171 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
21:18:59.171 [Test worker] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
21:18:59.173 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
21:18:59.173 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
21:18:59.184 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Using LifecycleProcessor [org.springframework.context.support.DefaultLifecycleProcessor@4a70561f]
21:18:59.186 [Test worker] INFO  c.y.o.a.ocpp16.GetDiagnosticsTest - Started GetDiagnosticsTest in 0.15 seconds (process running for 916.79)
21:18:59.189 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
21:18:59.287 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
21:18:59.288 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getDiagnostics?location=ftp://ftp:soaThia7Oo7r@192.168.4.101
21:18:59.292 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
21:18:59.363 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
21:18:59.363 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.firmware.GetDiagnosticsConfirmation]
GetDiagnosticsConfirmation{fileName=Diagnostic_yabl-200-lab-001_1776892739324.log, isValid=true}
21:20:09.723 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
21:20:09.723 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
21:20:09.823 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
21:20:09.823 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
size2
21:20:33.085 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
21:20:33.138 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
21:20:33.142 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
21:20:33.191 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
21:20:33.192 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getDiagnostics?location=http://172.24.0.219:11111/upload
21:20:33.192 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
21:20:33.250 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
21:20:33.250 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.firmware.GetDiagnosticsConfirmation]
21:21:33.610 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
21:21:33.611 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
21:21:33.709 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
21:21:33.709 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
21:21:57.483 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
21:21:57.535 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
21:21:57.540 [Test worker] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@33ffbde5, started on Wed Apr 22 21:18:59 UTC 2026