X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Flibraries%2FOVSDB.robot;fp=test%2Fcsit%2Flibraries%2FOVSDB.robot;h=7fd901d51f6650f328880be4dd8c0ab126e8c146;hb=4f40d183a644b26b6e332da1268e5a568ccf8b53;hp=9e9aac326b16356f416a5d318d4ee5f168b2db0e;hpb=c8ca1ab99bc755729bb319096bac808a6a7b5fc7;p=integration.git diff --git a/test/csit/libraries/OVSDB.robot b/test/csit/libraries/OVSDB.robot index 9e9aac32..7fd901d5 100644 --- a/test/csit/libraries/OVSDB.robot +++ b/test/csit/libraries/OVSDB.robot @@ -49,9 +49,9 @@ Delete Bridge From Ovsdb Node Should Be Equal As Strings ${resp.status_code} 200 Add Vxlan To Bridge - [Arguments] ${mininet_ip} ${bridge_num} ${vxlan_port} ${remote_ip} + [Arguments] ${mininet_ip} ${bridge_num} ${vxlan_port} ${remote_ip} ${custom_port}=create_port.json [Documentation] This request will create vxlan port for vxlan tunnel and attach it to the specific bridge - ${sample} OperatingSystem.Get File ${OVSDB_CONFIG_DIR}/create_port.json + ${sample} OperatingSystem.Get File ${OVSDB_CONFIG_DIR}/${custom_port} ${body} Replace String ${sample} 192.168.0.21 ${remote_ip} Log URL is ${SOUTHBOUND_CONFIG_API}${mininet_ip}:${OVSDB_PORT}%2Fbridge%2F${bridge_num}/termination-point/${vxlan_port}/ ${resp} RequestsLibrary.Put session ${SOUTHBOUND_CONFIG_API}${mininet_ip}:${OVSDB_PORT}%2Fbridge%2F${bridge_num}/termination-point/${vxlan_port}/ data=${body}