From f283c26e4881302f8e4490da9a7e1d217d93b55d Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Mon, 9 Jul 2018 15:48:57 +0200 Subject: [PATCH] FIX: use correct match_n_vectors value in IPx iACL TC03 Change-Id: I2e454a2410ffda2673745e6415666a0f96291491 Signed-off-by: Jan Gelety --- tests/vpp/func/ip4/eth2p-ethip4-ip4base-iaclbase-func.robot | 2 +- tests/vpp/func/ip6/eth2p-ethip6-ip6base-iaclbase-func.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-iaclbase-func.robot b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-iaclbase-func.robot index 5afa75b55e..45c0b4e827 100644 --- a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-iaclbase-func.robot +++ b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-iaclbase-func.robot @@ -177,7 +177,7 @@ | | ${table_index_2} | ${skip_n_2} | ${match_n_2}= | | ... | And Vpp Creates Classify Table L3 | ${dut1_node} | ${ip_version} | dst | | And Vpp Configures Classify Session L3 -| | ... | ${dut1_node} | deny | ${table_index_1} | ${skip_n_1} | ${match_n_2} +| | ... | ${dut1_node} | deny | ${table_index_1} | ${skip_n_1} | ${match_n_1} | | ... | ${ip_version} | src | ${test_src_ip} | | And Vpp Configures Classify Session L3 | | ... | ${dut1_node} | deny | ${table_index_2} | ${skip_n_2} | ${match_n_2} diff --git a/tests/vpp/func/ip6/eth2p-ethip6-ip6base-iaclbase-func.robot b/tests/vpp/func/ip6/eth2p-ethip6-ip6base-iaclbase-func.robot index e0862ab9ef..9da7c1d3f4 100644 --- a/tests/vpp/func/ip6/eth2p-ethip6-ip6base-iaclbase-func.robot +++ b/tests/vpp/func/ip6/eth2p-ethip6-ip6base-iaclbase-func.robot @@ -181,7 +181,7 @@ | | ${table_index_2} | ${skip_n_2} | ${match_n_2}= | | ... | And Vpp Creates Classify Table L3 | ${dut1_node} | ${ip_version} | dst | | And Vpp Configures Classify Session L3 -| | ... | ${dut1_node} | deny | ${table_index_1} | ${skip_n_1} | ${match_n_2} +| | ... | ${dut1_node} | deny | ${table_index_1} | ${skip_n_1} | ${match_n_1} | | ... | ${ip_version} | src | ${test_src_ip} | | And Vpp Configures Classify Session L3 | | ... | ${dut1_node} | deny | ${table_index_2} | ${skip_n_2} | ${match_n_2} -- 2.16.6