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/CASE183.json b/TestON/tests/USECASE/SegmentRouting/SRDynamicConf/dependencies/json/CASE183.json
index 129ac73..9511a49 100644
--- a/TestON/tests/USECASE/SegmentRouting/SRDynamicConf/dependencies/json/CASE183.json
+++ b/TestON/tests/USECASE/SegmentRouting/SRDynamicConf/dependencies/json/CASE183.json
@@ -1,36 +1,50 @@
{
- "ports" : {
- "of:0000000000000001/3" : {
- "interfaces" : [
+ "ports":{
+ "of:0000000000000001/3":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-tagged": [ 20 ]
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-tagged":[
+ 20
+ ]
}
]
},
- "of:0000000000000001/4" : {
- "interfaces" : [
+ "of:0000000000000001/4":{
+ "interfaces":[
{
- "ips" : [ "10.0.2.254/24" ],
- "vlan-untagged": 10
+ "ips":[
+ "10.0.2.254/24"
+ ],
+ "vlan-untagged":10
}
]
},
- "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:0000000000000001/6" : {
- "interfaces" : [
+ "of:0000000000000001/6":{
+ "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