2025-12-23 08:13:17:401 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:405 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2025-12-23 08:13:17:405 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:418 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 15947889-ccdd-4458-82ec-dfa803fd096f 2025-12-23 08:13:17:418 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 15947889-ccdd-4458-82ec-dfa803fd096f 2025-12-23 08:13:17:421 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 15947889-ccdd-4458-82ec-dfa803fd096f 2025-12-23 08:13:17:422 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:422 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2025-12-23 08:13:17:422 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:569 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:569 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2025-12-23 08:13:17:570 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:633 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2025-12-23 08:13:17:636 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:17:637 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : c0fe458d-9332-4cfa-9bdc-533c5797620c, store : CONFIGURATION, entity : test-model, path : {"test-model-data:grillconf":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)grillconf, data : {"gasKnob":10} 2025-12-23 08:13:17:644 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2025-12-23 08:13:17:710 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)grillconf, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)gasKnob, body=10}]} 2025-12-23 08:13:17:729 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : c0fe458d-9332-4cfa-9bdc-533c5797620c 2025-12-23 08:13:17:758 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:758 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2025-12-23 08:13:17:759 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:902 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:902 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2025-12-23 08:13:17:902 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:906 +0000 [main] INFO RemoteControlTest - YII : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topology1}]/node/node[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id=node1}]/termination-point/termination-point[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id=eth0}] 2025-12-23 08:13:17:906 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]}} 2025-12-23 08:13:17:907 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2025-12-23 08:13:17:907 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2025-12-23 08:13:17:907 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2025-12-23 08:13:17:907 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2025-12-23 08:13:17:907 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2025-12-23 08:13:17:907 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2025-12-23 08:13:17:907 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2025-12-23 08:13:17:908 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2025-12-23 08:13:17:908 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2025-12-23 08:13:17:908 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2025-12-23 08:13:17:908 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:17:908 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2025-12-23 08:13:17:908 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:041 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:041 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2025-12-23 08:13:18:041 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:067 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2025-12-23 08:13:18:069 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 2025-12-23 08:13:18:072 +0000 [Time-limited test] DEBUG NioIoHandler - -Dio.netty.noKeySetOptimization: false 2025-12-23 08:13:18:073 +0000 [Time-limited test] DEBUG NioIoHandler - -Dio.netty.selectorAutoRebuildThreshold: 512 2025-12-23 08:13:18:084 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2025-12-23 08:13:18:094 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2025-12-23 08:13:18:095 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2025-12-23 08:13:18:116 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 21 2025-12-23 08:13:18:116 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2025-12-23 08:13:18:118 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2025-12-23 08:13:18:119 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2025-12-23 08:13:18:120 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2025-12-23 08:13:18:120 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2025-12-23 08:13:18:121 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2025-12-23 08:13:18:122 +0000 [Time-limited test] DEBUG PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: symbolic reference class is not accessible: class jdk.internal.misc.Unsafe, from class io.netty.util.internal.PlatformDependent0 (unnamed module @5cdec700) 2025-12-23 08:13:18:123 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2025-12-23 08:13:18:124 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2025-12-23 08:13:18:124 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2025-12-23 08:13:18:125 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2025-12-23 08:13:18:125 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2025-12-23 08:13:18:126 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2025-12-23 08:13:18:126 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2025-12-23 08:13:18:130 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.jfr.enabled: true 2025-12-23 08:13:18:132 +0000 [Time-limited test] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2025-12-23 08:13:18:196 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 5093 (auto-detected) 2025-12-23 08:13:18:199 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2025-12-23 08:13:18:199 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2025-12-23 08:13:18:201 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2025-12-23 08:13:18:203 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 4096 2025-12-23 08:13:18:204 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: 42:06:08:ff:fe:78:e0:31 (auto-detected) 2025-12-23 08:13:18:220 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2025-12-23 08:13:18:220 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2025-12-23 08:13:18:256 +0000 [Time-limited test] DEBUG AdaptiveByteBufAllocator - -Dio.netty.allocator.useCachedMagazinesForNonEventLoopThreads: false 2025-12-23 08:13:18:276 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2025-12-23 08:13:18:276 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2025-12-23 08:13:18:276 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2025-12-23 08:13:18:276 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2025-12-23 08:13:18:276 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2025-12-23 08:13:18:286 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: adaptive 2025-12-23 08:13:18:286 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2025-12-23 08:13:18:286 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2025-12-23 08:13:18:288 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2025-12-23 08:13:18:321 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:33035 2025-12-23 08:13:18:321 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1649488377 2025-12-23 08:13:18:360 +0000 [multiThreadIoEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xee94f4cc, L:/127.0.0.1:34208 - R:/127.0.0.1:33035]]@1649488377 2025-12-23 08:13:18:375 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2025-12-23 08:13:18:376 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2025-12-23 08:13:18:377 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@91397b7 2025-12-23 08:13:18:560 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":1,"method":"addListener","params":{"transport":null,"store":"config","entity":"test-model","path":{"test-model-data:top-container":{}}}} 2025-12-23 08:13:18:569 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2025-12-23 08:13:18:573 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":1,"method":"addListener","params":{"transport":null,"store":"config","entity":"test-model","path":{"test-model-data:top-container":{}}}} 2025-12-23 08:13:18:580 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public org.opendaylight.jsonrpc.model.ListenerKey org.opendaylight.jsonrpc.impl.RemoteControl.addListener(org.opendaylight.jsonrpc.model.AddListenerArgument) throws java.io.IOException] 2025-12-23 08:13:18:583 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:18:583 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:18:607 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:45435","name":"79d72b76-adf6-4d42-a65c-e479bf25357d"}} 2025-12-23 08:13:18:612 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0xee94f4cc, L:/127.0.0.1:34208 - R:/127.0.0.1:33035] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:45435","name":"79d72b76-adf6-4d42-a65c-e479bf25357d"}} 2025-12-23 08:13:18:613 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@97fe479a 2025-12-23 08:13:18:618 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:45435 2025-12-23 08:13:18:618 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1348017482 2025-12-23 08:13:18:619 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 68e0fcf7-b7c7-436e-a393-ce6657f92535 2025-12-23 08:13:18:620 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:18:620 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:18:620 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : 68e0fcf7-b7c7-436e-a393-ce6657f92535, store : CONFIGURATION, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{"abc":"123"}} 2025-12-23 08:13:18:622 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2025-12-23 08:13:18:624 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x4e21edb2, L:/127.0.0.1:36220 - R:/127.0.0.1:45435]]@1348017482 2025-12-23 08:13:18:626 +0000 [Time-limited test] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2025-12-23 08:13:18:626 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 68e0fcf7-b7c7-436e-a393-ce6657f92535 2025-12-23 08:13:18:638 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 3c5eecc0-596c-4df8-85d4-c72ba9308bdf 2025-12-23 08:13:18:639 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:18:639 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:18:639 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=3c5eecc0-596c-4df8-85d4-c72ba9308bdf, store=CONFIGURATION, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:18:639 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 3c5eecc0-596c-4df8-85d4-c72ba9308bdf 2025-12-23 08:13:18:647 +0000 [pool-11-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:18:648 +0000 [pool-11-thread-1] TRACE DataCodec - [Decode] input : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2025-12-23 08:13:18:669 +0000 [pool-11-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2025-12-23 08:13:18:669 +0000 [pool-11-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@7ae26367]] 2025-12-23 08:13:18:676 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":{"level2a":{"abc":"123"}}}]}} 2025-12-23 08:13:18:677 +0000 [defaultEventExecutorGroup-3-3] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public void org.opendaylight.jsonrpc.provider.common.DcnPublisherImpl.notifyListener(org.opendaylight.jsonrpc.model.DataChangeNotification)] 2025-12-23 08:13:18:679 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:45435","name":"79d72b76-adf6-4d42-a65c-e479bf25357d"}} 2025-12-23 08:13:18:681 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2025-12-23 08:13:18:681 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:45435","name":"79d72b76-adf6-4d42-a65c-e479bf25357d"}} 2025-12-23 08:13:18:681 +0000 [pool-11-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:18:682 +0000 [pool-11-thread-1] TRACE DataCodec - [Decode] input : null 2025-12-23 08:13:18:682 +0000 [pool-11-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@1d19ef5f]] 2025-12-23 08:13:18:682 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public boolean org.opendaylight.jsonrpc.impl.RemoteControl.deleteListener(org.opendaylight.jsonrpc.model.DeleteListenerArgument)] 2025-12-23 08:13:18:683 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:18:685 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":null}]}} 2025-12-23 08:13:18:686 +0000 [defaultEventExecutorGroup-3-3] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public void org.opendaylight.jsonrpc.provider.common.DcnPublisherImpl.notifyListener(org.opendaylight.jsonrpc.model.DataChangeNotification)] 2025-12-23 08:13:18:683 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:45435@49117786], timeout=30000] 2025-12-23 08:13:18:689 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:45435@49117786] 2025-12-23 08:13:18:699 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@902938609 2025-12-23 08:13:18:699 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x4e21edb2, L:/127.0.0.1:36220 ! R:/127.0.0.1:45435]]@1348017482 2025-12-23 08:13:18:700 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2025-12-23 08:13:18:702 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0xee94f4cc, L:/127.0.0.1:34208 - R:/127.0.0.1:33035] : {"jsonrpc":"2.0","id":2,"result":true} 2025-12-23 08:13:18:703 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:33035, sessionType=REQ, hashCode=1649488377], timeout=30000] 2025-12-23 08:13:18:707 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:33035, sessionType=REQ, hashCode=1649488377] 2025-12-23 08:13:18:707 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xee94f4cc, L:/127.0.0.1:34208 - R:/127.0.0.1:33035]]@1649488377 2025-12-23 08:13:18:708 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:45435, sessionType=SUB, hashCode=1348017482] 2025-12-23 08:13:18:708 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x4e21edb2, L:/127.0.0.1:36220 ! R:/127.0.0.1:45435]]@1348017482 2025-12-23 08:13:18:709 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:33035@1369840066] 2025-12-23 08:13:18:709 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:709 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2025-12-23 08:13:18:709 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:801 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:801 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2025-12-23 08:13:18:801 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:802 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : bbb43016-3735-4083-820f-2c7ebd4682d0 2025-12-23 08:13:18:802 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:18:802 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:18:802 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : bbb43016-3735-4083-820f-2c7ebd4682d0, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{"abc":"123"}} 2025-12-23 08:13:18:802 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2025-12-23 08:13:18:803 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2025-12-23 08:13:18:803 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:18:803 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:18:803 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:18:808 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : bbb43016-3735-4083-820f-2c7ebd4682d0 2025-12-23 08:13:18:809 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:18:809 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:18:809 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:18:809 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:809 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2025-12-23 08:13:18:809 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:890 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:18:890 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2025-12-23 08:13:18:890 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:427 +0000 [main] INFO RemoteControlTest - Merging data /(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=name-1}] at path ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=name-1}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=name-1}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}]} 2025-12-23 08:13:19:441 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:441 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2025-12-23 08:13:19:441 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:525 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:525 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2025-12-23 08:13:19:525 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:526 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 01dac7b6-1f58-4f5e-bc85-75fcc55830dc 2025-12-23 08:13:19:526 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:19:526 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:19:526 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 01dac7b6-1f58-4f5e-bc85-75fcc55830dc, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2025-12-23 08:13:19:526 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-12-23 08:13:19:527 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2025-12-23 08:13:19:527 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 01dac7b6-1f58-4f5e-bc85-75fcc55830dc 2025-12-23 08:13:19:528 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:19:528 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:19:528 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:19:528 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 94e8b649-53d3-4424-b6f9-5070dd3ec7b3 2025-12-23 08:13:19:528 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:19:528 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:19:528 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=94e8b649-53d3-4424-b6f9-5070dd3ec7b3, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:19:529 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 94e8b649-53d3-4424-b6f9-5070dd3ec7b3 2025-12-23 08:13:19:530 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:19:530 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:19:530 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:19:530 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:530 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2025-12-23 08:13:19:530 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:602 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:603 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2025-12-23 08:13:19:603 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:603 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 41c490bf-cb8a-41e8-a408-f49765cca57d 2025-12-23 08:13:19:603 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:603 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2025-12-23 08:13:19:603 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:676 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:677 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2025-12-23 08:13:19:677 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:677 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:19:677 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:19:677 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : c31bf132-7876-4ea6-8d65-4d690ba9ff1b, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2025-12-23 08:13:19:677 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-12-23 08:13:19:678 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2025-12-23 08:13:19:678 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:678 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2025-12-23 08:13:19:678 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:748 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:749 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2025-12-23 08:13:19:749 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:749 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 07f9d75c-b9fb-4cd8-a6e2-e44ad76538c6 2025-12-23 08:13:19:749 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-12-23 08:13:19:749 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-12-23 08:13:19:749 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-12-23 08:13:19:749 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-12-23 08:13:19:749 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-12-23 08:13:19:750 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=07f9d75c-b9fb-4cd8-a6e2-e44ad76538c6, store=CONFIGURATION, entity=, path={"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}}, YII=/(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], data={"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-12-23 08:13:19:751 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-12-23 08:13:19:759 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2025-12-23 08:13:19:762 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 07f9d75c-b9fb-4cd8-a6e2-e44ad76538c6 2025-12-23 08:13:19:763 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:763 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2025-12-23 08:13:19:763 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:830 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:830 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2025-12-23 08:13:19:831 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:831 +0000 [main] INFO RemoteControlTest - YII : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topology1}]/server-provided 2025-12-23 08:13:19:831 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2025-12-23 08:13:19:831 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2025-12-23 08:13:19:831 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2025-12-23 08:13:19:831 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2025-12-23 08:13:19:831 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2025-12-23 08:13:19:831 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:19:831 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:831 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2025-12-23 08:13:19:832 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:896 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:896 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2025-12-23 08:13:19:896 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:897 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-12-23 08:13:19:897 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-12-23 08:13:19:897 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-12-23 08:13:19:897 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-12-23 08:13:19:897 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-12-23 08:13:19:897 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-12-23 08:13:19:898 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2025-12-23 08:13:19:898 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:898 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2025-12-23 08:13:19:898 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:956 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:19:956 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2025-12-23 08:13:19:956 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:050 +0000 [main] INFO RemoteControlTest - Path len : 1 2025-12-23 08:13:20:050 +0000 [main] INFO RemoteControlTest - (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology : (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-12-23 08:13:20:050 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-12-23 08:13:20:050 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2025-12-23 08:13:20:051 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:20:051 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2025-12-23 08:13:20:051 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-12-23 08:13:20:051 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2025-12-23 08:13:20:051 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:20:051 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-12-23 08:13:20:051 +0000 [main] TRACE DataCodec - [Decode] input : ImmutableContainerNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology, body=[ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topo1}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id, body=topo1}, ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id=node1}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id, body=node1}, ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)termination-point, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)termination-point[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id=eth0}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id, body=eth0}]}]}]}]}, ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)server-provided, body=true}]}]}]} 2025-12-23 08:13:20:054 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2025-12-23 08:13:20:054 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:054 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2025-12-23 08:13:20:054 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:113 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:113 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2025-12-23 08:13:20:113 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:113 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2025-12-23 08:13:20:113 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2025-12-23 08:13:20:114 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2025-12-23 08:13:20:114 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2025-12-23 08:13:20:114 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2025-12-23 08:13:20:114 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2025-12-23 08:13:20:114 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2025-12-23 08:13:20:114 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2025-12-23 08:13:20:114 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2025-12-23 08:13:20:114 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2025-12-23 08:13:20:114 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2025-12-23 08:13:20:115 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2025-12-23 08:13:20:115 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:115 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2025-12-23 08:13:20:115 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:171 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:172 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2025-12-23 08:13:20:172 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:172 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:172 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2025-12-23 08:13:20:172 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:229 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:229 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2025-12-23 08:13:20:229 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:229 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 6a10499d-4d42-41b7-8f8b-72c82a9bde9c 2025-12-23 08:13:20:230 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:230 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2025-12-23 08:13:20:230 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:284 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:284 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2025-12-23 08:13:20:284 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:284 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : a67b0687-a83f-4ff1-9d61-2abc501d315d 2025-12-23 08:13:20:284 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:20:285 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:20:285 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : a67b0687-a83f-4ff1-9d61-2abc501d315d, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2025-12-23 08:13:20:285 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-12-23 08:13:20:285 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2025-12-23 08:13:20:286 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : a67b0687-a83f-4ff1-9d61-2abc501d315d 2025-12-23 08:13:20:288 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2025-12-23 08:13:20:288 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:20:288 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : ca492d48-856c-4a72-b455-16b535d55cff, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2025-12-23 08:13:20:288 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2025-12-23 08:13:20:289 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)config, body=[ImmutableSystemMapNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints, body=[]}]} 2025-12-23 08:13:20:289 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : ca492d48-856c-4a72-b455-16b535d55cff 2025-12-23 08:13:20:293 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-12-23 08:13:20:293 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-12-23 08:13:20:294 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-12-23 08:13:20:294 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-12-23 08:13:20:294 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-12-23 08:13:20:294 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=22e0d71d-fb23-4061-879b-e725633f0283, store=CONFIGURATION, entity=something, path={"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}}, YII=/(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], data={"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-12-23 08:13:20:294 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-12-23 08:13:20:295 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2025-12-23 08:13:20:296 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 22e0d71d-fb23-4061-879b-e725633f0283 2025-12-23 08:13:20:297 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:20:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:20:298 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:20:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:20:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:20:298 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=41da30ba-b1fb-419f-ae50-51225b57a83a, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:20:298 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 41da30ba-b1fb-419f-ae50-51225b57a83a 2025-12-23 08:13:20:300 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : 41da30ba-b1fb-419f-ae50-51225b57a83a 2025-12-23 08:13:20:300 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-12-23 08:13:20:300 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-12-23 08:13:20:300 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-12-23 08:13:20:300 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-12-23 08:13:20:300 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2025-12-23 08:13:20:301 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================