diff options
Diffstat (limited to 'tests/bgpd/test_ecommunity.py')
-rw-r--r-- | tests/bgpd/test_ecommunity.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/bgpd/test_ecommunity.py b/tests/bgpd/test_ecommunity.py new file mode 100644 index 0000000..1499294 --- /dev/null +++ b/tests/bgpd/test_ecommunity.py @@ -0,0 +1,11 @@ +import frrtest + + +class TestEcommunity(frrtest.TestMultiOut): + program = "./test_ecommunity" + + +TestEcommunity.okfail("ipaddr") +TestEcommunity.okfail("ipaddr-so") +TestEcommunity.okfail("asn") +TestEcommunity.okfail("asn4") |