]> git.puffer.fish Git - matthieu/frr.git/commit
tests: introduce method to update reference data in isis_tilfa_topo1
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 7 Jun 2024 15:03:17 +0000 (12:03 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 10 Jun 2024 15:28:01 +0000 (12:28 -0300)
commitdc354cbfefb1288c6eaf90e01ac4f97e75f4a93b
tree2c09dd3f28d04eb1765f6ad866ac0ba8c3a68c1c
parent04655c5f74b11e517155e024bbb335736c2605b4
tests: introduce method to update reference data in isis_tilfa_topo1

The isis_tilfa_topo1 topotest is comprehensive and contains a large
amount of reference data. One problem is that, when changes occur,
updating this reference data can be difficult.

To address this problem, this commit introduces a method to
automatically regenerate the reference data by setting the `REGEN_DATA`
environment variable.

Usage:
$ REGEN_DATA=true python3 ./test_isis_tilfa_topo1.py

When `REGEN_DATA` is set, the topotest regenerates reference data
from the current run instead of comparing against existing reference
data. Note that regenerated data must be manually verified for
correctness.

This commit also simplifies the reference data by replacing all diff
files with complete JSON snapshots.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
305 files changed:
tests/topotests/isis_tilfa_topo1/rt1/step1/show_mpls_table.ref
tests/topotests/isis_tilfa_topo1/rt1/step1/show_yang_interface_isis_adjacencies.ref
tests/topotests/isis_tilfa_topo1/rt1/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step2/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step2/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step2/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step2/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step3/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step3/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step3/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step3/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step4/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step4/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step4/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step4/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step5/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step5/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step5/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step5/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step6/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step6/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step6/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step6/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step7/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step7/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step7/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step7/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step8/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step8/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step8/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step8/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step9/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step9/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt1/step9/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt1/step9/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step1/show_ipv6_route.ref
tests/topotests/isis_tilfa_topo1/rt2/step1/show_mpls_table.ref
tests/topotests/isis_tilfa_topo1/rt2/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step2/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step2/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step2/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step2/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step3/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step3/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step3/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step3/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step4/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step4/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step4/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step4/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step5/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step5/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step5/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step5/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step6/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step6/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step6/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step6/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step7/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step7/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step7/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step7/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step8/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step8/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step8/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step8/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step9/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step9/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt2/step9/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt2/step9/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step1/show_ipv6_route.ref
tests/topotests/isis_tilfa_topo1/rt3/step1/show_mpls_table.ref
tests/topotests/isis_tilfa_topo1/rt3/step1/show_yang_interface_isis_adjacencies.ref
tests/topotests/isis_tilfa_topo1/rt3/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step2/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step2/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step2/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step2/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step3/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step3/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step3/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step3/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step4/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step4/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step4/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step4/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step5/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step5/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step5/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step5/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step6/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step6/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step6/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step6/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step7/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step7/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step7/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step7/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step8/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step8/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step8/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step8/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step9/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step9/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt3/step9/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt3/step9/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step1/show_ipv6_route.ref
tests/topotests/isis_tilfa_topo1/rt4/step1/show_mpls_table.ref
tests/topotests/isis_tilfa_topo1/rt4/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step2/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step2/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step2/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step2/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step3/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step3/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step3/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step3/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step4/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step4/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step4/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step4/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step5/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step5/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step5/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step5/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step6/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step6/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step6/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step6/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step7/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step7/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step7/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step7/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step8/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step8/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step8/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step8/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step9/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step9/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt4/step9/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt4/step9/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step1/show_ipv6_route.ref
tests/topotests/isis_tilfa_topo1/rt5/step1/show_mpls_table.ref
tests/topotests/isis_tilfa_topo1/rt5/step10/show_ip_route.ref
tests/topotests/isis_tilfa_topo1/rt5/step10/show_ipv6_route.ref
tests/topotests/isis_tilfa_topo1/rt5/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step2/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step2/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step2/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step2/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step3/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step3/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step3/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step3/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step4/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step4/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step4/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step4/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step5/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step5/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step5/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step5/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step6/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step6/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step6/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step6/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step7/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step7/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step7/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step7/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step8/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step8/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step8/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step8/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step9/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step9/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt5/step9/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt5/step9/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step1/show_ipv6_route.ref
tests/topotests/isis_tilfa_topo1/rt6/step1/show_mpls_table.ref
tests/topotests/isis_tilfa_topo1/rt6/step10/show_ipv6_route.ref
tests/topotests/isis_tilfa_topo1/rt6/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step2/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step2/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step2/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step2/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step3/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step3/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step3/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step3/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step4/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step4/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step4/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step4/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step5/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step5/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step5/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step5/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step5/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step6/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step6/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step6/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step6/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step6/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step6/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step7/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step7/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step7/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step7/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step7/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step7/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step8/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step8/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step8/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step8/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step8/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step8/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step9/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step9/show_ip_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step9/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step9/show_ipv6_route.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/rt6/step9/show_mpls_table.ref [new file with mode: 0644]
tests/topotests/isis_tilfa_topo1/rt6/step9/show_mpls_table.ref.diff [deleted file]
tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py