X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Fvariables%2Fovsdb%2Fcreate_port.json;fp=test%2Fcsit%2Fvariables%2Fovsdb%2Fcreate_port.json;h=77bfbb2b2fe7db36203f4165314d93e074da95e5;hb=d704a71bc9ed3dc3d40b775dab3d1fc1622735f1;hp=0000000000000000000000000000000000000000;hpb=8c1485c9b0299f2b7e954aef810a94143de188a2;p=integration%2Ftest.git diff --git a/test/csit/variables/ovsdb/create_port.json b/test/csit/variables/ovsdb/create_port.json new file mode 100644 index 0000000000..77bfbb2b2f --- /dev/null +++ b/test/csit/variables/ovsdb/create_port.json @@ -0,0 +1,25 @@ +{ + "network-topology:termination-point": [ + { + "ovsdb:options": [ + { + "ovsdb:option": "remote_ip", + "ovsdb:value" : "10.10.11.11" + } + ], + "ovsdb:name": "vxlanport", + "ovsdb:interface-type": "ovsdb:interface-type-vxlan", + "tp-id": "vxlanport", + "vlan-tag": "1", + "trunks": [ + { + "trunk": "2" + }, + { + "trunk": "3" + } + ], + "vlan-mode":"access" + } + ] +}