isis-topo1: remove pseudo_TE-IS entries from check

The pseudo_TE-IS entries vary and depend on the way the topology
converges, so lets not rely on that.

The IS-IS routers in the middle TE-IS entries vary the parent
interface, so we also removed that entry to avoid json_cmp comparison
failures.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
Rafael Zalamena 2018-07-26 19:07:44 -03:00 committed by Donald Sharp
parent 16b3114108
commit ae6be66b8c
3 changed files with 0 additions and 84 deletions

View File

@ -47,15 +47,6 @@
"interface": "r3-eth1", "interface": "r3-eth1",
"metric": "20", "metric": "20",
"next-hop": "r5", "next-hop": "r5",
"parent": "r5(4)",
"type": "pseudo_TE-IS",
"vertex": "r5"
},
{
"interface": "r3-eth1",
"metric": "20",
"next-hop": "r5",
"parent": "r5(2)",
"type": "TE-IS", "type": "TE-IS",
"vertex": "r4" "vertex": "r4"
}, },
@ -114,15 +105,6 @@
"interface": "r3-eth1", "interface": "r3-eth1",
"metric": "20", "metric": "20",
"next-hop": "r5", "next-hop": "r5",
"parent": "r5(4)",
"type": "pseudo_TE-IS",
"vertex": "r5"
},
{
"interface": "r3-eth1",
"metric": "20",
"next-hop": "r5",
"parent": "r5(2)",
"type": "TE-IS", "type": "TE-IS",
"vertex": "r4" "vertex": "r4"
}, },

View File

@ -47,23 +47,6 @@
"interface": "r4-eth1", "interface": "r4-eth1",
"metric": "20", "metric": "20",
"next-hop": "r5", "next-hop": "r5",
"parent": "r5(4)",
"type": "pseudo_TE-IS",
"vertex": "r3"
},
{
"interface": "r4-eth1",
"metric": "20",
"next-hop": "r5",
"parent": "r5(4)",
"type": "pseudo_TE-IS",
"vertex": "r5"
},
{
"interface": "r4-eth1",
"metric": "20",
"next-hop": "r5",
"parent": "r3(2)",
"type": "TE-IS", "type": "TE-IS",
"vertex": "r3" "vertex": "r3"
}, },
@ -122,23 +105,6 @@
"interface": "r4-eth1", "interface": "r4-eth1",
"metric": "20", "metric": "20",
"next-hop": "r5", "next-hop": "r5",
"parent": "r5(4)",
"type": "pseudo_TE-IS",
"vertex": "r3"
},
{
"interface": "r4-eth1",
"metric": "20",
"next-hop": "r5",
"parent": "r5(4)",
"type": "pseudo_TE-IS",
"vertex": "r5"
},
{
"interface": "r4-eth1",
"metric": "20",
"next-hop": "r5",
"parent": "r3(2)",
"type": "TE-IS", "type": "TE-IS",
"vertex": "r3" "vertex": "r3"
}, },
@ -194,14 +160,6 @@
"parent": "r4-eth0", "parent": "r4-eth0",
"type": "IP", "type": "IP",
"vertex": "10.254.0.2/32" "vertex": "10.254.0.2/32"
},
{
"interface": "r4-eth0",
"metric": "20",
"next-hop": "r2",
"parent": "r2(4)",
"type": "pseudo_TE-IS",
"vertex": "r2"
} }
], ],
"ipv6": [ "ipv6": [
@ -229,14 +187,6 @@
"parent": "r4-eth0", "parent": "r4-eth0",
"type": "IP6", "type": "IP6",
"vertex": "2001:db8:f::2/128" "vertex": "2001:db8:f::2/128"
},
{
"interface": "r4-eth0",
"metric": "20",
"next-hop": "r2",
"parent": "r2(4)",
"type": "pseudo_TE-IS",
"vertex": "r2"
} }
] ]
} }

View File

@ -80,14 +80,6 @@
"parent": "r5-eth1", "parent": "r5-eth1",
"type": "IP", "type": "IP",
"vertex": "10.254.0.4/32" "vertex": "10.254.0.4/32"
},
{
"interface": "r5-eth0",
"metric": "20",
"next-hop": "r3",
"parent": "r3(4)",
"type": "pseudo_TE-IS",
"vertex": "r3"
} }
], ],
"ipv6": [ "ipv6": [
@ -153,14 +145,6 @@
"parent": "r5-eth1", "parent": "r5-eth1",
"type": "IP6", "type": "IP6",
"vertex": "2001:db8:f::4/128" "vertex": "2001:db8:f::4/128"
},
{
"interface": "r5-eth0",
"metric": "20",
"next-hop": "r3",
"parent": "r3(4)",
"type": "pseudo_TE-IS",
"vertex": "r3"
} }
] ]
}, },