diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:33:35 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:33:35 -0800 |
commit | 96a9aafdff7813324bc8a8ba1e743683e251dde6 (patch) | |
tree | 644c6837ab58ed21fb05f4bf988dc392875b9f8d /grToolkit/provider/src/test/resources/three/default-config.json | |
parent | a0e97e71a49a8b54fddf8fb004b32f202f114011 (diff) |
Migrate files from sli-plugins
Migrate sli-plugins repo into new
directory "plugins".
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'grToolkit/provider/src/test/resources/three/default-config.json')
-rw-r--r-- | grToolkit/provider/src/test/resources/three/default-config.json | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/grToolkit/provider/src/test/resources/three/default-config.json b/grToolkit/provider/src/test/resources/three/default-config.json deleted file mode 100644 index d75998e5d..000000000 --- a/grToolkit/provider/src/test/resources/three/default-config.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "request": { - "mbean": "org.opendaylight.controller:Category=Shards,name=member-1-shard-default-config,type=DistributedConfigDatastore", - "type": "read" - }, - "value": { - "ReadWriteTransactionCount": 0, - "SnapshotIndex": 22, - "InMemoryJournalLogSize": 1, - "ReplicatedToAllIndex": -1, - "Leader": "member-1-shard-default-config", - "LastIndex": 23, - "RaftState": "Leader", - "LastCommittedTransactionTime": "2019-12-03 16:36:39.413", - "LastApplied": 23, - "PeerAddresses": "", - "LastLogIndex": 23, - "LastLeadershipChangeTime": "2019-12-03 16:36:33.460", - "WriteOnlyTransactionCount": 0, - "FollowerInitialSyncStatus": false, - "FollowerInfo": [], - "FailedReadTransactionsCount": 0, - "Voting": true, - "StatRetrievalTime": "454.8 μs", - "CurrentTerm": 4, - "LastTerm": 4, - "FailedTransactionsCount": 0, - "PendingTxCommitQueueSize": 0, - "VotedFor": "member-1-shard-default-config", - "SnapshotCaptureInitiated": false, - "CommittedTransactionsCount": 5, - "TxCohortCacheSize": 0, - "PeerVotingStates": "", - "LastLogTerm": 4, - "StatRetrievalError": null, - "CommitIndex": 23, - "SnapshotTerm": 4, - "AbortTransactionsCount": 0, - "ReadOnlyTransactionCount": 0, - "ShardName": "member-1-shard-default-config", - "LeadershipChangeCount": 1, - "InMemoryJournalDataSize": 37 - }, - "timestamp": 1575393787, - "status": 200 -}
\ No newline at end of file |