]> git.proxmox.com Git - mirror_frr.git/blob - tests/runtests.py
Merge pull request #5717 from pguibert6WIND/flowspec_issue_redistribute
[mirror_frr.git] / tests / runtests.py
1 import pytest
2 import sys
3 import os
4
5 sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers','python'))
6 raise SystemExit(pytest.main(sys.argv[1:]))