]> git.proxmox.com Git - mirror_frr.git/blob - tests/bgpd/test_ecommunity.py
Merge branch 'master' into Netlink-Prefix-Len-Check
[mirror_frr.git] / tests / bgpd / test_ecommunity.py
1 import frrtest
2
3 class TestEcommunity(frrtest.TestMultiOut):
4 program = './test_ecommunity'
5
6 TestEcommunity.okfail('ipaddr')
7 TestEcommunity.okfail('ipaddr-so')
8 TestEcommunity.okfail('asn')
9 TestEcommunity.okfail('asn4')