Json formatiing
- To reduce file churn when running tests, sort and format json files
- Add xconnect json files I forgot to add to last patch
Change-Id: I66dd757a871a50e99c78b298c5106038e9ca5eff
(cherry picked from commit 312199d2e17692f129267c3c59ba03f2cd1bef44)
diff --git a/TestON/tests/USECASE/SegmentRouting/SRDynamicConf/dependencies/json/CASE202.json b/TestON/tests/USECASE/SegmentRouting/SRDynamicConf/dependencies/json/CASE202.json
index 54a6ea6..df04704 100644
--- a/TestON/tests/USECASE/SegmentRouting/SRDynamicConf/dependencies/json/CASE202.json
+++ b/TestON/tests/USECASE/SegmentRouting/SRDynamicConf/dependencies/json/CASE202.json
@@ -1,70 +1,98 @@
{
- "ports" : {
- "of:0000000000000001/2" : {
- "interfaces" : [
+ "ports":{
+ "of:0000000000000001/2":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-tagged": [ 20 ],
- "vlan-native": 10
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-native":10,
+ "vlan-tagged":[
+ 20
+ ]
}
]
},
- "of:0000000000000001/3" : {
- "interfaces" : [
+ "of:0000000000000001/3":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-untagged": 10
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-untagged":10
}
]
},
- "of:0000000000000001/4" : {
- "interfaces" : [
+ "of:0000000000000001/4":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-tagged": [ 20 ]
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-tagged":[
+ 20
+ ]
}
]
},
- "of:0000000000000001/5" : {
- "interfaces" : [
+ "of:0000000000000001/5":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-tagged": [ 20 ]
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-tagged":[
+ 20
+ ]
}
]
},
- "of:0000000000000002/2" : {
- "interfaces" : [
+ "of:0000000000000002/2":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-tagged": [ 20 ],
- "vlan-native": 10
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-native":10,
+ "vlan-tagged":[
+ 20
+ ]
}
]
},
- "of:0000000000000002/3" : {
- "interfaces" : [
+ "of:0000000000000002/3":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-untagged": 10
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-untagged":10
}
]
},
- "of:0000000000000002/4" : {
- "interfaces" : [
+ "of:0000000000000002/4":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-tagged": [ 20 ]
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-tagged":[
+ 20
+ ]
}
]
},
- "of:0000000000000002/5" : {
- "interfaces" : [
+ "of:0000000000000002/5":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-tagged": [ 20 ]
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-tagged":[
+ 20
+ ]
}
]
}
}
-}
+}
\ No newline at end of file