1
0
Fork 0
anta/docs/api/models.md
Daniel Baumann ecf5ca3300
Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 11:32:40 +01:00

848 B

Test definition

UML Diagram

::: anta.models.AntaTest

options:
    filters: ["!^_[^_]", "!__init_subclass__", "!update_progress"]

Command definition

UML Diagram

::: anta.models.AntaCommand

!!! warning CLI commands are protected to avoid execution of critical commands such as reload or write erase.

  - Reload command: `^reload\s*\w*`
  - Configure mode: `^conf\w*\s*(terminal|session)*`
  - Write: `^wr\w*\s*\w+`

Template definition

UML Diagram

::: anta.models.AntaTemplate