This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
frr
Watch
0
Star
0
Fork
You've already forked frr
1
mirror of
https://github.com/FRRouting/frr.git
synced
2025-04-30 21:47:15 +02:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
b37ccace1e
frr
/
tests
/
lib
/
cli
/
test_cli.py
6 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
tests: add pytest testrunners Signed-off-by: Christian Franke <chris@opensourcerouting.org>
2017-02-03 16:58:58 +01:00
import
frrtest
class
TestCli
(
frrtest
.
TestRefOut
)
:
program
=
'
./test_cli
'
tests: properly locate files in builddir test_cli.refout is written by configure into the build directory, thus we need a little special glue to find it correctly. Signed-off-by: David Lamparter <equinox@diac24.net>
2018-08-18 05:00:54 +02:00
built_refout
=
True
Reference in a new issue
Copy permalink