Use RFC8040 URL for OVSDB tests
[integration/test.git] / csit / variables / ovsdb / create_port.json
index 2ec84beca19e6fe62e34051fc350fc202643be90..594927f545ff70eba1553352f5b4b3bd3f0e4179 100644 (file)
@@ -1,15 +1,15 @@
 {
-   "network-topology:termination-point": [
-      {
-             "ovsdb:options": [
-                    {
-                  "ovsdb:option": "remote_ip",
-                  "ovsdb:value" : "192.168.0.21"
-                        }
-                        ],
-                   "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
-                        "ovsdb:name": "vxlanport",
-                        "tp-id": "vxlanport"
-             }
-     ]
+    "network-topology:termination-point": [
+        {
+            "ovsdb:options": [
+                {
+                    "ovsdb:option": "remote_ip",
+                    "ovsdb:value": "192.168.0.21"
+                }
+            ],
+            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
+            "ovsdb:name": "vxlanport",
+            "tp-id": "vxlanport"
+        }
+    ]
 }