aboutsummaryrefslogtreecommitdiffstats
path: root/tests/func/ipv6/eth2p-ethip6-ip6base-func.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func/ipv6/eth2p-ethip6-ip6base-func.robot')
-rw-r--r--tests/func/ipv6/eth2p-ethip6-ip6base-func.robot3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/func/ipv6/eth2p-ethip6-ip6base-func.robot b/tests/func/ipv6/eth2p-ethip6-ip6base-func.robot
index 6048daad67..4eed078f4a 100644
--- a/tests/func/ipv6/eth2p-ethip6-ip6base-func.robot
+++ b/tests/func/ipv6/eth2p-ethip6-ip6base-func.robot
@@ -25,10 +25,11 @@
| ... | Vpp nodes setup ipv6 routing | ${nodes} | ${nodes_ipv6_addr} | AND
| ... | Setup all TGs before traffic script
| Test Setup | Run Keywords | Save VPP PIDs | AND
+| ... | Reset VAT History On All DUTs | ${nodes} | AND
| ... | Clear interface counters on all vpp nodes in topology | ${nodes}
| Test Teardown | Run Keywords
| ... | Show packet trace on all DUTs | ${nodes} | AND
-| ... | Show vpp trace dump on all DUTs | AND
+| ... | Show VAT History On All DUTs | ${nodes} | AND
| ... | Check VPP PID in Teardown
| Documentation | *IPv6 routing test cases*
| ...
'>148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208