Use RFC8040 URL for OVSDB tests
[integration/test.git] / csit / variables / ovsdb / create_port_3node.json
index 98be2021633c8ee4d672b8078f2fa9b76438e78d..dec38aa4d2c917f7611f16c35aee165d5dc895c3 100644 (file)
@@ -1,15 +1,15 @@
 {
-   "termination-point": [
-      {
-         "ovsdb:options": [
-                  {
-                "option": "remote_ip",
-                "value" : "192.168.1.10"
-                      }
-                      ],
-                "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
-                     "ovsdb:name": "vx2",
-                     "tp-id": "vx2"
-           }
-      ]
+    "network-topology:termination-point": [
+        {
+            "ovsdb:options": [
+                {
+                    "option": "remote_ip",
+                    "value": "192.168.1.10"
+                }
+            ],
+            "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
+            "ovsdb:name": "vx2",
+            "tp-id": "vx2"
+        }
+    ]
 }