diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-02-08 12:51:31 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-02-13 12:45:08 +0000 |
commit | 44dc1d4781470b722c5f7d5adb197ace96b96db3 (patch) | |
tree | d4eed5a5634d5af73d7d039adff6f3d1816c96a1 /tests/func/fds | |
parent | c29c69bb91057e4217952602cda71e6a85fd13b6 (diff) |
Introduce simple VAT history per test case
- print list of VAT commands executed per DUT node during the test
case in the func test teardown
Change-Id: I18a750ebfb7560eff9f5c4f0826ef84c3f64b4a8
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/func/fds')
-rw-r--r-- | tests/func/fds/eth2p-dot1q-l2bdbasemaclrn-eth-4vhost-2vm-fds-provider-nets-func.robot | 3 | ||||
-rw-r--r-- | tests/func/fds/eth2p-ethip4vxlan-l2bdbasemaclrn--eth-4vhost-2vm-fds-tenant-nets-func.robot | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/func/fds/eth2p-dot1q-l2bdbasemaclrn-eth-4vhost-2vm-fds-provider-nets-func.robot b/tests/func/fds/eth2p-dot1q-l2bdbasemaclrn-eth-4vhost-2vm-fds-provider-nets-func.robot index 612825d9a4..bc6f58c698 100644 --- a/tests/func/fds/eth2p-dot1q-l2bdbasemaclrn-eth-4vhost-2vm-fds-provider-nets-func.robot +++ b/tests/func/fds/eth2p-dot1q-l2bdbasemaclrn-eth-4vhost-2vm-fds-provider-nets-func.robot @@ -23,8 +23,9 @@ | Test Setup | Run Keywords | Setup all DUTs before test | ... | AND | Save VPP PIDs | ... | AND | Setup all TGs before traffic script +| ... | AND | Reset VAT History On All DUTs | ${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 | Qemu Teardown | ${dut1_node} | ${qemu_node1} | ... | qemu_node1 | ... | AND | Qemu Teardown | ${dut2_node} | ${qemu_node2} diff --git a/tests/func/fds/eth2p-ethip4vxlan-l2bdbasemaclrn--eth-4vhost-2vm-fds-tenant-nets-func.robot b/tests/func/fds/eth2p-ethip4vxlan-l2bdbasemaclrn--eth-4vhost-2vm-fds-tenant-nets-func.robot index ba26c8bb55..fae1b0340e 100644 --- a/tests/func/fds/eth2p-ethip4vxlan-l2bdbasemaclrn--eth-4vhost-2vm-fds-tenant-nets-func.robot +++ b/tests/func/fds/eth2p-ethip4vxlan-l2bdbasemaclrn--eth-4vhost-2vm-fds-tenant-nets-func.robot @@ -23,8 +23,9 @@ | Test Setup | Run Keywords | Setup all DUTs before test | ... | AND | Save VPP PIDs | ... | AND | Setup all TGs before traffic script +| ... | AND | Reset VAT History On All DUTs | ${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 | Qemu Teardown | ${dut1_node} | ${qemu_node1} | ... | qemu_node1 | ... | AND | Qemu Teardown | ${dut2_node} | ${qemu_node2} |