GetConfigurationTest

2

tests

0

failures

0

ignored

0.249s

duration

100%

successful

Tests

Test Method name Duration Result
Getting list of all configurations check1() 0.178s passed
Getting one configuration check2() 0.071s passed

Standard output

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


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

16:09:28.473 [Test worker] INFO  c.y.a.ocpp16.GetConfigurationTest - Starting GetConfigurationTest using Java 17.0.2 with PID 708 (started by root in /builds/yablochkov/mainboard/autotests/autotests1.6)
16:09:28.473 [Test worker] DEBUG c.y.a.ocpp16.GetConfigurationTest - Running with Spring Boot, Spring
16:09:28.474 [Test worker] INFO  c.y.a.ocpp16.GetConfigurationTest - The following 1 profile is active: "test"
16:09:28.475 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5ccc3cce, started on Thu Dec 25 16:09:28 UTC 2025
16:09:28.552 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'messageSource' bean, using [Empty MessageSource]
16:09:28.552 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'applicationEventMulticaster' bean, using [SimpleApplicationEventMulticaster]
16:09:28.593 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
16:09:28.593 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
16:09:28.597 [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:09:28.597 [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:09:28.598 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
16:09:28.598 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
16:09:28.599 [Test worker] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - Detected 0 mappings in 'beanNameHandlerMapping'
16:09:28.599 [Test worker] TRACE o.s.w.s.f.s.RouterFunctionMapping - 0 RouterFunction(s) in 'routerFunctionMapping'
16:09:28.600 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/webjars/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]
16:09:28.600 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
16:09:28.600 [Test worker] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
16:09:28.601 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
16:09:28.601 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
16:09:28.610 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Using LifecycleProcessor [org.springframework.context.support.DefaultLifecycleProcessor@5e14f405]
16:09:28.612 [Test worker] INFO  c.y.a.ocpp16.GetConfigurationTest - Started GetConfigurationTest in 0.162 seconds (process running for 3668.158)
16:09:28.616 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration
16:09:28.619 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:09:28.790 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:09:28.790 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Key: AllowOfflineTxForUnknownId. Readonly: false. Value: false
Key: AuthorizationCacheEnabled. Readonly: false. Value: false
Key: AuthorizeRemoteTxRequests. Readonly: false. Value: true
Key: ClockAlignedDataInterval. Readonly: false. Value: 30
Key: ConnectionTimeOut. Readonly: false. Value: 60
Key: ConnectorPhaseRotation. Readonly: false. Value: null
Key: GetConfigurationMaxKeys. Readonly: true. Value: 100
Key: HeartbeatInterval. Readonly: false. Value: 30
Key: LocalAuthorizeOffline. Readonly: false. Value: true
Key: LocalPreAuthorize. Readonly: false. Value: true
Key: MeterValuesAlignedData. Readonly: false. Value: null
Key: MeterValuesSampledData. Readonly: false. Value: Power.Active.Import,Power.Offered,Current.Offered,Current.Import,Power.Active.Import,Temperature
Key: MeterValueSampleInterval. Readonly: false. Value: 60
Key: NumberOfConnectors. Readonly: true. Value: 3
Key: ResetRetries. Readonly: false. Value: null
Key: StopTransactionOnEVSideDisconnect. Readonly: false. Value: null
Key: StopTransactionOnInvalidId. Readonly: false. Value: null
Key: StopTxnAlignedData. Readonly: false. Value: null
Key: StopTxnSampledData. Readonly: false. Value: Energy.Active.Import.Register
Key: SupportedFeatureProfiles. Readonly: true. Value: Core,LocalAuthListManagement,FirmwareManagement,Reservation,RemoteTrigger,SmartCharging
Key: TransactionMessageAttempts. Readonly: false. Value: 3
Key: TransactionMessageRetryInterval. Readonly: false. Value: 3
Key: UnlockConnectorOnEVSideDisconnect. Readonly: false. Value: null
Key: SupportedFileTransferProtocols. Readonly: true. Value: HTTP,HTTPS,FTP,FTPS
Key: LocalAuthListEnabled. Readonly: false. Value: true
Key: LocalAuthListMaxLength. Readonly: true. Value: 10000
Key: SendLocalListMaxLength. Readonly: true. Value: 100
Key: ChargeProfileMaxStackLevel. Readonly: true. Value: 33
Key: ChargingScheduleAllowedChargingRateUnit. Readonly: true. Value: Power,Current
Key: ChargingScheduleMaxPeriods. Readonly: true. Value: 10
Key: MaxChargingProfilesInstalled. Readonly: true. Value: 100
Key: AuthorizationKey. Readonly: false. Value: null
Key: AutoChargeEnabled. Readonly: false. Value: false
Key: AutoChargeIdTag. Readonly: false. Value: ECPS1678143453045Y97
Key: WebSocketPingInterval. Readonly: false. Value: null

16:09:28.795 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/getConfiguration?configurationKey=AllowOfflineTxForUnknownId
16:09:28.795 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
16:09:28.863 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
16:09:28.864 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [eu.chargetime.ocpp.model.core.GetConfigurationConfirmation]
Key: AllowOfflineTxForUnknownId. Readonly: false. Value: false

16:09:28.865 [Test worker] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@5ccc3cce, started on Thu Dec 25 16:09:28 UTC 2025