2024-09-19 11:51:36:549 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:36:551 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2024-09-19 11:51:36:551 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:36:564 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : de53568e-173c-4cd0-a774-ef04830c3514 2024-09-19 11:51:36:564 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : de53568e-173c-4cd0-a774-ef04830c3514 2024-09-19 11:51:36:568 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : de53568e-173c-4cd0-a774-ef04830c3514 2024-09-19 11:51:36:568 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:36:568 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2024-09-19 11:51:36:568 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:36:710 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:36:710 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2024-09-19 11:51:36:711 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:36:766 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2024-09-19 11:51:36:769 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:36:770 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : ae020845-62d4-40cd-9277-58d7d6c48579, store : CONFIGURATION, entity : test-model, path : {"test-model-data:grillconf":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)grillconf, data : {"gasKnob":10} 2024-09-19 11:51:36:775 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2024-09-19 11:51:36:838 +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}]} 2024-09-19 11:51:36:852 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : ae020845-62d4-40cd-9277-58d7d6c48579 2024-09-19 11:51:36:882 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:36:882 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2024-09-19 11:51:36:883 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:014 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:014 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2024-09-19 11:51:37:014 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:018 +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}] 2024-09-19 11:51:37:019 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]}} 2024-09-19 11:51:37:019 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2024-09-19 11:51:37:020 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2024-09-19 11:51:37:020 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2024-09-19 11:51:37:020 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-09-19 11:51:37:020 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2024-09-19 11:51:37:020 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2024-09-19 11:51:37:020 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2024-09-19 11:51:37:020 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2024-09-19 11:51:37:021 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2024-09-19 11:51:37:021 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2024-09-19 11:51:37:021 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:021 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2024-09-19 11:51:37:021 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:114 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:114 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2024-09-19 11:51:37:114 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:145 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2024-09-19 11:51:37:146 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 2024-09-19 11:51:37:157 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2024-09-19 11:51:37:166 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2024-09-19 11:51:37:166 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2024-09-19 11:51:37:218 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2024-09-19 11:51:37:218 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 17 2024-09-19 11:51:37:219 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2024-09-19 11:51:37:220 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2024-09-19 11:51:37:220 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.storeFence: available 2024-09-19 11:51:37:221 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2024-09-19 11:51:37:221 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2024-09-19 11:51:37:222 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2024-09-19 11:51:37:223 +0000 [Time-limited test] DEBUG PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @389b0789 2024-09-19 11:51:37:224 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2024-09-19 11:51:37:224 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2024-09-19 11:51:37:224 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2024-09-19 11:51:37:224 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2024-09-19 11:51:37:227 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2024-09-19 11:51:37:227 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 2024-09-19 11:51:37:228 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2024-09-19 11:51:37:228 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2024-09-19 11:51:37:230 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.noKeySetOptimization: false 2024-09-19 11:51:37:230 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 2024-09-19 11:51:37:250 +0000 [Time-limited test] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2024-09-19 11:51:37:296 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 9019 (auto-detected) 2024-09-19 11:51:37:302 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2024-09-19 11:51:37:302 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2024-09-19 11:51:37:304 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2024-09-19 11:51:37:305 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 128 2024-09-19 11:51:37:305 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: 02:42:c7:ff:fe:f9:9a:0f (auto-detected) 2024-09-19 11:51:37:319 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2024-09-19 11:51:37:319 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2024-09-19 11:51:37:350 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8 2024-09-19 11:51:37:350 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8 2024-09-19 11:51:37:350 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 2024-09-19 11:51:37:350 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 2024-09-19 11:51:37:350 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 2024-09-19 11:51:37:350 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 2024-09-19 11:51:37:350 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 2024-09-19 11:51:37:351 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2024-09-19 11:51:37:351 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 2024-09-19 11:51:37:351 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2024-09-19 11:51:37:351 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 2024-09-19 11:51:37:351 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2024-09-19 11:51:37:351 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 2024-09-19 11:51:37:362 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: pooled 2024-09-19 11:51:37:362 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2024-09-19 11:51:37:362 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2024-09-19 11:51:37:363 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2024-09-19 11:51:37:386 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:39705 2024-09-19 11:51:37:386 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@936227138 2024-09-19 11:51:37:421 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x4c265a7f, L:/127.0.0.1:46878 - R:/127.0.0.1:39705]]@936227138 2024-09-19 11:51:37:435 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2024-09-19 11:51:37:435 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2024-09-19 11:51:37:435 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2024-09-19 11:51:37:435 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2024-09-19 11:51:37:435 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2024-09-19 11:51:37:445 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2024-09-19 11:51:37:445 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2024-09-19 11:51:37:446 +0000 [nioEventLoopGroup-2-2] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@5765353e 2024-09-19 11:51:37:522 +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":{}}}} 2024-09-19 11:51:37:530 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-09-19 11:51:37:535 +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":{}}}} 2024-09-19 11:51:37:543 +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] 2024-09-19 11:51:37:545 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:37:546 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:37:558 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:57587","name":"4d49de66-aceb-4313-b05e-5e1611fbd5f2"}} 2024-09-19 11:51:37:561 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x4c265a7f, L:/127.0.0.1:46878 - R:/127.0.0.1:39705] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:57587","name":"4d49de66-aceb-4313-b05e-5e1611fbd5f2"}} 2024-09-19 11:51:37:562 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@d289ce92 2024-09-19 11:51:37:564 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:57587 2024-09-19 11:51:37:564 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@666193253 2024-09-19 11:51:37:566 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 9f04cfc3-c6e9-4110-a30d-8452c359818c 2024-09-19 11:51:37:566 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:37:566 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:37:566 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : 9f04cfc3-c6e9-4110-a30d-8452c359818c, 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"}} 2024-09-19 11:51:37:567 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-09-19 11:51:37:569 +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}]}]} 2024-09-19 11:51:37:569 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 9f04cfc3-c6e9-4110-a30d-8452c359818c 2024-09-19 11:51:37:574 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x5edd5b8e, L:/127.0.0.1:38774 - R:/127.0.0.1:57587]]@666193253 2024-09-19 11:51:37:599 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 6485c1bd-3200-4d0e-8be6-0b8284c19f99 2024-09-19 11:51:37:599 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:37:600 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:37:600 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=6485c1bd-3200-4d0e-8be6-0b8284c19f99, store=CONFIGURATION, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-19 11:51:37:600 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 6485c1bd-3200-4d0e-8be6-0b8284c19f99 2024-09-19 11:51:37:610 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-19 11:51:37:611 +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}]}]} 2024-09-19 11:51:37:627 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2024-09-19 11:51:37:627 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-19 11:51:37:627 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : null 2024-09-19 11:51:37:627 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@14ae82cf, org.opendaylight.jsonrpc.model.JSONRPCArg@248c649e]] 2024-09-19 11:51:37:633 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":{"level2a":{"abc":"123"}}},{"path":{"test-model-data:top-container":{}},"data":null}]}} 2024-09-19 11:51:37:633 +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)] 2024-09-19 11:51:37:634 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:57587","name":"4d49de66-aceb-4313-b05e-5e1611fbd5f2"}} 2024-09-19 11:51:37:635 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-09-19 11:51:37:635 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:57587","name":"4d49de66-aceb-4313-b05e-5e1611fbd5f2"}} 2024-09-19 11:51:37:637 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public boolean org.opendaylight.jsonrpc.impl.RemoteControl.deleteListener(org.opendaylight.jsonrpc.model.DeleteListenerArgument)] 2024-09-19 11:51:37:637 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-19 11:51:37:638 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:57587@648243533], timeout=30000] 2024-09-19 11:51:37:642 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:57587@648243533] 2024-09-19 11:51:37:647 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@997767815 2024-09-19 11:51:37:647 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x5edd5b8e, L:/127.0.0.1:38774 ! R:/127.0.0.1:57587]]@666193253 2024-09-19 11:51:37:650 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2024-09-19 11:51:37:651 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x4c265a7f, L:/127.0.0.1:46878 - R:/127.0.0.1:39705] : {"jsonrpc":"2.0","id":2,"result":true} 2024-09-19 11:51:37:652 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:39705, sessionType=REQ, hashCode=936227138], timeout=30000] 2024-09-19 11:51:37:658 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:39705, sessionType=REQ, hashCode=936227138] 2024-09-19 11:51:37:658 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x4c265a7f, L:/127.0.0.1:46878 - R:/127.0.0.1:39705]]@936227138 2024-09-19 11:51:37:658 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:57587, sessionType=SUB, hashCode=666193253] 2024-09-19 11:51:37:658 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x5edd5b8e, L:/127.0.0.1:38774 ! R:/127.0.0.1:57587]]@666193253 2024-09-19 11:51:37:659 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:39705@1737163179] 2024-09-19 11:51:37:659 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:660 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2024-09-19 11:51:37:660 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:747 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:748 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2024-09-19 11:51:37:748 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:748 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : defe6b29-43f2-43bc-9746-93833450371a 2024-09-19 11:51:37:748 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:37:748 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:37:748 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : defe6b29-43f2-43bc-9746-93833450371a, 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"}} 2024-09-19 11:51:37:748 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-09-19 11:51:37:749 +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}]}]} 2024-09-19 11:51:37:749 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:37:749 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:37:749 +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 2024-09-19 11:51:37:754 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : defe6b29-43f2-43bc-9746-93833450371a 2024-09-19 11:51:37:755 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:37:755 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:37:755 +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 2024-09-19 11:51:37:756 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:756 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2024-09-19 11:51:37:756 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:833 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:37:833 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2024-09-19 11:51:37:833 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:347 +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}]}]} 2024-09-19 11:51:38:360 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:360 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2024-09-19 11:51:38:360 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:433 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:433 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2024-09-19 11:51:38:433 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:433 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : e614eafb-6b50-4997-8b4f-c912e991dabf 2024-09-19 11:51:38:433 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:38:434 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:38:434 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : e614eafb-6b50-4997-8b4f-c912e991dabf, 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":{}} 2024-09-19 11:51:38:434 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-09-19 11:51:38:434 +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=[]}]} 2024-09-19 11:51:38:434 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : e614eafb-6b50-4997-8b4f-c912e991dabf 2024-09-19 11:51:38:435 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:38:435 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:38:435 +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 2024-09-19 11:51:38:436 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 096e3151-b0be-4498-bd35-fb1c3aa0e5d3 2024-09-19 11:51:38:436 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:38:436 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:38:436 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=096e3151-b0be-4498-bd35-fb1c3aa0e5d3, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-19 11:51:38:436 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 096e3151-b0be-4498-bd35-fb1c3aa0e5d3 2024-09-19 11:51:38:436 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:38:436 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:38:436 +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 2024-09-19 11:51:38:437 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:437 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2024-09-19 11:51:38:437 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:500 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:501 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2024-09-19 11:51:38:501 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:501 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : e3f8d80a-5c8b-4a40-9fd1-8ad35f94bbf4 2024-09-19 11:51:38:501 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:501 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2024-09-19 11:51:38:501 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:573 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:574 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2024-09-19 11:51:38:574 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:574 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:38:574 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:38:574 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 84d55917-ca2a-44c4-84ca-d904a3ee56ab, 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":{}} 2024-09-19 11:51:38:574 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-09-19 11:51:38:575 +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=[]}]} 2024-09-19 11:51:38:575 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:575 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2024-09-19 11:51:38:575 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:636 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:636 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2024-09-19 11:51:38:636 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:636 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 978c92b2-594c-48da-8662-4e57d03134a3 2024-09-19 11:51:38:637 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-09-19 11:51:38:637 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-09-19 11:51:38:637 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-09-19 11:51:38:637 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-09-19 11:51:38:637 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-09-19 11:51:38:637 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=978c92b2-594c-48da-8662-4e57d03134a3, 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"]} 2024-09-19 11:51:38:643 +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"]} 2024-09-19 11:51:38:676 +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}]}}]} 2024-09-19 11:51:38:679 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 978c92b2-594c-48da-8662-4e57d03134a3 2024-09-19 11:51:38:681 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:682 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2024-09-19 11:51:38:682 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:744 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:744 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2024-09-19 11:51:38:744 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:744 +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 2024-09-19 11:51:38:744 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2024-09-19 11:51:38:744 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2024-09-19 11:51:38:745 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2024-09-19 11:51:38:745 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2024-09-19 11:51:38:745 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-09-19 11:51:38:745 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:38:745 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:745 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2024-09-19 11:51:38:745 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:802 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:802 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2024-09-19 11:51:38:802 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:802 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-09-19 11:51:38:802 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-09-19 11:51:38:803 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-09-19 11:51:38:803 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-09-19 11:51:38:803 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-09-19 11:51:38:803 +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"]} 2024-09-19 11:51:38:804 +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}]}}]} 2024-09-19 11:51:38:804 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:804 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2024-09-19 11:51:38:804 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:868 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:868 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2024-09-19 11:51:38:869 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:967 +0000 [main] INFO RemoteControlTest - Path len : 1 2024-09-19 11:51:38:968 +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 2024-09-19 11:51:38:968 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-09-19 11:51:38:968 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-09-19 11:51:38:968 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:38:968 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2024-09-19 11:51:38:968 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-09-19 11:51:38:968 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-09-19 11:51:38:968 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:38:968 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-09-19 11:51:38:968 +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}]}]}]} 2024-09-19 11:51:38:971 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2024-09-19 11:51:38:971 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:38:971 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2024-09-19 11:51:38:971 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:028 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:029 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2024-09-19 11:51:39:029 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:029 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2024-09-19 11:51:39:029 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2024-09-19 11:51:39:029 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2024-09-19 11:51:39:029 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2024-09-19 11:51:39:029 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2024-09-19 11:51:39:029 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2024-09-19 11:51:39:030 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2024-09-19 11:51:39:030 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2024-09-19 11:51:39:030 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2024-09-19 11:51:39:030 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2024-09-19 11:51:39:030 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2024-09-19 11:51:39:030 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2024-09-19 11:51:39:030 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:030 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2024-09-19 11:51:39:030 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:086 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:086 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2024-09-19 11:51:39:086 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:087 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:087 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2024-09-19 11:51:39:087 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:142 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:142 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2024-09-19 11:51:39:142 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:142 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 0f73682a-2d62-4c60-afec-17bb02a2d1c5 2024-09-19 11:51:39:142 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:142 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2024-09-19 11:51:39:142 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:196 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:196 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2024-09-19 11:51:39:196 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:197 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 27fed0f5-96ff-4630-8c7e-5f2925331603 2024-09-19 11:51:39:197 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:39:197 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:39:197 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 27fed0f5-96ff-4630-8c7e-5f2925331603, 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":{}} 2024-09-19 11:51:39:197 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-09-19 11:51:39:198 +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=[]}]} 2024-09-19 11:51:39:198 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 27fed0f5-96ff-4630-8c7e-5f2925331603 2024-09-19 11:51:39:201 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2024-09-19 11:51:39:201 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:39:201 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 5356b22f-3a22-42f0-9ee1-ab515768e57e, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2024-09-19 11:51:39:201 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2024-09-19 11:51:39:202 +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=[]}]} 2024-09-19 11:51:39:202 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 5356b22f-3a22-42f0-9ee1-ab515768e57e 2024-09-19 11:51:39:203 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-09-19 11:51:39:203 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-09-19 11:51:39:203 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-09-19 11:51:39:203 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-09-19 11:51:39:203 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-09-19 11:51:39:203 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=2754d0e6-1b7d-40cf-a889-65774016dd9a, 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"]} 2024-09-19 11:51:39:204 +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"]} 2024-09-19 11:51:39:204 +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}]}}]} 2024-09-19 11:51:39:205 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 2754d0e6-1b7d-40cf-a889-65774016dd9a 2024-09-19 11:51:39:205 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:39:205 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:39:205 +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 2024-09-19 11:51:39:206 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:39:206 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:39:206 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=1d1440f4-795d-4ec9-914e-2a52a06064c5, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-19 11:51:39:206 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 1d1440f4-795d-4ec9-914e-2a52a06064c5 2024-09-19 11:51:39:211 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : 1d1440f4-795d-4ec9-914e-2a52a06064c5 2024-09-19 11:51:39:211 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-19 11:51:39:211 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-19 11:51:39:211 +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 2024-09-19 11:51:39:212 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-19 11:51:39:212 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2024-09-19 11:51:39:212 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================