Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ae7b7df396
commit
afeccccd6a
154 changed files with 7346 additions and 5000 deletions
|
@ -47,8 +47,8 @@ The inventory file must start with the `anta_inventory` key then define one or m
|
|||
|
||||
A full description of the inventory model is available in [API documentation](api/inventory.models.input.md)
|
||||
|
||||
!!! info
|
||||
Caching can be disabled per device, network or range by setting the `disable_cache` key to `True` in the inventory file. For more details about how caching is implemented in ANTA, please refer to [Caching in ANTA](advanced_usages/caching.md).
|
||||
> [!INFO]
|
||||
> Caching can be disabled per device, network or range by setting the `disable_cache` key to `True` in the inventory file. For more details about how caching is implemented in ANTA, please refer to [Caching in ANTA](advanced_usages/caching.md).
|
||||
|
||||
### Example
|
||||
|
||||
|
@ -199,8 +199,8 @@ anta.tests.system:
|
|||
tags: ['leaf']
|
||||
```
|
||||
|
||||
!!! info
|
||||
When using the CLI, you can filter the NRFU execution using tags. Refer to [this section](cli/tag-management.md) of the CLI documentation.
|
||||
> [!INFO]
|
||||
> When using the CLI, you can filter the NRFU execution using tags. Refer to [this section](cli/tag-management.md) of the CLI documentation.
|
||||
|
||||
### Tests available in ANTA
|
||||
|
||||
|
@ -277,8 +277,10 @@ custom.tests.system:
|
|||
type: ['cEOS-LAB']
|
||||
```
|
||||
|
||||
!!! tip "How to create custom tests"
|
||||
To create your custom tests, you should refer to this [documentation](advanced_usages/custom-tests.md)
|
||||
> [!TIP]
|
||||
> **How to create custom tests**
|
||||
>
|
||||
> To create your custom tests, you should refer to this [documentation](advanced_usages/custom-tests.md)
|
||||
|
||||
### Customize test description and categories
|
||||
|
||||
|
@ -317,5 +319,5 @@ The following script reads all the files in `intended/test_catalogs/` with names
|
|||
--8<-- "merge_catalogs.py"
|
||||
```
|
||||
|
||||
!!! warning
|
||||
The `AntaCatalog.merge()` method is deprecated and will be removed in ANTA v2.0. Please use the `AntaCatalog.merge_catalogs()` class method instead.
|
||||
> [!WARNING]
|
||||
> The `AntaCatalog.merge()` method is deprecated and will be removed in ANTA v2.0. Please use the `AntaCatalog.merge_catalogs()` class method instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue