summaryrefslogtreecommitdiffstats
path: root/anta/tests/routing/ospf.py
diff options
context:
space:
mode:
Diffstat (limited to 'anta/tests/routing/ospf.py')
-rw-r--r--anta/tests/routing/ospf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/anta/tests/routing/ospf.py b/anta/tests/routing/ospf.py
index 3ffd81d..d5d12e2 100644
--- a/anta/tests/routing/ospf.py
+++ b/anta/tests/routing/ospf.py
@@ -109,8 +109,6 @@ class VerifyOSPFNeighborState(AntaTest):
```
"""
- name = "VerifyOSPFNeighborState"
- description = "Verifies all OSPF neighbors are in FULL state."
categories: ClassVar[list[str]] = ["ospf"]
commands: ClassVar[list[AntaCommand | AntaTemplate]] = [AntaCommand(command="show ip ospf neighbor", revision=1)]
@@ -146,8 +144,6 @@ class VerifyOSPFNeighborCount(AntaTest):
```
"""
- name = "VerifyOSPFNeighborCount"
- description = "Verifies the number of OSPF neighbors in FULL state is the one we expect."
categories: ClassVar[list[str]] = ["ospf"]
commands: ClassVar[list[AntaCommand | AntaTemplate]] = [AntaCommand(command="show ip ospf neighbor", revision=1)]
@@ -190,7 +186,6 @@ class VerifyOSPFMaxLSA(AntaTest):
```
"""
- name = "VerifyOSPFMaxLSA"
description = "Verifies all OSPF instances did not cross the maximum LSA threshold."
categories: ClassVar[list[str]] = ["ospf"]
commands: ClassVar[list[AntaCommand | AntaTemplate]] = [AntaCommand(command="show ip ospf", revision=1)]