]> git.proxmox.com Git - mirror_frr.git/blame - tests/bgpd/test_ecommunity.py
Merge pull request #3072 from donaldsharp/fix_eigrp_crash_on_int_shut
[mirror_frr.git] / tests / bgpd / test_ecommunity.py
CommitLineData
a4b74d05
CF
1import frrtest
2
3class TestEcommunity(frrtest.TestMultiOut):
4 program = './test_ecommunity'
5
6TestEcommunity.okfail('ipaddr')
7TestEcommunity.okfail('ipaddr-so')
8TestEcommunity.okfail('asn')
9TestEcommunity.okfail('asn4')