diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2017-02-03 16:58:58 +0100 | 
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2017-02-08 19:10:10 +0100 | 
| commit | a4b74d05fca0ff19c04cc2fef432d5fde9469c45 (patch) | |
| tree | b916b421e52f230883c18cb9bd3c91e0a00ba8d1 /tests/lib/test_nexthop_iter.py | |
| parent | ca49a76b022c1e493b0d1fc15b8479dcb45ed73c (diff) | |
tests: add pytest testrunners
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'tests/lib/test_nexthop_iter.py')
| -rw-r--r-- | tests/lib/test_nexthop_iter.py | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lib/test_nexthop_iter.py b/tests/lib/test_nexthop_iter.py new file mode 100644 index 0000000000..bb330a1c75 --- /dev/null +++ b/tests/lib/test_nexthop_iter.py @@ -0,0 +1,7 @@ +import frrtest + +class TestNexthopIter(frrtest.TestMultiOut): +    program = './test_nexthop_iter' + +TestNexthopIter.onesimple('Simple test passed.') +TestNexthopIter.onesimple('PRNG test passed.')  | 
