]> git.proxmox.com Git - mirror_frr.git/commit
tests: Adding test suites evpn_type5_test_topo1
authorKuldeep Kashyap <kashyapk@vmware.com>
Wed, 1 Jul 2020 13:16:34 +0000 (13:16 +0000)
committerKuldeep Kashyap <kashyapk@vmware.com>
Wed, 22 Jul 2020 09:04:16 +0000 (09:04 +0000)
commit1b66072ce04494d11ee54f6f3486816ec8be98bc
tree8f9f26f600adeca81c231413ef14fb0637b60e3c
parent3c334c391524159d944ffb2abf841d5f07df9721
tests: Adding test suites evpn_type5_test_topo1

1. Added 15 test cases to test evpn type5 functionality
2. Total execution time is ~9 mins

Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
tests/topotests/evpn_type5_test_topo1/__init__.py [new file with mode: 0644]
tests/topotests/evpn_type5_test_topo1/evpn_type5_chaos_topo1.json [new file with mode: 0644]
tests/topotests/evpn_type5_test_topo1/evpn_type5_topo1.json [new file with mode: 0644]
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py [new file with mode: 0755]
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_topo1.py [new file with mode: 0755]
tests/topotests/lib/bgp.py
tests/topotests/lib/common_config.py