Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0ae77e0f6
commit
ecf5ca3300
272 changed files with 33172 additions and 0 deletions
37
docs/api/models.md
Normal file
37
docs/api/models.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!--
|
||||
~ Copyright (c) 2023-2024 Arista Networks, Inc.
|
||||
~ Use of this source code is governed by the Apache License 2.0
|
||||
~ that can be found in the LICENSE file.
|
||||
-->
|
||||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue