diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-31 12:47:43 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-31 20:49:44 +0200 |
| commit | f932966b02478cf3a3dd443d98eea7cc95c8379a (patch) | |
| tree | 2d21999fc32c1099b4ce57f465f6aef4073a279f /tests/topotests/bgp_lu_topo2 | |
| parent | 1ce23106ebf0bf088dde69958228076faf5ac1b8 (diff) | |
tests: Use JSON camelCase naming for tests
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/bgp_lu_topo2')
| -rw-r--r-- | tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json | 12 | ||||
| -rw-r--r-- | tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json b/tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json index 0dc59b58cf..59ecd27f7f 100644 --- a/tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json +++ b/tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json @@ -1,8 +1,8 @@ { - "Ledger":51, - "InUse":51, - "Requests":0, - "LabelChunks":1, - "Pending":0, - "Reconnects":0 + "ledger":51, + "inUse":51, + "requests":0, + "labelChunks":1, + "pending":0, + "reconnects":0 } diff --git a/tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json b/tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json index eb1ae93b6c..2c52192cd6 100644 --- a/tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json +++ b/tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json @@ -1,8 +1,8 @@ { - "Ledger":1, - "InUse":1, - "Requests":0, - "LabelChunks":1, - "Pending":0, - "Reconnects":0 + "ledger":1, + "inUse":1, + "requests":0, + "labelChunks":1, + "pending":0, + "reconnects":0 } |
