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=2ec84beca19e6fe62e34051fc350fc202643be90;hb=065742697a44c02515cbea48d0468bb32dc082e9;hp=77bfbb2b2fe7db36203f4165314d93e074da95e5;hpb=245799d0d7a4a9a22e7362fb01788f2e3d605ded;p=integration%2Ftest.git diff --git a/test/csit/variables/ovsdb/create_port.json b/test/csit/variables/ovsdb/create_port.json index 77bfbb2b2f..2ec84beca1 100644 --- a/test/csit/variables/ovsdb/create_port.json +++ b/test/csit/variables/ovsdb/create_port.json @@ -1,25 +1,15 @@ { - "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" - } - ] + "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" + } + ] }