Add IRB test 96/3696/6
authorMatej Klotton <mklotton@cisco.com>
Fri, 4 Nov 2016 10:11:44 +0000 (11:11 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Fri, 11 Nov 2016 10:29:04 +0000 (10:29 +0000)
commit0178d52384e0428368f1acf3163e664ecda7b64c
tree8f6e09a23ca9b332df92f0ac16cc7d2526d7e4b6
parent9db551cf50da13bf82d3a735ea6b56912a97d5c6
Add IRB test

- JIRA: CSIT-255
- create loopback interfaces
- move pg-interface specific arp and neighbor discovery from vpp_interface to vpp_pg_interface
- base configuration of IRB tests
- IP test scenario

Change-Id: I9945a188163652a4e22325877aef008c4d029557
Signed-off-by: Matej Klotton <mklotton@cisco.com>
test/framework.py
test/test_ip4_irb.py [new file with mode: 0644]
test/test_l2bd.py
test/test_l2xc.py
test/util.py
test/vpp_interface.py
test/vpp_lo_interface.py [new file with mode: 0644]
test/vpp_papi_provider.py
test/vpp_pg_interface.py
test/vpp_sub_interface.py