]> git.proxmox.com Git - mirror_frr.git/commit - tests/runtests.py
tests: add pytest testrunners
authorChristian Franke <chris@opensourcerouting.org>
Fri, 3 Feb 2017 15:58:58 +0000 (16:58 +0100)
committerChristian Franke <chris@opensourcerouting.org>
Wed, 8 Feb 2017 18:10:10 +0000 (19:10 +0100)
commita4b74d05fca0ff19c04cc2fef432d5fde9469c45
treeb916b421e52f230883c18cb9bd3c91e0a00ba8d1
parentca49a76b022c1e493b0d1fc15b8479dcb45ed73c
tests: add pytest testrunners

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
17 files changed:
tests/.gitignore
tests/Makefile.am
tests/bgpd/test_aspath.py [new file with mode: 0644]
tests/bgpd/test_capability.py [new file with mode: 0644]
tests/bgpd/test_ecommunity.py [new file with mode: 0644]
tests/bgpd/test_mp_attr.py [new file with mode: 0644]
tests/bgpd/test_mpath.py [new file with mode: 0644]
tests/helpers/python/frrsix.py [new file with mode: 0644]
tests/helpers/python/frrtest.py [new file with mode: 0644]
tests/lib/cli/test_cli.py [new file with mode: 0644]
tests/lib/cli/test_commands.py [new file with mode: 0644]
tests/lib/test_nexthop_iter.py [new file with mode: 0644]
tests/lib/test_srcdest_table.py [new file with mode: 0644]
tests/lib/test_stream.py [new file with mode: 0644]
tests/lib/test_table.py [new file with mode: 0644]
tests/lib/test_timer_correctness.py [new file with mode: 0644]
tests/runtests.py [new file with mode: 0644]