This website requires JavaScript.
Explore
Help
Sign In
matthieu
/
frr
Watch
1
Star
0
Fork
You've already forked frr
0
forked from
Mirror/frr
Code
Pull requests
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
Copy permalink