Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 848 Bytes

models.md

File metadata and controls

37 lines (24 loc) · 848 Bytes

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