diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-07-09 15:48:57 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-07-09 15:48:57 +0200 |
commit | f283c26e4881302f8e4490da9a7e1d217d93b55d (patch) | |
tree | ccc0d8892668cd2a1dc6260d0d03459b98ef5fcf /tests/vpp/func/ip4/eth2p-ethip4-ip4base-iaclbase-func.robot | |
parent | 11d58135b7250fa6c98efb6bd27181cb46f76f1e (diff) |
FIX: use correct match_n_vectors value in IPx iACL TC03
Change-Id: I2e454a2410ffda2673745e6415666a0f96291491
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/func/ip4/eth2p-ethip4-ip4base-iaclbase-func.robot')
-rw-r--r-- | tests/vpp/func/ip4/eth2p-ethip4-ip4base-iaclbase-func.robot | 2 |
1 files changed, 1 insertions, 1 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} |