From: Sam Hague Date: Thu, 26 Jul 2018 11:02:47 +0000 (-0400) Subject: Add missing segid vars X-Git-Tag: pre-potassium~662 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=cdf3643b5d81cfd5d1608d568abb9695ab589fd0 Add missing segid vars Change-Id: I1d3c1876eea30f48aba0c916a7f989465e3558f6 Signed-off-by: Sam Hague --- diff --git a/csit/libraries/OVSDB.robot b/csit/libraries/OVSDB.robot index c05d86b9a3..4625802f17 100644 --- a/csit/libraries/OVSDB.robot +++ b/csit/libraries/OVSDB.robot @@ -471,10 +471,10 @@ Verify Vni Segmentation Id and Tunnel Id ${output} = OpenStackOperations.Execute Command on VM Instance ${net1} ${vm1_ip} ${ping_cmd} BuiltIn.Should Contain ${output} 64 bytes BuiltIn.Wait Until Keyword Succeeds 60s 5s OVSDB.Verify Vni Packet Count After Traffic ${before_count_egress_port1} ${before_count_egress_port2} ${before_count_ingress_port1} - ... ${before_count_ingress_port2} + ... ${before_count_ingress_port2} ${segmentation_id1} ${segmentation_id2} Verify Vni Packet Count After Traffic - [Arguments] ${before_count_egress_port1} ${before_count_egress_port2} ${before_count_ingress_port1} ${before_count_ingress_port2} + [Arguments] ${before_count_egress_port1} ${before_count_egress_port2} ${before_count_ingress_port1} ${before_count_ingress_port2} ${segmentation_id1} ${segmentation_id2} [Documentation] Verify the packet count after the traffic sent ${tun_id} ${after_count_egress_port2} = OVSDB.Get Tunnel Id And Packet Count ${OS_CMP2_CONN_ID} ${L3_TABLE} direction=${EGRESS} tun_id=${segmentation_id1} ... dst_mac=${port_mac1}