CSIT-465: Common test setup and teardown 85/3685/10
authorTibor Frank <tifrank@cisco.com>
Thu, 27 Oct 2016 13:33:42 +0000 (15:33 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 7 Nov 2016 16:07:12 +0000 (17:07 +0100)
commit440370de3fc66d5bb9754a55fa78ccce8c598f5d
treee5c9b88a6f854d9fc55d5e36e2897809b8fb1300
parentefe5c162d2311ed470285a6f84af7c0f3a0c109c
CSIT-465: Common test setup and teardown

This test setup and teardown is aimed to be used with all functional
tests.
It does not include functionality to manipulate VMs (qemu).

Test setup includes:
- Setup all DUTs before test
- Save VPP PIDs
- Setup all TGs before traffic script
- Update All Interface Data On All Nodes

Test teardown includes:
- Show Packet Trace on All DUTs
- Show vpp trace dump on all DUTs
- Vpp Show Errors On All DUTs
- Check VPP PID in Teardown

Change-Id: Ifee0bd58b7865442c5b510852908fd8363e3c543
Signed-off-by: Tibor Frank <tifrank@cisco.com>
59 files changed:
resources/libraries/python/DUTSetup.py
resources/libraries/python/VppCounters.py
resources/libraries/robot/default.robot
tests/func/bridge_domain/bridge_domain_untagged.robot
tests/func/cop/cop_whitelist_blacklist.robot
tests/func/cop/cop_whitelist_blacklist_IPv6.robot
tests/func/dhcp/dhcp_client.robot
tests/func/dhcp/dhcp_v4_proxy.robot
tests/func/dhcp/dhcp_v6_proxy.robot
tests/func/fds/provider_network.robot
tests/func/fds/tenant_network.robot
tests/func/gre/gre_encapsulation.robot
tests/func/iacl/ipv4_iacl_untagged.robot
tests/func/iacl/ipv6_iacl_untagged.robot
tests/func/iacl/l2_iacl_untagged.robot
tests/func/ipsec/ipsec_transport_mode_ipv4.robot
tests/func/ipsec/ipsec_transport_mode_ipv6.robot
tests/func/ipsec/ipsec_tunnel_mode_ipv4.robot
tests/func/ipsec/ipsec_tunnel_mode_ipv6.robot
tests/func/ipv4/ipv4_arp_untagged.robot
tests/func/ipv4/ipv4_multipath_routing.robot
tests/func/ipv4/ipv4_proxy_arp_untagged.robot
tests/func/ipv4/ipv4_untagged.robot
tests/func/ipv6/ipv6_multipath_routing.robot
tests/func/ipv6/ipv6_ra.robot
tests/func/ipv6/ipv6_untagged.robot
tests/func/l2_xconnect/l2_xconnect_untagged.robot
tests/func/lisp/api.robot
tests/func/lisp/dataplane_generic.robot
tests/func/lisp/ipsec_ipv4_lispgpe_ipv4.robot
tests/func/lisp/ipsec_ipv4_lispgpe_ipv6.robot
tests/func/lisp/ipsec_ipv6_lispgpe_ipv4.robot
tests/func/lisp/ipsec_ipv6_lispgpe_ipv6.robot
tests/func/lisp/ipv4_lispgpe_ipv4.robot
tests/func/lisp/ipv4_lispgpe_ipv6.robot
tests/func/lisp/ipv6_lispgpe_ipv4.robot
tests/func/lisp/ipv6_lispgpe_ipv6.robot
tests/func/lisp/l2_lisp_ipv4.robot
tests/func/lisp/l2_lisp_ipv6.robot
tests/func/policer/policer_ip4.robot
tests/func/policer/policer_ip6.robot
tests/func/rpf/ipv4_rpf_untagged.robot
tests/func/softwire/lightweight_4over6.robot
tests/func/softwire/map_e.robot
tests/func/softwire/map_t.robot
tests/func/tap/tap_interface.robot
tests/func/telemetry/ipfix_ipv4.robot
tests/func/telemetry/ipfix_ipv6.robot
tests/func/telemetry/span.robot
tests/func/vlan/qinq_l2_xconnect.robot
tests/func/vlan/vlan_tag_translate_l2_bridge_domain_ipv4.robot
tests/func/vlan/vlan_tag_translate_l2_bridge_domain_ipv6.robot
tests/func/vlan/vlan_tag_translate_l2_xconnect_ipv4.robot
tests/func/vlan/vlan_tag_translate_l2_xconnect_ipv6.robot
tests/func/vrf/vrf_tests.robot
tests/func/vrf/vrf_tests_v6.robot
tests/func/vxlan/vxlan_bd_dot1q.robot
tests/func/vxlan/vxlan_bd_untagged.robot
tests/func/vxlan/vxlan_xconnect_untagged.robot