Add missing segid vars 98/74498/1
authorSam Hague <shague@redhat.com>
Thu, 26 Jul 2018 11:02:47 +0000 (07:02 -0400)
committerSam Hague <shague@redhat.com>
Thu, 26 Jul 2018 11:02:47 +0000 (07:02 -0400)
Change-Id: I1d3c1876eea30f48aba0c916a7f989465e3558f6
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/OVSDB.robot

index c05d86b9a3bab122263c68e442f3b57cede1bb46..4625802f178ebe79fe1195ef2452cc2c0b48b97d 100644 (file)
@@ -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}