]> git.proxmox.com Git - mirror_frr.git/blob - tests/runtests.py
Merge pull request #3174 from opensourcerouting/feature/isis-triggered-hello
[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:]))