]> git.proxmox.com Git - mirror_frr.git/blame - tests/runtests.py
topotest: bgp_l3vpn_to_bgp_vrf - catch case of sharpd not being compiled
[mirror_frr.git] / tests / runtests.py
CommitLineData
a4b74d05
CF
1import pytest
2import sys
3import os
4
5sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers','python'))
6raise SystemExit(pytest.main(sys.argv[1:]))