test_zebra: Add pcap for API version 4 on FRR v2.0

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
IWASE Yusuke 2017-09-05 10:13:39 +09:00 committed by FUJITA Tomonori
parent 90f0434c18
commit 7091523f8f
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -43,6 +43,7 @@ class Test_zebra(unittest.TestCase):
files = [
'zebra_v2',
'zebra_v3',
'zebra_v4_frr_v2', # API version 4 on FRRouting v2.0
]
for f in files: