]> git.puffer.fish Git - mirror/frr.git/commit
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>
Mon, 13 Feb 2017 16:43:47 +0000 (17:43 +0100)
commitcbbf41cbb3cb8de05f21969dc497412c82573025
treefd1edd246f202373e8fec1f6edd5fb4997a18e12
parent30c48775607a8b0e277360e7d87a04b5a3356b80
tests: add pytest testrunners

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
16 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_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]