2026-05-07 07:48:01:114 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:124 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2026-05-07 07:48:01:124 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:150 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : e186872a-7d69-4437-b663-418409a418ec 2026-05-07 07:48:01:150 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : e186872a-7d69-4437-b663-418409a418ec 2026-05-07 07:48:01:161 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : e186872a-7d69-4437-b663-418409a418ec 2026-05-07 07:48:01:161 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:161 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2026-05-07 07:48:01:161 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:457 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:457 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2026-05-07 07:48:01:457 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:518 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2026-05-07 07:48:01:521 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:01:522 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : a4563e84-146c-4eeb-aa83-61b2e56de471, store : CONFIGURATION, entity : test-model, path : {"test-model-data:grillconf":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)grillconf, data : {"gasKnob":10} 2026-05-07 07:48:01:529 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2026-05-07 07:48:01:600 +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}]} 2026-05-07 07:48:01:620 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : a4563e84-146c-4eeb-aa83-61b2e56de471 2026-05-07 07:48:01:686 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:686 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2026-05-07 07:48:01:686 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:835 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:835 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2026-05-07 07:48:01:835 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:839 +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}] 2026-05-07 07:48:01:839 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]}} 2026-05-07 07:48:01:840 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2026-05-07 07:48:01:840 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2026-05-07 07:48:01:840 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2026-05-07 07:48:01:840 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2026-05-07 07:48:01:840 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2026-05-07 07:48:01:840 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2026-05-07 07:48:01:840 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2026-05-07 07:48:01:840 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2026-05-07 07:48:01:841 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2026-05-07 07:48:01:841 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2026-05-07 07:48:01:841 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:841 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2026-05-07 07:48:01:841 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:971 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:01:971 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2026-05-07 07:48:01:971 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:02:015 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2026-05-07 07:48:02:016 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 2026-05-07 07:48:02:019 +0000 [Time-limited test] DEBUG NioIoHandler - -Dio.netty.noKeySetOptimization: false 2026-05-07 07:48:02:020 +0000 [Time-limited test] DEBUG NioIoHandler - -Dio.netty.selectorAutoRebuildThreshold: 512 2026-05-07 07:48:02:031 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2026-05-07 07:48:02:058 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2026-05-07 07:48:02:058 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2026-05-07 07:48:02:120 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 21 2026-05-07 07:48:02:120 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2026-05-07 07:48:02:125 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2026-05-07 07:48:02:127 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2026-05-07 07:48:02:128 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2026-05-07 07:48:02:129 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2026-05-07 07:48:02:140 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2026-05-07 07:48:02:143 +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 @40317ba2) 2026-05-07 07:48:02:145 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2026-05-07 07:48:02:145 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2026-05-07 07:48:02:145 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2026-05-07 07:48:02:145 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2026-05-07 07:48:02:147 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2026-05-07 07:48:02:149 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2026-05-07 07:48:02:149 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2026-05-07 07:48:02:153 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.jfr.enabled: true 2026-05-07 07:48:02:154 +0000 [Time-limited test] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2026-05-07 07:48:02:217 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 4581 (auto-detected) 2026-05-07 07:48:02:220 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2026-05-07 07:48:02:222 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2026-05-07 07:48:02:224 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2026-05-07 07:48:02:225 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 4096 2026-05-07 07:48:02:226 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: d6:f2:52:ff:fe:a4:63:9d (auto-detected) 2026-05-07 07:48:02:240 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2026-05-07 07:48:02:240 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2026-05-07 07:48:02:269 +0000 [Time-limited test] DEBUG AdaptiveByteBufAllocator - -Dio.netty.allocator.useCachedMagazinesForNonEventLoopThreads: false 2026-05-07 07:48:02:288 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2026-05-07 07:48:02:288 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2026-05-07 07:48:02:289 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2026-05-07 07:48:02:289 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2026-05-07 07:48:02:289 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2026-05-07 07:48:02:299 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: adaptive 2026-05-07 07:48:02:299 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2026-05-07 07:48:02:299 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2026-05-07 07:48:02:302 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2026-05-07 07:48:02:347 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:53735 2026-05-07 07:48:02:347 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@2128446565 2026-05-07 07:48:02:413 +0000 [multiThreadIoEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x78a4c3bb, L:/127.0.0.1:52636 - R:/127.0.0.1:53735]]@2128446565 2026-05-07 07:48:02:465 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2026-05-07 07:48:02:466 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2026-05-07 07:48:02:467 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@22581102 2026-05-07 07:48:02:690 +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":{}}}} 2026-05-07 07:48:02:698 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2026-05-07 07:48:02:701 +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":{}}}} 2026-05-07 07:48:02:708 +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] 2026-05-07 07:48:02:712 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:02:712 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:02:734 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:43501","name":"86980340-d58f-4236-88e1-edeac47f792f"}} 2026-05-07 07:48:02:739 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x78a4c3bb, L:/127.0.0.1:52636 - R:/127.0.0.1:53735] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:43501","name":"86980340-d58f-4236-88e1-edeac47f792f"}} 2026-05-07 07:48:02:740 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@fba691bc 2026-05-07 07:48:02:743 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:43501 2026-05-07 07:48:02:743 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@177540970 2026-05-07 07:48:02:750 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 4e9ca2e5-a764-486e-b312-1087f391d50e 2026-05-07 07:48:02:750 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:02:750 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:02:750 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : 4e9ca2e5-a764-486e-b312-1087f391d50e, 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"}} 2026-05-07 07:48:02:751 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2026-05-07 07:48:02:753 +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}]}]} 2026-05-07 07:48:02:754 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 4e9ca2e5-a764-486e-b312-1087f391d50e 2026-05-07 07:48:02:755 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xe0faedcc, L:/127.0.0.1:37316 - R:/127.0.0.1:43501]]@177540970 2026-05-07 07:48:02:763 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 40bd64bc-79c7-408b-853b-3166667a6ca8 2026-05-07 07:48:02:764 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:02:764 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:02:764 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=40bd64bc-79c7-408b-853b-3166667a6ca8, store=CONFIGURATION, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2026-05-07 07:48:02:764 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 40bd64bc-79c7-408b-853b-3166667a6ca8 2026-05-07 07:48:02:774 +0000 [pool-11-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2026-05-07 07:48:02:775 +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}]}]} 2026-05-07 07:48:02:804 +0000 [pool-11-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2026-05-07 07:48:02:805 +0000 [pool-11-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@617d08f]] 2026-05-07 07:48:02:816 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":{"level2a":{"abc":"123"}}}]}} 2026-05-07 07:48:02:817 +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)] 2026-05-07 07:48:02:817 +0000 [pool-11-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2026-05-07 07:48:02:817 +0000 [pool-11-thread-1] TRACE DataCodec - [Decode] input : null 2026-05-07 07:48:02:819 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:43501","name":"86980340-d58f-4236-88e1-edeac47f792f"}} 2026-05-07 07:48:02:819 +0000 [pool-11-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@652e37fb]] 2026-05-07 07:48:02:820 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2026-05-07 07:48:02:820 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:43501","name":"86980340-d58f-4236-88e1-edeac47f792f"}} 2026-05-07 07:48:02:821 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public boolean org.opendaylight.jsonrpc.impl.RemoteControl.deleteListener(org.opendaylight.jsonrpc.model.DeleteListenerArgument)] 2026-05-07 07:48:02:822 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":null}]}} 2026-05-07 07:48:02:823 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2026-05-07 07:48:02:824 +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)] 2026-05-07 07:48:02:825 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:43501@1907416948], timeout=30000] 2026-05-07 07:48:02:828 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:43501@1907416948] 2026-05-07 07:48:02:833 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2026-05-07 07:48:02:834 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x78a4c3bb, L:/127.0.0.1:52636 - R:/127.0.0.1:53735] : {"jsonrpc":"2.0","id":2,"result":true} 2026-05-07 07:48:02:836 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1253724490 2026-05-07 07:48:02:836 +0000 [multiThreadIoEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xe0faedcc, L:/127.0.0.1:37316 ! R:/127.0.0.1:43501]]@177540970 2026-05-07 07:48:02:835 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:53735, sessionType=REQ, hashCode=2128446565], timeout=30000] 2026-05-07 07:48:02:838 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:53735, sessionType=REQ, hashCode=2128446565] 2026-05-07 07:48:02:838 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x78a4c3bb, L:/127.0.0.1:52636 - R:/127.0.0.1:53735]]@2128446565 2026-05-07 07:48:02:838 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:43501, sessionType=SUB, hashCode=177540970] 2026-05-07 07:48:02:838 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0xe0faedcc, L:/127.0.0.1:37316 ! R:/127.0.0.1:43501]]@177540970 2026-05-07 07:48:02:840 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:53735@1036813649] 2026-05-07 07:48:02:841 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:02:841 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2026-05-07 07:48:02:841 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:096 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:096 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2026-05-07 07:48:03:096 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:097 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : f6cd1db6-9e92-4188-933d-753f482c9b28 2026-05-07 07:48:03:097 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:03:097 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:03:097 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : f6cd1db6-9e92-4188-933d-753f482c9b28, 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"}} 2026-05-07 07:48:03:097 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2026-05-07 07:48:03:099 +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}]}]} 2026-05-07 07:48:03:099 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:03:099 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:03:099 +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 2026-05-07 07:48:03:104 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : f6cd1db6-9e92-4188-933d-753f482c9b28 2026-05-07 07:48:03:105 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:03:105 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:03:105 +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 2026-05-07 07:48:03:105 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:105 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2026-05-07 07:48:03:106 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:185 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:185 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2026-05-07 07:48:03:185 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:777 +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}]}]} 2026-05-07 07:48:03:789 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:789 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2026-05-07 07:48:03:790 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:912 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:912 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2026-05-07 07:48:03:912 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:913 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 9d394b84-e207-4891-bcbe-03a4478dc118 2026-05-07 07:48:03:913 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:03:913 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:03:913 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 9d394b84-e207-4891-bcbe-03a4478dc118, 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":{}} 2026-05-07 07:48:03:914 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2026-05-07 07:48:03:914 +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=[]}]} 2026-05-07 07:48:03:914 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 9d394b84-e207-4891-bcbe-03a4478dc118 2026-05-07 07:48:03:915 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:03:915 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:03:915 +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 2026-05-07 07:48:03:915 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : ee0536ff-eb19-45e4-b871-9fa2c0b56aca 2026-05-07 07:48:03:915 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:03:916 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:03:916 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=ee0536ff-eb19-45e4-b871-9fa2c0b56aca, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2026-05-07 07:48:03:916 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : ee0536ff-eb19-45e4-b871-9fa2c0b56aca 2026-05-07 07:48:03:916 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:03:916 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:03:916 +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 2026-05-07 07:48:03:916 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:03:916 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2026-05-07 07:48:03:916 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:002 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:002 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2026-05-07 07:48:04:002 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:003 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : afc03cf1-92f5-4014-8ad8-7e6788f273e7 2026-05-07 07:48:04:003 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:003 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2026-05-07 07:48:04:003 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:071 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:071 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2026-05-07 07:48:04:072 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:072 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:04:072 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:072 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : b195078d-1405-4147-9083-b7f00a2dac0a, 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":{}} 2026-05-07 07:48:04:072 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2026-05-07 07:48:04:073 +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=[]}]} 2026-05-07 07:48:04:073 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:073 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2026-05-07 07:48:04:073 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:174 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:174 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2026-05-07 07:48:04:174 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:174 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 03ab9e44-70c5-4461-9043-33d12d6edff4 2026-05-07 07:48:04:175 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2026-05-07 07:48:04:175 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2026-05-07 07:48:04:175 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2026-05-07 07:48:04:175 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2026-05-07 07:48:04:175 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2026-05-07 07:48:04:175 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=03ab9e44-70c5-4461-9043-33d12d6edff4, 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"]} 2026-05-07 07:48:04:177 +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"]} 2026-05-07 07:48:04:187 +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}]}}]} 2026-05-07 07:48:04:191 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 03ab9e44-70c5-4461-9043-33d12d6edff4 2026-05-07 07:48:04:192 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:192 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2026-05-07 07:48:04:192 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:268 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:269 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2026-05-07 07:48:04:269 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:269 +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 2026-05-07 07:48:04:269 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2026-05-07 07:48:04:269 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2026-05-07 07:48:04:269 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2026-05-07 07:48:04:270 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2026-05-07 07:48:04:270 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2026-05-07 07:48:04:270 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:270 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:270 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2026-05-07 07:48:04:270 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:342 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:342 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2026-05-07 07:48:04:343 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:343 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2026-05-07 07:48:04:343 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2026-05-07 07:48:04:343 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2026-05-07 07:48:04:343 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2026-05-07 07:48:04:343 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2026-05-07 07:48:04:343 +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"]} 2026-05-07 07:48:04:344 +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}]}}]} 2026-05-07 07:48:04:345 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:345 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2026-05-07 07:48:04:345 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:406 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:407 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2026-05-07 07:48:04:407 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:498 +0000 [main] INFO RemoteControlTest - Path len : 1 2026-05-07 07:48:04:498 +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 2026-05-07 07:48:04:498 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2026-05-07 07:48:04:498 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2026-05-07 07:48:04:498 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:499 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2026-05-07 07:48:04:499 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2026-05-07 07:48:04:499 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2026-05-07 07:48:04:499 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:499 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2026-05-07 07:48:04:499 +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}]}]}]} 2026-05-07 07:48:04:502 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2026-05-07 07:48:04:502 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:502 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2026-05-07 07:48:04:502 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:557 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:557 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2026-05-07 07:48:04:557 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:557 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2026-05-07 07:48:04:557 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2026-05-07 07:48:04:557 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2026-05-07 07:48:04:558 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2026-05-07 07:48:04:558 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2026-05-07 07:48:04:558 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2026-05-07 07:48:04:558 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2026-05-07 07:48:04:558 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2026-05-07 07:48:04:558 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2026-05-07 07:48:04:558 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2026-05-07 07:48:04:558 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2026-05-07 07:48:04:558 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2026-05-07 07:48:04:559 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:559 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2026-05-07 07:48:04:559 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:617 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:617 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2026-05-07 07:48:04:617 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:618 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:618 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2026-05-07 07:48:04:618 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:676 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:676 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2026-05-07 07:48:04:676 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:676 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 3312b74a-97c0-4848-894f-6c9abd9baaa6 2026-05-07 07:48:04:676 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:677 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2026-05-07 07:48:04:677 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:727 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:727 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2026-05-07 07:48:04:727 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:728 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 83a0708b-397e-4e24-bf2d-55009a57c095 2026-05-07 07:48:04:728 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:04:728 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:728 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 83a0708b-397e-4e24-bf2d-55009a57c095, 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":{}} 2026-05-07 07:48:04:728 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2026-05-07 07:48:04:729 +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=[]}]} 2026-05-07 07:48:04:729 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 83a0708b-397e-4e24-bf2d-55009a57c095 2026-05-07 07:48:04:730 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2026-05-07 07:48:04:730 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:731 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 05bd46c0-25aa-4b22-adca-026a403776b7, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2026-05-07 07:48:04:731 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2026-05-07 07:48:04:731 +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=[]}]} 2026-05-07 07:48:04:731 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 05bd46c0-25aa-4b22-adca-026a403776b7 2026-05-07 07:48:04:733 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2026-05-07 07:48:04:733 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2026-05-07 07:48:04:733 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2026-05-07 07:48:04:733 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2026-05-07 07:48:04:734 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2026-05-07 07:48:04:734 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=007ec9f7-d3f3-40f2-a21d-b5aa416c5f94, 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"]} 2026-05-07 07:48:04:734 +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"]} 2026-05-07 07:48:04:734 +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}]}}]} 2026-05-07 07:48:04:735 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 007ec9f7-d3f3-40f2-a21d-b5aa416c5f94 2026-05-07 07:48:04:739 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:04:739 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:739 +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 2026-05-07 07:48:04:739 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:04:739 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:739 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=2cdfba55-4027-4df3-863b-d59bf8dc93ea, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2026-05-07 07:48:04:740 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 2cdfba55-4027-4df3-863b-d59bf8dc93ea 2026-05-07 07:48:04:740 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : 2cdfba55-4027-4df3-863b-d59bf8dc93ea 2026-05-07 07:48:04:740 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2026-05-07 07:48:04:740 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2026-05-07 07:48:04:740 +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 2026-05-07 07:48:04:741 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2026-05-07 07:48:04:741 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2026-05-07 07:48:04:741 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================