2025-07-10 09:36:25:518 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:25:521 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2025-07-10 09:36:25:521 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:25:532 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : c8b21bfa-a791-42eb-bdca-230486379997 2025-07-10 09:36:25:533 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : c8b21bfa-a791-42eb-bdca-230486379997 2025-07-10 09:36:25:535 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : c8b21bfa-a791-42eb-bdca-230486379997 2025-07-10 09:36:25:536 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:25:536 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2025-07-10 09:36:25:536 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:25:780 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:25:780 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2025-07-10 09:36:25:780 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:25:835 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2025-07-10 09:36:25:837 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:25:838 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : c56bae7f-836e-4aa0-bd82-8023603332f8, 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-07-10 09:36:25:844 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2025-07-10 09:36:25:924 +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-07-10 09:36:25:941 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : c56bae7f-836e-4aa0-bd82-8023603332f8 2025-07-10 09:36:25:977 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:25:977 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2025-07-10 09:36:25:978 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:073 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:074 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2025-07-10 09:36:26:074 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:077 +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-07-10 09:36:26:078 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]}} 2025-07-10 09:36:26:078 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2025-07-10 09:36:26:078 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2025-07-10 09:36:26:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2025-07-10 09:36:26:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2025-07-10 09:36:26:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2025-07-10 09:36:26:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2025-07-10 09:36:26:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2025-07-10 09:36:26:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2025-07-10 09:36:26:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2025-07-10 09:36:26:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2025-07-10 09:36:26:079 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:080 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2025-07-10 09:36:26:080 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:158 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:158 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2025-07-10 09:36:26:158 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:188 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2025-07-10 09:36:26:189 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16 2025-07-10 09:36:26:192 +0000 [Time-limited test] DEBUG NioIoHandler - -Dio.netty.noKeySetOptimization: false 2025-07-10 09:36:26:192 +0000 [Time-limited test] DEBUG NioIoHandler - -Dio.netty.selectorAutoRebuildThreshold: 512 2025-07-10 09:36:26:203 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2025-07-10 09:36:26:213 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2025-07-10 09:36:26:213 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2025-07-10 09:36:26:234 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 21 2025-07-10 09:36:26:235 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2025-07-10 09:36:26:237 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2025-07-10 09:36:26:238 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2025-07-10 09:36:26:239 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2025-07-10 09:36:26:239 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2025-07-10 09:36:26:240 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2025-07-10 09:36:26:241 +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 @df6620a) 2025-07-10 09:36:26:241 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2025-07-10 09:36:26:241 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2025-07-10 09:36:26:242 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2025-07-10 09:36:26:242 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2025-07-10 09:36:26:242 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2025-07-10 09:36:26:243 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2025-07-10 09:36:26:244 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2025-07-10 09:36:26:294 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 17651 (auto-detected) 2025-07-10 09:36:26:297 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2025-07-10 09:36:26:297 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2025-07-10 09:36:26:299 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2025-07-10 09:36:26:300 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 4096 2025-07-10 09:36:26:301 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: 02:42:3c:ff:fe:be:63:2c (auto-detected) 2025-07-10 09:36:26:316 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2025-07-10 09:36:26:316 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2025-07-10 09:36:26:348 +0000 [Time-limited test] DEBUG AdaptiveByteBufAllocator - -Dio.netty.allocator.useCachedMagazinesForNonEventLoopThreads: false 2025-07-10 09:36:26:368 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2025-07-10 09:36:26:368 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2025-07-10 09:36:26:368 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2025-07-10 09:36:26:368 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2025-07-10 09:36:26:368 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2025-07-10 09:36:26:372 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: adaptive 2025-07-10 09:36:26:372 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2025-07-10 09:36:26:372 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2025-07-10 09:36:26:374 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2025-07-10 09:36:26:407 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:35551 2025-07-10 09:36:26:407 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@7764895 2025-07-10 09:36:26:443 +0000 [multiThreadIoEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x4a67b716, L:/127.0.0.1:51140 - R:/127.0.0.1:35551]]@7764895 2025-07-10 09:36:26:455 +0000 [multiThreadIoEventLoopGroup-2-2] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2025-07-10 09:36:26:469 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2025-07-10 09:36:26:470 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2025-07-10 09:36:26:471 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2700f982 2025-07-10 09:36:26:543 +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-07-10 09:36:26:555 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2025-07-10 09:36:26:560 +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-07-10 09:36:26:571 +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-07-10 09:36:26:577 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:26:577 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:26:599 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:51533","name":"12f6e477-a929-4c11-9620-5a4f8a3de106"}} 2025-07-10 09:36:26:602 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x4a67b716, L:/127.0.0.1:51140 - R:/127.0.0.1:35551] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:51533","name":"12f6e477-a929-4c11-9620-5a4f8a3de106"}} 2025-07-10 09:36:26:605 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@d5af4fc2 2025-07-10 09:36:26:611 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:51533 2025-07-10 09:36:26:611 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@672904126 2025-07-10 09:36:26:612 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 97c846b3-f41b-4e66-9a76-8eec9b3e9cbe 2025-07-10 09:36:26:613 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:26:613 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:26:613 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : 97c846b3-f41b-4e66-9a76-8eec9b3e9cbe, 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-07-10 09:36:26:615 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2025-07-10 09:36:26:616 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x7ea3ca68, L:/127.0.0.1:59442 - R:/127.0.0.1:51533]]@672904126 2025-07-10 09:36:26:616 +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-07-10 09:36:26:617 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 97c846b3-f41b-4e66-9a76-8eec9b3e9cbe 2025-07-10 09:36:26:627 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : c8914e6b-5c8b-4920-9d83-55901b14d2c3 2025-07-10 09:36:26:628 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:26:628 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:26:628 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=c8914e6b-5c8b-4920-9d83-55901b14d2c3, store=CONFIGURATION, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-07-10 09:36:26:629 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : c8914e6b-5c8b-4920-9d83-55901b14d2c3 2025-07-10 09:36:26:635 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-07-10 09:36:26:637 +0000 [pool-36-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-07-10 09:36:26:655 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2025-07-10 09:36:26:655 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@7b33e764]] 2025-07-10 09:36:26:660 +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-07-10 09:36:26:660 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-07-10 09:36:26:661 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : null 2025-07-10 09:36:26:661 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@55ac2c72]] 2025-07-10 09:36:26:662 +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-07-10 09:36:26:663 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":null}]}} 2025-07-10 09:36:26:664 +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-07-10 09:36:26:665 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:51533","name":"12f6e477-a929-4c11-9620-5a4f8a3de106"}} 2025-07-10 09:36:26:666 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2025-07-10 09:36:26:667 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:51533","name":"12f6e477-a929-4c11-9620-5a4f8a3de106"}} 2025-07-10 09:36:26:669 +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-07-10 09:36:26:671 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-07-10 09:36:26:671 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:51533@1003567612], timeout=30000] 2025-07-10 09:36:26:678 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:51533@1003567612] 2025-07-10 09:36:26:682 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@578362675 2025-07-10 09:36:26:683 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2025-07-10 09:36:26:683 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x7ea3ca68, L:/127.0.0.1:59442 ! R:/127.0.0.1:51533]]@672904126 2025-07-10 09:36:26:684 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x4a67b716, L:/127.0.0.1:51140 - R:/127.0.0.1:35551] : {"jsonrpc":"2.0","id":2,"result":true} 2025-07-10 09:36:26:685 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:35551, sessionType=REQ, hashCode=7764895], timeout=30000] 2025-07-10 09:36:26:691 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:35551, sessionType=REQ, hashCode=7764895] 2025-07-10 09:36:26:691 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x4a67b716, L:/127.0.0.1:51140 - R:/127.0.0.1:35551]]@7764895 2025-07-10 09:36:26:691 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:51533, sessionType=SUB, hashCode=672904126] 2025-07-10 09:36:26:692 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x7ea3ca68, L:/127.0.0.1:59442 ! R:/127.0.0.1:51533]]@672904126 2025-07-10 09:36:26:692 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:35551@535360461] 2025-07-10 09:36:26:693 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:693 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2025-07-10 09:36:26:693 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:798 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:798 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2025-07-10 09:36:26:798 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:798 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : f0ac93f8-4be2-4631-9554-001037f71339 2025-07-10 09:36:26:798 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:26:799 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:26:799 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : f0ac93f8-4be2-4631-9554-001037f71339, 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-07-10 09:36:26:799 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2025-07-10 09:36:26:799 +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-07-10 09:36:26:800 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:26:800 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:26:800 +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-07-10 09:36:26:805 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : f0ac93f8-4be2-4631-9554-001037f71339 2025-07-10 09:36:26:806 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:26:806 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:26:806 +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-07-10 09:36:26:806 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:806 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2025-07-10 09:36:26:807 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:882 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:26:882 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2025-07-10 09:36:26:882 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:503 +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-07-10 09:36:27:519 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:520 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2025-07-10 09:36:27:520 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:597 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:598 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2025-07-10 09:36:27:598 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:598 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : d0093e79-0dbe-4180-8ee6-07661bfe5957 2025-07-10 09:36:27:598 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:27:598 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:27:599 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : d0093e79-0dbe-4180-8ee6-07661bfe5957, 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-07-10 09:36:27:599 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-07-10 09:36:27:599 +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-07-10 09:36:27:599 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : d0093e79-0dbe-4180-8ee6-07661bfe5957 2025-07-10 09:36:27:601 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:27:601 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:27:601 +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-07-10 09:36:27:601 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 62a36428-930c-4fe5-96a2-b767bef54799 2025-07-10 09:36:27:601 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:27:601 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:27:601 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=62a36428-930c-4fe5-96a2-b767bef54799, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-07-10 09:36:27:602 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 62a36428-930c-4fe5-96a2-b767bef54799 2025-07-10 09:36:27:602 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:27:602 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:27:602 +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-07-10 09:36:27:602 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:603 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2025-07-10 09:36:27:603 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:664 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:665 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2025-07-10 09:36:27:665 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:665 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 48ad0cf7-c29a-467b-aabb-0566a5563f21 2025-07-10 09:36:27:665 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:665 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2025-07-10 09:36:27:665 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:781 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:781 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2025-07-10 09:36:27:781 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:781 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:27:782 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:27:782 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : de174053-62bd-4a30-91b2-cef70bbf03a9, 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-07-10 09:36:27:782 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-07-10 09:36:27:783 +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-07-10 09:36:27:783 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:783 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2025-07-10 09:36:27:783 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:840 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:841 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2025-07-10 09:36:27:841 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:841 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 9513800b-fa33-4326-bef5-168d13be436a 2025-07-10 09:36:27:841 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-07-10 09:36:27:841 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-07-10 09:36:27:842 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-07-10 09:36:27:842 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-07-10 09:36:27:842 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-07-10 09:36:27:842 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=9513800b-fa33-4326-bef5-168d13be436a, 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-07-10 09:36:27:843 +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-07-10 09:36:27:852 +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-07-10 09:36:27:855 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 9513800b-fa33-4326-bef5-168d13be436a 2025-07-10 09:36:27:856 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:856 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2025-07-10 09:36:27:856 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:910 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:910 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2025-07-10 09:36:27:910 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:910 +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-07-10 09:36:27:910 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2025-07-10 09:36:27:910 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2025-07-10 09:36:27:911 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2025-07-10 09:36:27:911 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2025-07-10 09:36:27:911 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2025-07-10 09:36:27:911 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:27:911 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:27:911 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2025-07-10 09:36:27:911 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:016 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:016 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2025-07-10 09:36:28:016 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:016 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-07-10 09:36:28:017 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-07-10 09:36:28:017 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-07-10 09:36:28:017 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-07-10 09:36:28:017 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-07-10 09:36:28:017 +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-07-10 09:36:28:018 +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-07-10 09:36:28:018 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:019 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2025-07-10 09:36:28:019 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:070 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:070 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2025-07-10 09:36:28:070 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:169 +0000 [main] INFO RemoteControlTest - Path len : 1 2025-07-10 09:36:28:170 +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-07-10 09:36:28:170 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-07-10 09:36:28:170 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2025-07-10 09:36:28:170 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:28:170 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2025-07-10 09:36:28:170 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-07-10 09:36:28:170 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2025-07-10 09:36:28:170 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:28:170 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-07-10 09:36:28:171 +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-07-10 09:36:28:173 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2025-07-10 09:36:28:174 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:174 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2025-07-10 09:36:28:174 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:228 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:228 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2025-07-10 09:36:28:228 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:228 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2025-07-10 09:36:28:228 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2025-07-10 09:36:28:229 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2025-07-10 09:36:28:229 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2025-07-10 09:36:28:229 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2025-07-10 09:36:28:229 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2025-07-10 09:36:28:229 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2025-07-10 09:36:28:229 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2025-07-10 09:36:28:229 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2025-07-10 09:36:28:229 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2025-07-10 09:36:28:229 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2025-07-10 09:36:28:229 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2025-07-10 09:36:28:230 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:230 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2025-07-10 09:36:28:230 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:281 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:281 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2025-07-10 09:36:28:281 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:282 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:282 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2025-07-10 09:36:28:282 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:331 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:332 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2025-07-10 09:36:28:332 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:332 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 78fb764e-27f0-48dd-b2e4-aabb0ff0ec3c 2025-07-10 09:36:28:332 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:332 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2025-07-10 09:36:28:332 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:382 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:382 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2025-07-10 09:36:28:382 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:383 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 0f73ce5d-3e34-4010-a90e-8c7ed59c8754 2025-07-10 09:36:28:383 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:28:383 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:28:383 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 0f73ce5d-3e34-4010-a90e-8c7ed59c8754, 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-07-10 09:36:28:383 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-07-10 09:36:28:384 +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-07-10 09:36:28:384 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 0f73ce5d-3e34-4010-a90e-8c7ed59c8754 2025-07-10 09:36:28:386 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2025-07-10 09:36:28:386 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:28:386 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 6971bb89-9511-4308-b502-f284ff4d9a00, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2025-07-10 09:36:28:386 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2025-07-10 09:36:28:386 +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-07-10 09:36:28:387 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 6971bb89-9511-4308-b502-f284ff4d9a00 2025-07-10 09:36:28:387 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-07-10 09:36:28:388 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-07-10 09:36:28:388 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-07-10 09:36:28:388 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-07-10 09:36:28:388 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-07-10 09:36:28:388 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=838d3c58-cffe-43ac-9ac7-d55d06a7494c, 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-07-10 09:36:28:388 +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-07-10 09:36:28:389 +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-07-10 09:36:28:389 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 838d3c58-cffe-43ac-9ac7-d55d06a7494c 2025-07-10 09:36:28:391 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:28:391 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:28:392 +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-07-10 09:36:28:392 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:28:392 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:28:392 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=d534b8b9-a528-4800-913c-450a7b325320, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-07-10 09:36:28:392 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : d534b8b9-a528-4800-913c-450a7b325320 2025-07-10 09:36:28:393 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : d534b8b9-a528-4800-913c-450a7b325320 2025-07-10 09:36:28:393 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-07-10 09:36:28:393 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-07-10 09:36:28:393 +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-07-10 09:36:28:393 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-07-10 09:36:28:393 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2025-07-10 09:36:28:393 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================