summaryrefslogtreecommitdiffstats
path: root/anta/tests/software.py
diff options
context:
space:
mode:
Diffstat (limited to 'anta/tests/software.py')
-rw-r--r--anta/tests/software.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/anta/tests/software.py b/anta/tests/software.py
index 4028dd9..9a41881 100644
--- a/anta/tests/software.py
+++ b/anta/tests/software.py
@@ -34,7 +34,6 @@ class VerifyEOSVersion(AntaTest):
```
"""
- name = "VerifyEOSVersion"
description = "Verifies the EOS version of the device."
categories: ClassVar[list[str]] = ["software"]
commands: ClassVar[list[AntaCommand | AntaTemplate]] = [AntaCommand(command="show version", revision=1)]
@@ -74,7 +73,6 @@ class VerifyTerminAttrVersion(AntaTest):
```
"""
- name = "VerifyTerminAttrVersion"
description = "Verifies the TerminAttr version of the device."
categories: ClassVar[list[str]] = ["software"]
commands: ClassVar[list[AntaCommand | AntaTemplate]] = [AntaCommand(command="show version detail", revision=1)]
@@ -112,8 +110,6 @@ class VerifyEOSExtensions(AntaTest):
```
"""
- name = "VerifyEOSExtensions"
- description = "Verifies that all EOS extensions installed on the device are enabled for boot persistence."
categories: ClassVar[list[str]] = ["software"]
commands: ClassVar[list[AntaCommand | AntaTemplate]] = [
AntaCommand(command="show extensions", revision=2),