New version of RF tests. 07/107/11
authorStefan Kobza <skobza@cisco.com>
Mon, 11 Jan 2016 17:03:25 +0000 (18:03 +0100)
committerStefan Kobza <skobza@cisco.com>
Mon, 8 Feb 2016 21:38:32 +0000 (22:38 +0100)
commit33499c81c94c2d3baef9d3e9f061cd76ef86fa74
tree2d000ba17b821339a05e0c039f71e48e09553de9
parent5cbeca02602061d32212e14f289d65cf648920e4
New version of RF tests.

Change-Id: I241a2b7a7706e65f71cfd4a62e2a40f053fc5d07
Signed-off-by: Stefan Kobza <skobza@cisco.com>
69 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
README [new file with mode: 0644]
bootstrap.sh [new file with mode: 0755]
docs/tag_documentation.rst [new file with mode: 0644]
docs/topology_schemas [new file with mode: 0644]
main.py [new file with mode: 0755]
pylint.cfg [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
resources/__init__.py [new file with mode: 0644]
resources/libraries/__init__.py [new file with mode: 0644]
resources/libraries/bash/dut_setup.sh [new file with mode: 0644]
resources/libraries/python/DUTSetup.py [new file with mode: 0644]
resources/libraries/python/IPUtil.py [new file with mode: 0644]
resources/libraries/python/IPv4NodeAddress.py [new file with mode: 0644]
resources/libraries/python/IPv4Util.py [new file with mode: 0644]
resources/libraries/python/IPv6NodesAddr.py [new file with mode: 0644]
resources/libraries/python/IPv6Setup.py [new file with mode: 0644]
resources/libraries/python/IPv6Util.py [new file with mode: 0644]
resources/libraries/python/InterfaceSetup.py [new file with mode: 0644]
resources/libraries/python/PacketVerifier.py [new file with mode: 0644]
resources/libraries/python/SetupFramework.py [new file with mode: 0644]
resources/libraries/python/TGSetup.py [new file with mode: 0644]
resources/libraries/python/TrafficGenerator.py [new file with mode: 0644]
resources/libraries/python/TrafficScriptArg.py [new file with mode: 0644]
resources/libraries/python/TrafficScriptExecutor.py [new file with mode: 0644]
resources/libraries/python/VatConfigGenerator.py [new file with mode: 0644]
resources/libraries/python/VatExecutor.py [new file with mode: 0644]
resources/libraries/python/VppCounters.py [new file with mode: 0644]
resources/libraries/python/__init__.py [new file with mode: 0644]
resources/libraries/python/constants.py [new file with mode: 0644]
resources/libraries/python/parsers/JsonParser.py [new file with mode: 0644]
resources/libraries/python/parsers/__init__.py [new file with mode: 0644]
resources/libraries/python/ssh.py [new file with mode: 0644]
resources/libraries/python/topology.py [new file with mode: 0644]
resources/libraries/robot/bridge_domain.robot [new file with mode: 0644]
resources/libraries/robot/counters.robot [new file with mode: 0644]
resources/libraries/robot/default.robot [new file with mode: 0644]
resources/libraries/robot/interfaces.robot [new file with mode: 0644]
resources/libraries/robot/ipv4.robot [new file with mode: 0644]
resources/libraries/robot/ipv6.robot [new file with mode: 0644]
resources/libraries/robot/vat/interfaces.robot [new file with mode: 0644]
resources/templates/vat/add_ip_address.vat [new file with mode: 0644]
resources/templates/vat/add_route.vat [new file with mode: 0644]
resources/templates/vat/clear_interface.vat [new file with mode: 0644]
resources/templates/vat/del_ip_address.vat [new file with mode: 0644]
resources/templates/vat/del_route.vat [new file with mode: 0644]
resources/templates/vat/dump_interfaces.vat [new file with mode: 0644]
resources/templates/vat/flush_ip_addresses.vat [new file with mode: 0644]
resources/templates/vat/l2_bridge_domain.vat [new file with mode: 0644]
resources/templates/vat/l2_bridge_domain_gen.vat [new file with mode: 0644]
resources/templates/vat/l2xconnect.vat [new file with mode: 0644]
resources/templates/vat/set_if_state.vat [new file with mode: 0644]
resources/topology_schemas/3_node_topology.sch.yaml [new file with mode: 0644]
resources/topology_schemas/topology.sch.yaml [new file with mode: 0644]
resources/traffic_scripts/icmpv6_echo.py [new file with mode: 0755]
resources/traffic_scripts/icmpv6_echo_req_resp.py [new file with mode: 0755]
resources/traffic_scripts/ipv4_ping_ttl_check.py [new file with mode: 0755]
resources/traffic_scripts/ipv6_ns.py [new file with mode: 0755]
resources/traffic_scripts/ipv6_sweep_ping.py [new file with mode: 0755]
resources/traffic_scripts/send_ip_icmp.py [new file with mode: 0755]
tests/suites/__init__.robot [new file with mode: 0644]
tests/suites/bridge_domain/test.robot [new file with mode: 0644]
tests/suites/ipv4/ipv4_untagged.robot [new file with mode: 0644]
tests/suites/ipv6/ipv6_untagged.robot [new file with mode: 0644]
tests/suites/performance/short.robot [new file with mode: 0644]
topologies/available/3_node_hw_topo1.yaml.example [new file with mode: 0644]
topologies/available/README [new file with mode: 0644]
topologies/enabled/README [new file with mode: 0644]