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/ldp_snmp | |
| parent | 1ce23106ebf0bf088dde69958228076faf5ac1b8 (diff) | |
tests: Use JSON camelCase naming for tests
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ldp_snmp')
| -rw-r--r-- | tests/topotests/ldp_snmp/r1/show_l2vpn_vc.ref | 2 | ||||
| -rw-r--r-- | tests/topotests/ldp_snmp/r2/show_l2vpn_vc.ref | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/ldp_snmp/r1/show_l2vpn_vc.ref b/tests/topotests/ldp_snmp/r1/show_l2vpn_vc.ref index 29e9df1089..675af4d788 100644 --- a/tests/topotests/ldp_snmp/r1/show_l2vpn_vc.ref +++ b/tests/topotests/ldp_snmp/r1/show_l2vpn_vc.ref @@ -2,7 +2,7 @@ "r1-mpw0":{ "peerId":"2.2.2.2", "vcId":100, - "VpnName":"CUST_A", + "vpnName":"CUST_A", "status":"up" } } diff --git a/tests/topotests/ldp_snmp/r2/show_l2vpn_vc.ref b/tests/topotests/ldp_snmp/r2/show_l2vpn_vc.ref index 942ed23a1e..045a8cfb9c 100644 --- a/tests/topotests/ldp_snmp/r2/show_l2vpn_vc.ref +++ b/tests/topotests/ldp_snmp/r2/show_l2vpn_vc.ref @@ -2,7 +2,7 @@ "r2-mpw0":{ "peerId":"1.1.1.1", "vcId":100, - "VpnName":"CUST_A", + "vpnName":"CUST_A", "status":"up" } } |
