]> git.proxmox.com Git - mirror_frr.git/blame - tests/bgpd/test_ecommunity.py
build: wrap "fallthrough" attr
[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')