diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2019-04-09 11:25:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 11:25:40 -0400 |
| commit | c8d8450442fbc9967a2e9cbbb5a963dc2ff3de00 (patch) | |
| tree | 5d5613edf55218d59e179c8b3b9e199056cdec6b | |
| parent | e3659a9a726e3ec3cd3ca16ab33e04968b1f37ce (diff) | |
| parent | 97ec2683d428b6a0e7412f5e2c1c7db3a941051a (diff) | |
Merge pull request #3779 from opensourcerouting/fix-mpls-label-topotests
tests: Remove some inconsistent local labels in check in test_ldp_vpls_topo1
| -rw-r--r-- | tests/topotests/ldp-vpls-topo1/r1/show_ldp_binding.ref | 8 | ||||
| -rw-r--r-- | tests/topotests/ldp-vpls-topo1/r2/show_ldp_binding.ref | 8 | ||||
| -rw-r--r-- | tests/topotests/ldp-vpls-topo1/r3/show_ldp_binding.ref | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/tests/topotests/ldp-vpls-topo1/r1/show_ldp_binding.ref b/tests/topotests/ldp-vpls-topo1/r1/show_ldp_binding.ref index c082cb6fb7..b3a12ec53f 100644 --- a/tests/topotests/ldp-vpls-topo1/r1/show_ldp_binding.ref +++ b/tests/topotests/ldp-vpls-topo1/r1/show_ldp_binding.ref @@ -5,7 +5,6 @@ "prefix":"1.1.1.1/32", "neighborId":"2.2.2.2", "localLabel":"imp-null", - "remoteLabel":"17", "inUse":0 }, { @@ -13,14 +12,12 @@ "prefix":"1.1.1.1/32", "neighborId":"3.3.3.3", "localLabel":"imp-null", - "remoteLabel":"16", "inUse":0 }, { "addressFamily":"ipv4", "prefix":"2.2.2.2/32", "neighborId":"2.2.2.2", - "localLabel":"17", "remoteLabel":"imp-null", "inUse":1 }, @@ -28,23 +25,18 @@ "addressFamily":"ipv4", "prefix":"2.2.2.2/32", "neighborId":"3.3.3.3", - "localLabel":"17", - "remoteLabel":"17", "inUse":0 }, { "addressFamily":"ipv4", "prefix":"3.3.3.3/32", "neighborId":"2.2.2.2", - "localLabel":"18", - "remoteLabel":"18", "inUse":0 }, { "addressFamily":"ipv4", "prefix":"3.3.3.3/32", "neighborId":"3.3.3.3", - "localLabel":"18", "remoteLabel":"imp-null", "inUse":1 } diff --git a/tests/topotests/ldp-vpls-topo1/r2/show_ldp_binding.ref b/tests/topotests/ldp-vpls-topo1/r2/show_ldp_binding.ref index 717a3035bc..c641fb47e6 100644 --- a/tests/topotests/ldp-vpls-topo1/r2/show_ldp_binding.ref +++ b/tests/topotests/ldp-vpls-topo1/r2/show_ldp_binding.ref @@ -4,7 +4,6 @@ "addressFamily":"ipv4", "prefix":"1.1.1.1/32", "neighborId":"1.1.1.1", - "localLabel":"17", "remoteLabel":"imp-null", "inUse":1 }, @@ -12,8 +11,6 @@ "addressFamily":"ipv4", "prefix":"1.1.1.1/32", "neighborId":"3.3.3.3", - "localLabel":"17", - "remoteLabel":"16", "inUse":0 }, { @@ -21,7 +18,6 @@ "prefix":"2.2.2.2/32", "neighborId":"1.1.1.1", "localLabel":"imp-null", - "remoteLabel":"17", "inUse":0 }, { @@ -29,22 +25,18 @@ "prefix":"2.2.2.2/32", "neighborId":"3.3.3.3", "localLabel":"imp-null", - "remoteLabel":"17", "inUse":0 }, { "addressFamily":"ipv4", "prefix":"3.3.3.3/32", "neighborId":"1.1.1.1", - "localLabel":"18", - "remoteLabel":"18", "inUse":0 }, { "addressFamily":"ipv4", "prefix":"3.3.3.3/32", "neighborId":"3.3.3.3", - "localLabel":"18", "remoteLabel":"imp-null", "inUse":1 } diff --git a/tests/topotests/ldp-vpls-topo1/r3/show_ldp_binding.ref b/tests/topotests/ldp-vpls-topo1/r3/show_ldp_binding.ref index 12d0361f2b..e54bd6e755 100644 --- a/tests/topotests/ldp-vpls-topo1/r3/show_ldp_binding.ref +++ b/tests/topotests/ldp-vpls-topo1/r3/show_ldp_binding.ref @@ -4,7 +4,6 @@ "addressFamily":"ipv4", "prefix":"1.1.1.1/32", "neighborId":"1.1.1.1", - "localLabel":"16", "remoteLabel":"imp-null", "inUse":1 }, @@ -12,23 +11,18 @@ "addressFamily":"ipv4", "prefix":"1.1.1.1/32", "neighborId":"2.2.2.2", - "localLabel":"16", - "remoteLabel":"17", "inUse":0 }, { "addressFamily":"ipv4", "prefix":"2.2.2.2/32", "neighborId":"1.1.1.1", - "localLabel":"17", - "remoteLabel":"17", "inUse":0 }, { "addressFamily":"ipv4", "prefix":"2.2.2.2/32", "neighborId":"2.2.2.2", - "localLabel":"17", "remoteLabel":"imp-null", "inUse":1 }, @@ -37,7 +31,6 @@ "prefix":"3.3.3.3/32", "neighborId":"1.1.1.1", "localLabel":"imp-null", - "remoteLabel":"18", "inUse":0 }, { @@ -45,7 +38,6 @@ "prefix":"3.3.3.3/32", "neighborId":"2.2.2.2", "localLabel":"imp-null", - "remoteLabel":"18", "inUse":0 } ] |
