]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Remove unused file in isis_snmp test
authorDonald Sharp <sharpd@nvidia.com>
Mon, 8 May 2023 12:45:55 +0000 (08:45 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 2 Aug 2023 11:15:59 +0000 (07:15 -0400)
The */show_ip_route.ref files are never used, let's remove them
to prevent any future issues.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/isis_snmp/r1/show_ip_route.ref [deleted file]
tests/topotests/isis_snmp/r2/show_ip_route.ref [deleted file]
tests/topotests/isis_snmp/r3/show_ip_route.ref [deleted file]
tests/topotests/isis_snmp/r4/show_ip_route.ref [deleted file]
tests/topotests/isis_snmp/r5/show_ip_route.ref [deleted file]

diff --git a/tests/topotests/isis_snmp/r1/show_ip_route.ref b/tests/topotests/isis_snmp/r1/show_ip_route.ref
deleted file mode 100644 (file)
index dc8f19d..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-{
-  "1.1.1.1\/32":[
-    {
-      "prefix":"1.1.1.1\/32",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":1,
-          "interfaceName":"lo",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "2.2.2.2\/32":[
-    {
-      "prefix":"2.2.2.2\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.1.2",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r1-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "3.3.3.3\/32":[
-    {
-      "prefix":"3.3.3.3\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.2.3",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r1-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.1.0\/24":[
-    {
-      "prefix":"10.0.1.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.1.2",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r1-eth1"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.1.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":3,
-          "interfaceName":"r1-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.2.0\/24":[
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.2.3",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r1-eth2"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":4,
-          "interfaceName":"r1-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.3.0\/24":[
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.1.2",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r1-eth1",
-          "active":true
-        },
-        {
-          "fib":true,
-          "ip":"10.0.2.3",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r1-eth2",
-          "active":true
-        }
-      ]
-    }
-  ]
-}
diff --git a/tests/topotests/isis_snmp/r2/show_ip_route.ref b/tests/topotests/isis_snmp/r2/show_ip_route.ref
deleted file mode 100644 (file)
index 2bcee96..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-{
-  "1.1.1.1\/32":[
-    {
-      "prefix":"1.1.1.1\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.1.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r2-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "2.2.2.2\/32":[
-    {
-      "prefix":"2.2.2.2\/32",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":1,
-          "interfaceName":"lo",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "3.3.3.3\/32":[
-    {
-      "prefix":"3.3.3.3\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.3.3",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r2-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.1.0\/24":[
-    {
-      "prefix":"10.0.1.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.1.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r2-eth1"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.1.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":3,
-          "interfaceName":"r2-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.2.0\/24":[
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.1.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r2-eth1",
-          "active":true
-        },
-        {
-          "fib":true,
-          "ip":"10.0.3.3",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r2-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.3.0\/24":[
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.3.3",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r2-eth2"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":4,
-          "interfaceName":"r2-eth2",
-          "active":true
-        }
-      ]
-    }
-  ]
-}
diff --git a/tests/topotests/isis_snmp/r3/show_ip_route.ref b/tests/topotests/isis_snmp/r3/show_ip_route.ref
deleted file mode 100644 (file)
index da46f1d..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-{
-  "1.1.1.1\/32":[
-    {
-      "prefix":"1.1.1.1\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "2.2.2.2\/32":[
-    {
-      "prefix":"2.2.2.2\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "3.3.3.3\/32":[
-    {
-      "prefix":"3.3.3.3\/32",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":1,
-          "interfaceName":"lo",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.1.0\/24":[
-    {
-      "prefix":"10.0.1.0\/24",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        },
-        {
-          "fib":true,
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.2.0\/24":[
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.3.0\/24":[
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ]
-}
diff --git a/tests/topotests/isis_snmp/r4/show_ip_route.ref b/tests/topotests/isis_snmp/r4/show_ip_route.ref
deleted file mode 100644 (file)
index da46f1d..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-{
-  "1.1.1.1\/32":[
-    {
-      "prefix":"1.1.1.1\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "2.2.2.2\/32":[
-    {
-      "prefix":"2.2.2.2\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "3.3.3.3\/32":[
-    {
-      "prefix":"3.3.3.3\/32",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":1,
-          "interfaceName":"lo",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.1.0\/24":[
-    {
-      "prefix":"10.0.1.0\/24",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        },
-        {
-          "fib":true,
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.2.0\/24":[
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.3.0\/24":[
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ]
-}
diff --git a/tests/topotests/isis_snmp/r5/show_ip_route.ref b/tests/topotests/isis_snmp/r5/show_ip_route.ref
deleted file mode 100644 (file)
index da46f1d..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-{
-  "1.1.1.1\/32":[
-    {
-      "prefix":"1.1.1.1\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "2.2.2.2\/32":[
-    {
-      "prefix":"2.2.2.2\/32",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "3.3.3.3\/32":[
-    {
-      "prefix":"3.3.3.3\/32",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":1,
-          "interfaceName":"lo",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.1.0\/24":[
-    {
-      "prefix":"10.0.1.0\/24",
-      "protocol":"isis",
-      "selected":true,
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "fib":true,
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        },
-        {
-          "fib":true,
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.2.0\/24":[
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.2.1",
-          "afi":"ipv4",
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.2.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":3,
-          "interfaceName":"r3-eth1",
-          "active":true
-        }
-      ]
-    }
-  ],
-  "10.0.3.0\/24":[
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"isis",
-      "distance":115,
-      "metric":10,
-      "nexthops":[
-        {
-          "ip":"10.0.3.2",
-          "afi":"ipv4",
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2"
-        }
-      ]
-    },
-    {
-      "prefix":"10.0.3.0\/24",
-      "protocol":"connected",
-      "selected":true,
-      "nexthops":[
-        {
-          "fib":true,
-          "directlyConnected":true,
-          "interfaceIndex":4,
-          "interfaceName":"r3-eth2",
-          "active":true
-        }
-      ]
-    }
-  ]
-}