From cdf3643b5d81cfd5d1608d568abb9695ab589fd0 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Thu, 26 Jul 2018 07:02:47 -0400 Subject: [PATCH] Add missing segid vars Change-Id: I1d3c1876eea30f48aba0c916a7f989465e3558f6 Signed-off-by: Sam Hague --- csit/libraries/OVSDB.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.36.6