refactor test framework 45/3345/17
authorKlement Sekera <ksekera@cisco.com>
Tue, 11 Oct 2016 09:47:09 +0000 (11:47 +0200)
committerMatej Klotton <mklotton@cisco.com>
Wed, 26 Oct 2016 15:42:19 +0000 (17:42 +0200)
commitf62ae1288a776527c7f7ba3951531fbd07bc63da
treeca877f7e3bb7e4f6309cf711fca9de1fcd4865a2
parentf530a5526a1f501462ff4247a5bb38e80c13678d
refactor test framework

Change-Id: I31da3b1857b6399f9899276a2d99cdd19436296c
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
20 files changed:
Makefile
build-root/Makefile
test/Makefile
test/doc/Makefile [new file with mode: 0644]
test/doc/conf.py [new file with mode: 0644]
test/doc/index.rst [new file with mode: 0644]
test/framework.py
test/hook.py [new file with mode: 0644]
test/template_bd.py
test/test_ip.py
test/test_ip6.py
test/test_l2bd.py
test/test_l2xc.py
test/test_lb.py
test/test_vxlan.py
test/util.py
test/vpp_interface.py [new file with mode: 0644]
test/vpp_papi_provider.py [new file with mode: 0644]
test/vpp_pg_interface.py [new file with mode: 0644]
test/vpp_sub_interface.py [new file with mode: 0644]