aboutsummaryrefslogtreecommitdiffstats
path: root/tests/suites/ipv4/ipv4_arp_untagged.robot
AgeCommit message (Collapse)AuthorFilesLines
2016-07-22CSIT-220: Rename directories in tests directoryMatej Klotton1-86/+0
- Move performance directory one level up and rename it to “perf” - Rename “suites” directory to “func” - Create __init__.py in “perf” directory - Rename fds_related_tests to fds Change-Id: I59f06afe1c5b95dd8a48417b8fbfd1fca8797097 Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-07-15CIT-162: Remove EXPECTED_FAILING tag from IPv4 ARP testMatej Klotton1-1/+0
Change-Id: I6d870dba70ce01172a37944aab2caa1932d94b7b Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-06-30CSIT-180 Add VPP api trace dump after each TCpmikus1-1/+2
- Add VPP api trace dump after each TC Change-Id: I7c8bc0ffbca620f6fdb48369014a2ca9ffa3b3e4 Signed-off-by: pmikus <pmikus@cisco.com>
2016-06-21Suite:ipv4Maciek Konstantynowicz1-7/+17
File: ipv4_untagged.robot, ipv4_arp_untagged.robot, ipv4_iacl_untagged.robot. Updated test case names and test case documentation. Change-Id: Ifdfe6c8cf194299023fff5744d0d44106e7324f1 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2016-06-17Fix VPP sends ARP requests for unknown destinations TC destination MAC addressMatej Klotton1-2/+20
-JIRA: CSIT-142 The ICMP packet was send to wrong destination. Don't use resolve-attemts in add route. Fix testcase. Add testcase Sends ARP to GW with EXPECTED_FAILING. Variable naming fix. Documentation update. Change-Id: I71a7a274c154c525b176c87884d089155d7ae61b Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-05-31CSIT-23 Add ARP request test.Patrik Hrnciar1-0/+58
Change-Id: Ibb48e6d84efc55f7fb656283a954fbaefc7154e7 Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>