blob: 1499294f7ba55a218a7dee35a988c7ebd4d892ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
import frrtest
class TestEcommunity(frrtest.TestMultiOut):
program = "./test_ecommunity"
TestEcommunity.okfail("ipaddr")
TestEcommunity.okfail("ipaddr-so")
TestEcommunity.okfail("asn")
TestEcommunity.okfail("asn4")
|