Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 860 Bytes

models.md

File metadata and controls

33 lines (21 loc) · 860 Bytes

Test definition

AntaTest UML model

::: anta.models.AntaTest

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

Command definition

AntaCommand UML model

::: 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

AntaTemplate UML model

::: anta.models.AntaTemplate