[main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=network-A, nodeId=xpdr-A, srcTp=client-A}, Nodes{destTp=deg2-A, nodeId=roadm-A, srcTp=srg1-A}], serviceName=service 1, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting data from input node Xpdr [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting mapping data for node is Optional[Mapping{logicalConnectionPoint=network-A, supportingCircuitPackName=circuit pack, supportingPort=port}] [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Tranponder range not available setting to default power for nodeId: xpdr-A [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Transponder OCH connection: network-A-761:768 power updated [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Now going in sleep mode [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - This is a roadm 1.2.1 device [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Connection number is srg1-A-deg2-A-761:768 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - 1Dest point is Degree Mapping{logicalConnectionPoint=deg2-A, supportingCircuitPackName=circuit pack, supportingOms=interface oms, supportingOts=interface ots, supportingPort=port} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Spanloss TX is 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - The power value is P1[50GHz]=-3.00 dB for spanloss 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Roadm-connection: srg1-A-deg2-A-761:768 updated [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=network-OC, nodeId=xpdr-OC, srcTp=client-OC}, Nodes{destTp=deg1, nodeId=next-node, srcTp=srg1}], serviceName=service OC, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting data from input node Xpdr [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting mapping data for node is Optional[Mapping{logicalConnectionPoint=network-OC, openconfigInfo=OpenconfigInfo{supportedOpticalChannels=[qsfp-opt-1-1]}, supportedOperationalMode=[4308], supportingCircuitPackName=circuit pack, supportingPort=port}] [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Tranponder range not available setting to default power for nodeId: xpdr-OC [main] ERROR org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Failed to get component network-OC from node xpdr-OC! org.opendaylight.transportpce.common.openconfiginterfaces.OpenConfigInterfacesException: Configuration failed at org.opendaylight.transportpce.olm.power.PowerMgmtImpl.callSetTransponderPower(PowerMgmtImpl.java:642) at org.opendaylight.transportpce.olm.power.PowerMgmtImpl.setPower(PowerMgmtImpl.java:186) at org.opendaylight.transportpce.olm.power.PowerMgmtImpl.setPower(PowerMgmtImpl.java:126) at org.opendaylight.transportpce.olm.power.PowerMgmtTest.testSetPowerForOpenConfigTransponderConfigureComponentFailure(PowerMgmtTest.java:497) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:786) at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:514) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:161) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:152) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:91) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:112) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:94) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:87) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$4(TestMethodTestDescriptor.java:221) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:217) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:159) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:70) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:157) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:161) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:161) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:230) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:204) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:172) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:101) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:64) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:150) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:63) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:109) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:91) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39) at org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25) at org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60) at org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Configuring target-output-power for node xpdr-OC, network-OC failed [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - This is a roadm 1.2.1 device [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Connection number is srg1-deg1-761:768 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=network-OC, nodeId=xpdr-OC, srcTp=client-OC}, Nodes{destTp=deg1, nodeId=next-node, srcTp=srg1}], serviceName=service OC, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting data from input node Xpdr [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting mapping data for node is Optional[Mapping{logicalConnectionPoint=network-OC, openconfigInfo=OpenconfigInfo{supportedOpticalChannels=[qsfp-opt-1-1]}, supportedOperationalMode=[4308], supportingCircuitPackName=circuit pack, supportingPort=port}] [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=dest, nodeId=node 1, srcTp=src}, Nodes{destTp=dest, nodeId=node 2, srcTp=src}], serviceName=service 1, waveNumber=1} [main] ERROR org.opendaylight.transportpce.olm.power.PowerMgmtImpl - OLM-PowerMgmtImpl : Error retrieving mapping node for node 1 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=deg2-A, nodeId=roadm-A, srcTp=srg1-A}], serviceName=service 1, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - This is a roadm 1.2.1 device [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Connection number is srg1-A-deg2-A-761:768 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - 1Dest point is Degree Mapping{logicalConnectionPoint=deg2-A, supportingCircuitPackName=circuit pack, supportingOms=interface oms, supportingOts=interface ots, supportingPort=port} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Spanloss TX is 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - The power value is P1[50GHz]=-3.00 dB for spanloss 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Roadm-connection: srg1-A-deg2-A-761:768 updated [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=srg1-C, nodeId=roadm-C, srcTp=deg1-C}], serviceName=service 1, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - This is a roadm 1.2.1 device [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Connection number is deg1-C-srg1-C-761:768 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Setting power at drop node [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=network-OC, nodeId=xpdr-OC, srcTp=client-OC}, Nodes{destTp=deg1, nodeId=next-node, srcTp=srg1}], serviceName=service OC, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting data from input node Xpdr [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting mapping data for node is Optional[Mapping{logicalConnectionPoint=network-OC, openconfigInfo=OpenconfigInfo{supportedOpticalChannels=[qsfp-opt-1-1]}, supportedOperationalMode=[4308], supportingCircuitPackName=circuit pack, supportingPort=port}] [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Tranponder range not available setting to default power for nodeId: xpdr-OC [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - This is a roadm 1.2.1 device [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Connection number is srg1-deg1-761:768 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=deg2-A, nodeId=roadm-A, srcTp=srg1-A}], serviceName=service 1, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - This is a roadm 1.2.1 device [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Connection number is srg1-A-deg2-A-761:768 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - 1Dest point is Degree Mapping{logicalConnectionPoint=deg2-A, supportingCircuitPackName=circuit pack, supportingOms=interface oms, supportingOts=interface ots, supportingPort=port} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Spanloss TX is 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - The power value is P1[50GHz]=-3.00 dB for spanloss 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Roadm-connection: srg1-A-deg2-A-761:768 updated [main] ERROR org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Set GainLoss failed for Roadm-connection: srg1-A-deg2-A-761:768 on Node: roadm-A [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=network-A, nodeId=xpdr-A, srcTp=client-A}, Nodes{destTp=deg2-A, nodeId=roadm-A, srcTp=srg1-A}], serviceName=service 1, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting data from input node Xpdr [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting mapping data for node is Optional[Mapping{logicalConnectionPoint=network-A, supportingCircuitPackName=circuit pack, supportingPort=port}] [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Calculated Transponder Power value is -4.20000000000000017763568394002504646778106689453125 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Transponder OCH connection: network-A-761:768 power updated [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Now going in sleep mode [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - This is a roadm 1.2.1 device [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Connection number is srg1-A-deg2-A-761:768 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - 1Dest point is Degree Mapping{logicalConnectionPoint=deg2-A, supportingCircuitPackName=circuit pack, supportingOms=interface oms, supportingOts=interface ots, supportingPort=port} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Spanloss TX is 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - The power value is P1[50GHz]=-3.00 dB for spanloss 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Roadm-connection: srg1-A-deg2-A-761:768 updated [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, serviceName=service 1, waveNumber=1} [main] ERROR org.opendaylight.transportpce.olm.power.PowerMgmtImpl - No Nodes to configure [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=network-A, nodeId=xpdr-A, srcTp=client-A}, Nodes{destTp=deg2-A, nodeId=roadm-A, srcTp=srg1-A}], serviceName=service 1, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting data from input node Xpdr [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting mapping data for node is Optional[Mapping{logicalConnectionPoint=network-A, supportingCircuitPackName=circuit pack, supportingPort=port}] [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - SRG Power Range not found, setting the Transponder range to default [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Transponder OCH connection: network-A-761:768 power updated [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Now going in sleep mode [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - This is a roadm 1.2.1 device [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Connection number is srg1-A-deg2-A-761:768 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - 1Dest point is Degree Mapping{logicalConnectionPoint=deg2-A, supportingCircuitPackName=circuit pack, supportingOms=interface oms, supportingOts=interface ots, supportingPort=port} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Spanloss TX is 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - The power value is P1[50GHz]=-3.00 dB for spanloss 6.0 [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Roadm-connection: srg1-A-deg2-A-761:768 updated [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=client-C, nodeId=xpdr-C, srcTp=network-C}], serviceName=service 1, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting data from input node Xpdr [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Getting mapping data for node is Optional[Mapping{logicalConnectionPoint=client-C, supportingCircuitPackName=circuit pack, supportingPort=port}] [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - xpdr-C is a drop node. Net power settings needed [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-powerTurnDown initiated for input ServicePowerTurndownInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=deg2-A, nodeId=roadm-A, srcTp=srg1-A}, Nodes{destTp=srg1-C, nodeId=roadm-C, srcTp=deg1-C}], serviceName=service 1, waveNumber=1} [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-setPower initiated for input ServicePowerSetupInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=tx-port, nodeId=ila node, srcTp=rx-port}], serviceName=service 1, waveNumber=1} [main] ERROR org.opendaylight.transportpce.olm.power.PowerMgmtImpl - OLM-PowerMgmtImpl : Error with node type for node ila node [main] INFO org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Olm-powerTurnDown initiated for input ServicePowerTurndownInput{higherSpectralSlotNumber=768, lowerSpectralSlotNumber=761, nodes=[Nodes{destTp=deg2-A, nodeId=roadm-A, srcTp=srg1-A}, Nodes{destTp=srg1-C, nodeId=roadm-C, srcTp=deg1-C}], serviceName=service 1, waveNumber=1} [main] WARN org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Setting power-control mode off failed for Roadm-connection: deg1-C-srg1-C-761:768 [main] WARN org.opendaylight.transportpce.olm.power.PowerMgmtImpl - Power down failed for Roadm-connection: srg1-A-deg2-A-761:768